GET api/verwaltung/funktionengesamtverein
Alle Funktionen des Gesamtvereins
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of FunktionKennung| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| name | string |
None. |
|
| name_maennlich | string |
None. |
|
| name_weiblich | string |
None. |
|
| name_divers | string |
None. |
|
| sek_id | globally unique identifier |
None. |
|
| parent_id | globally unique identifier |
None. |
|
| ebene | integer |
None. |
|
| reihenfolge | integer |
None. |
|
| weiterbildung_id | globally unique identifier |
None. |
|
| onlineausgabe | boolean |
None. |
|
| notiz | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "ef1a9659-8b27-49ab-aeed-308a06efc048",
"name": "sample string 2",
"name_maennlich": "sample string 3",
"name_weiblich": "sample string 4",
"name_divers": "sample string 5",
"sek_id": "8e4feac0-1bd2-4919-b8d1-0a7a39f15b82",
"parent_id": "a9599d80-1e00-4eb6-a81e-c1019bb706ad",
"ebene": 8,
"reihenfolge": 9,
"weiterbildung_id": "0dffc484-8e41-4aae-9956-e6bf6bfb0746",
"onlineausgabe": true,
"notiz": "sample string 12"
},
{
"id": "ef1a9659-8b27-49ab-aeed-308a06efc048",
"name": "sample string 2",
"name_maennlich": "sample string 3",
"name_weiblich": "sample string 4",
"name_divers": "sample string 5",
"sek_id": "8e4feac0-1bd2-4919-b8d1-0a7a39f15b82",
"parent_id": "a9599d80-1e00-4eb6-a81e-c1019bb706ad",
"ebene": 8,
"reihenfolge": 9,
"weiterbildung_id": "0dffc484-8e41-4aae-9956-e6bf6bfb0746",
"onlineausgabe": true,
"notiz": "sample string 12"
}
]