-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathopenapi.yaml
More file actions
963 lines (916 loc) · 25.1 KB
/
Copy pathopenapi.yaml
File metadata and controls
963 lines (916 loc) · 25.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
openapi: 3.0.3
info:
title: Nextcloud Vereins-App API
description: |
REST API für die Nextcloud Vereins-App zur Verwaltung von Mitgliedern,
Gebühren, Rollen und Export-Funktionen.
## Authentifizierung
Alle Endpunkte erfordern eine gültige Nextcloud-Session oder App-Passwort.
## Berechtigungen (RBAC)
Die App verwendet ein rollenbasiertes Berechtigungssystem:
- **Admin**: Volle Kontrolle über alle Funktionen
- **Kassierer**: Gebühren verwalten, Export
- **Mitglied**: Nur eigene Daten einsehen
version: 0.2.1
contact:
name: Nextcloud Vereins-App
url: https://github.com/Wacken2012/nextcloud-verein
license:
name: AGPL-3.0
url: https://www.gnu.org/licenses/agpl-3.0.html
servers:
- url: /index.php/apps/verein
description: Nextcloud App Server
tags:
- name: Members
description: Mitgliederverwaltung
- name: Finance
description: Gebühren und Finanzen
- name: Export
description: CSV und PDF Export
- name: Statistics
description: Statistiken und Dashboards
- name: Roles
description: Rollen- und Berechtigungsverwaltung (RBAC)
- name: SEPA
description: SEPA XML Export
paths:
# ============================================
# MEMBERS
# ============================================
/members:
get:
tags: [Members]
summary: Liste aller Mitglieder
description: Gibt alle Mitglieder zurück, die der aktuelle Benutzer sehen darf.
operationId: getMembers
security:
- nextcloudSession: []
responses:
'200':
description: Erfolgreiche Abfrage
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Member'
'401':
$ref: '#/components/responses/Unauthorized'
'403':
$ref: '#/components/responses/Forbidden'
post:
tags: [Members]
summary: Neues Mitglied erstellen
description: Erstellt ein neues Mitglied. Erfordert `members.create` Berechtigung.
operationId: createMember
security:
- nextcloudSession: []
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/MemberInput'
responses:
'201':
description: Mitglied erfolgreich erstellt
content:
application/json:
schema:
$ref: '#/components/schemas/Member'
'400':
$ref: '#/components/responses/ValidationError'
'401':
$ref: '#/components/responses/Unauthorized'
'403':
$ref: '#/components/responses/Forbidden'
/members/{id}:
get:
tags: [Members]
summary: Einzelnes Mitglied abrufen
operationId: getMember
security:
- nextcloudSession: []
parameters:
- $ref: '#/components/parameters/MemberId'
responses:
'200':
description: Mitglied gefunden
content:
application/json:
schema:
$ref: '#/components/schemas/Member'
'404':
$ref: '#/components/responses/NotFound'
put:
tags: [Members]
summary: Mitglied aktualisieren
description: Aktualisiert ein bestehendes Mitglied. Erfordert `members.update` Berechtigung.
operationId: updateMember
security:
- nextcloudSession: []
parameters:
- $ref: '#/components/parameters/MemberId'
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/MemberInput'
responses:
'200':
description: Mitglied erfolgreich aktualisiert
content:
application/json:
schema:
$ref: '#/components/schemas/Member'
'400':
$ref: '#/components/responses/ValidationError'
'404':
$ref: '#/components/responses/NotFound'
delete:
tags: [Members]
summary: Mitglied löschen
description: Löscht ein Mitglied. Erfordert `members.delete` Berechtigung.
operationId: deleteMember
security:
- nextcloudSession: []
parameters:
- $ref: '#/components/parameters/MemberId'
responses:
'200':
description: Mitglied erfolgreich gelöscht
content:
application/json:
schema:
type: object
properties:
status:
type: string
example: success
'404':
$ref: '#/components/responses/NotFound'
# ============================================
# FINANCE (FEES)
# ============================================
/finance:
get:
tags: [Finance]
summary: Liste aller Gebühren
description: Gibt alle Gebühren zurück. Erfordert `fees.view` Berechtigung.
operationId: getFees
security:
- nextcloudSession: []
responses:
'200':
description: Erfolgreiche Abfrage
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Fee'
'401':
$ref: '#/components/responses/Unauthorized'
'403':
$ref: '#/components/responses/Forbidden'
post:
tags: [Finance]
summary: Neue Gebühr erstellen
description: Erstellt eine neue Gebühr für ein Mitglied. Erfordert `fees.create` Berechtigung.
operationId: createFee
security:
- nextcloudSession: []
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/FeeInput'
responses:
'201':
description: Gebühr erfolgreich erstellt
content:
application/json:
schema:
$ref: '#/components/schemas/Fee'
'400':
$ref: '#/components/responses/ValidationError'
/finance/{id}:
put:
tags: [Finance]
summary: Gebühr aktualisieren
description: Aktualisiert eine bestehende Gebühr. Erfordert `fees.update` Berechtigung.
operationId: updateFee
security:
- nextcloudSession: []
parameters:
- $ref: '#/components/parameters/FeeId'
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/FeeInput'
responses:
'200':
description: Gebühr erfolgreich aktualisiert
content:
application/json:
schema:
$ref: '#/components/schemas/Fee'
'404':
$ref: '#/components/responses/NotFound'
delete:
tags: [Finance]
summary: Gebühr löschen
description: Löscht eine Gebühr. Erfordert `fees.delete` Berechtigung.
operationId: deleteFee
security:
- nextcloudSession: []
parameters:
- $ref: '#/components/parameters/FeeId'
responses:
'200':
description: Gebühr erfolgreich gelöscht
# ============================================
# EXPORT
# ============================================
/export/members/csv:
get:
tags: [Export]
summary: Mitglieder als CSV exportieren
description: |
Exportiert alle Mitglieder als CSV-Datei (UTF-8 mit BOM für Excel-Kompatibilität).
Erfordert `export.members` Berechtigung.
operationId: exportMembersCsv
security:
- nextcloudSession: []
responses:
'200':
description: CSV-Datei
content:
text/csv:
schema:
type: string
format: binary
headers:
Content-Disposition:
schema:
type: string
example: 'attachment; filename="members_2025-11-30_181500.csv"'
'403':
$ref: '#/components/responses/Forbidden'
/export/members/pdf:
get:
tags: [Export]
summary: Mitglieder als PDF exportieren
description: |
Exportiert alle Mitglieder als PDF-Dokument mit professionellem Layout.
Erfordert `export.members` Berechtigung.
operationId: exportMembersPdf
security:
- nextcloudSession: []
responses:
'200':
description: PDF-Datei
content:
application/pdf:
schema:
type: string
format: binary
headers:
Content-Disposition:
schema:
type: string
example: 'attachment; filename="members_2025-11-30_181500.pdf"'
'403':
$ref: '#/components/responses/Forbidden'
/export/fees/csv:
get:
tags: [Export]
summary: Gebühren als CSV exportieren
description: |
Exportiert alle Gebühren als CSV-Datei.
Erfordert `export.fees` Berechtigung.
operationId: exportFeesCsv
security:
- nextcloudSession: []
responses:
'200':
description: CSV-Datei
content:
text/csv:
schema:
type: string
format: binary
'403':
$ref: '#/components/responses/Forbidden'
/export/fees/pdf:
get:
tags: [Export]
summary: Gebühren als PDF exportieren
description: |
Exportiert alle Gebühren als PDF-Dokument.
Erfordert `export.fees` Berechtigung.
operationId: exportFeesPdf
security:
- nextcloudSession: []
responses:
'200':
description: PDF-Datei
content:
application/pdf:
schema:
type: string
format: binary
'403':
$ref: '#/components/responses/Forbidden'
# ============================================
# STATISTICS
# ============================================
/statistics/members:
get:
tags: [Statistics]
summary: Mitgliederstatistiken
description: Gibt Statistiken über Mitglieder zurück (Anzahl, Wachstum, etc.)
operationId: getMemberStatistics
security:
- nextcloudSession: []
responses:
'200':
description: Mitgliederstatistiken
content:
application/json:
schema:
$ref: '#/components/schemas/MemberStatistics'
/statistics/fees:
get:
tags: [Statistics]
summary: Gebührenstatistiken
description: Gibt Statistiken über Gebühren zurück (Summen, Status-Verteilung, etc.)
operationId: getFeeStatistics
security:
- nextcloudSession: []
responses:
'200':
description: Gebührenstatistiken
content:
application/json:
schema:
$ref: '#/components/schemas/FeeStatistics'
# ============================================
# SEPA
# ============================================
/sepa/export:
get:
tags: [SEPA]
summary: SEPA XML Export
description: |
Exportiert offene Gebühren als SEPA XML (pain.001) für Bankentransfers.
Erfordert `export.sepa` Berechtigung.
operationId: exportSepa
security:
- nextcloudSession: []
responses:
'200':
description: SEPA XML-Datei
content:
application/xml:
schema:
type: string
format: binary
'403':
$ref: '#/components/responses/Forbidden'
# ============================================
# ROLES (RBAC)
# ============================================
/roles:
get:
tags: [Roles]
summary: Liste aller Rollen
description: Gibt alle verfügbaren Rollen zurück.
operationId: getRoles
security:
- nextcloudSession: []
responses:
'200':
description: Liste der Rollen
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Role'
post:
tags: [Roles]
summary: Neue Rolle erstellen
description: Erstellt eine neue Rolle. Nur für Admins.
operationId: createRole
security:
- nextcloudSession: []
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/RoleInput'
responses:
'201':
description: Rolle erfolgreich erstellt
content:
application/json:
schema:
$ref: '#/components/schemas/Role'
'403':
$ref: '#/components/responses/Forbidden'
/roles/{id}:
get:
tags: [Roles]
summary: Einzelne Rolle abrufen
operationId: getRole
security:
- nextcloudSession: []
parameters:
- name: id
in: path
required: true
schema:
type: integer
responses:
'200':
description: Rolle gefunden
content:
application/json:
schema:
$ref: '#/components/schemas/Role'
'404':
$ref: '#/components/responses/NotFound'
put:
tags: [Roles]
summary: Rolle aktualisieren
operationId: updateRole
security:
- nextcloudSession: []
parameters:
- name: id
in: path
required: true
schema:
type: integer
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/RoleInput'
responses:
'200':
description: Rolle erfolgreich aktualisiert
delete:
tags: [Roles]
summary: Rolle löschen
operationId: deleteRole
security:
- nextcloudSession: []
parameters:
- name: id
in: path
required: true
schema:
type: integer
responses:
'200':
description: Rolle erfolgreich gelöscht
/roles/users/{userId}:
get:
tags: [Roles]
summary: Rollen eines Benutzers abrufen
description: Gibt alle Rollen eines bestimmten Benutzers zurück.
operationId: getUserRoles
security:
- nextcloudSession: []
parameters:
- name: userId
in: path
required: true
schema:
type: string
responses:
'200':
description: Benutzerrollen
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Role'
/roles/users:
post:
tags: [Roles]
summary: Rolle einem Benutzer zuweisen
description: Weist einem Benutzer eine Rolle zu. Nur für Admins.
operationId: assignRole
security:
- nextcloudSession: []
requestBody:
required: true
content:
application/json:
schema:
type: object
required: [userId, roleId]
properties:
userId:
type: string
description: Nextcloud Benutzer-ID
roleId:
type: integer
description: Rollen-ID
responses:
'200':
description: Rolle erfolgreich zugewiesen
'403':
$ref: '#/components/responses/Forbidden'
delete:
tags: [Roles]
summary: Rolle von Benutzer entfernen
operationId: removeRoles
security:
- nextcloudSession: []
requestBody:
required: true
content:
application/json:
schema:
type: object
required: [userId, roleId]
properties:
userId:
type: string
roleId:
type: integer
responses:
'200':
description: Rolle erfolgreich entfernt
/permissions:
get:
tags: [Roles]
summary: Liste aller Berechtigungen
description: Gibt alle verfügbaren Berechtigungen zurück.
operationId: getPermissions
security:
- nextcloudSession: []
responses:
'200':
description: Liste der Berechtigungen
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Permission'
# ============================================
# COMPONENTS
# ============================================
components:
securitySchemes:
nextcloudSession:
type: apiKey
in: cookie
name: nc_session_id
description: Nextcloud Session Cookie
basicAuth:
type: http
scheme: basic
description: Nextcloud Benutzername und App-Passwort
parameters:
MemberId:
name: id
in: path
required: true
description: Mitglieds-ID
schema:
type: integer
minimum: 1
FeeId:
name: id
in: path
required: true
description: Gebühren-ID
schema:
type: integer
minimum: 1
schemas:
# ---------- Member ----------
Member:
type: object
properties:
id:
type: integer
description: Eindeutige ID
example: 1
name:
type: string
description: Vollständiger Name
example: "Max Mustermann"
email:
type: string
format: email
description: E-Mail-Adresse
example: "max@example.com"
address:
type: string
nullable: true
description: Anschrift
example: "Musterstraße 123, 12345 Berlin"
iban:
type: string
nullable: true
description: IBAN (ISO 13616)
example: "DE89370400440532013000"
bic:
type: string
nullable: true
description: BIC/SWIFT (ISO 9362)
example: "COBADEFFXXX"
role:
type: string
description: Vereinsrolle
enum: [member, admin, treasurer]
example: "member"
createdAt:
type: string
format: date-time
description: Erstellungszeitpunkt
updatedAt:
type: string
format: date-time
nullable: true
description: Letzter Änderungszeitpunkt
MemberInput:
type: object
required: [name, email]
properties:
name:
type: string
minLength: 2
maxLength: 255
description: Vollständiger Name
email:
type: string
format: email
description: E-Mail-Adresse (wird validiert inkl. MX-Check)
address:
type: string
nullable: true
iban:
type: string
nullable: true
description: IBAN (wird nach ISO 13616 validiert)
bic:
type: string
nullable: true
description: BIC (wird nach ISO 9362 validiert)
role:
type: string
enum: [member, admin, treasurer]
default: member
# ---------- Fee ----------
Fee:
type: object
properties:
id:
type: integer
example: 1
memberId:
type: integer
description: Zugehöriges Mitglied
example: 5
amount:
type: number
format: float
description: Betrag in Euro
example: 50.00
status:
type: string
enum: [open, paid, overdue]
description: Zahlungsstatus
example: "open"
dueDate:
type: string
format: date
description: Fälligkeitsdatum
example: "2025-12-31"
paidDate:
type: string
format: date
nullable: true
description: Zahlungsdatum
description:
type: string
nullable: true
description: Beschreibung/Verwendungszweck
example: "Mitgliedsbeitrag 2025"
createdAt:
type: string
format: date-time
updatedAt:
type: string
format: date-time
nullable: true
FeeInput:
type: object
required: [memberId, amount, dueDate]
properties:
memberId:
type: integer
minimum: 1
amount:
type: number
format: float
minimum: 0.01
status:
type: string
enum: [open, paid, overdue]
default: open
dueDate:
type: string
format: date
paidDate:
type: string
format: date
nullable: true
description:
type: string
nullable: true
# ---------- Role ----------
Role:
type: object
properties:
id:
type: integer
name:
type: string
example: "admin"
displayName:
type: string
example: "Administrator"
permissions:
type: array
items:
type: string
example: ["members.view", "members.create", "fees.view"]
RoleInput:
type: object
required: [name]
properties:
name:
type: string
displayName:
type: string
permissions:
type: array
items:
type: string
Permission:
type: object
properties:
id:
type: string
example: "members.create"
name:
type: string
example: "Mitglieder erstellen"
category:
type: string
example: "members"
# ---------- Statistics ----------
MemberStatistics:
type: object
properties:
total:
type: integer
description: Gesamtzahl der Mitglieder
example: 16
byRole:
type: object
additionalProperties:
type: integer
example:
member: 14
admin: 1
treasurer: 1
growth:
type: array
description: Mitgliederwachstum der letzten 6 Monate
items:
type: object
properties:
month:
type: string
example: "2025-11"
count:
type: integer
example: 2
FeeStatistics:
type: object
properties:
total:
type: number
format: float
description: Gesamtsumme aller Gebühren
example: 645.00
byStatus:
type: object
properties:
open:
type: number
format: float
example: 0.00
paid:
type: number
format: float
example: 645.00
overdue:
type: number
format: float
example: 0.00
count:
type: object
properties:
total:
type: integer
example: 12
open:
type: integer
example: 0
paid:
type: integer
example: 12
overdue:
type: integer
example: 0
responses:
Unauthorized:
description: Nicht authentifiziert
content:
application/json:
schema:
type: object
properties:
status:
type: string
example: error
message:
type: string
example: "Authentication required"
Forbidden:
description: Keine Berechtigung
content:
application/json:
schema:
type: object
properties:
status:
type: string
example: error
message:
type: string
example: "Missing permission: members.create"
NotFound:
description: Ressource nicht gefunden
content:
application/json:
schema:
type: object
properties:
status:
type: string
example: error
message:
type: string
example: "Member not found"
ValidationError:
description: Validierungsfehler
content:
application/json:
schema:
type: object
properties:
status:
type: string
example: error
message:
type: string
example: "Validation failed"
errors:
type: object
additionalProperties:
type: array
items:
type: string
example:
email: ["Ungültiges E-Mail-Format"]
iban: ["Ungültige IBAN-Prüfsumme"]