GET api/verwaltung/taetigkeitzustaendigkeiten
Liste aller Tätigkeitszustaendigkeiten
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TaetigkeitZustaendigkeit| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| name | string |
None. |
|
| kurstyp | KursTyp |
None. |
|
| typ | KurseZustaendigkeitentyp |
None. |
|
| sek_id | globally unique identifier |
None. |
|
| aktiv | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "c577ddcf-ac77-4bdd-81cc-14bb1a8f0cc0",
"name": "sample string 2",
"kurstyp": 1,
"typ": 1,
"sek_id": "0f856215-415c-4030-b9f3-2b4621c3ea9c",
"aktiv": true
},
{
"id": "c577ddcf-ac77-4bdd-81cc-14bb1a8f0cc0",
"name": "sample string 2",
"kurstyp": 1,
"typ": 1,
"sek_id": "0f856215-415c-4030-b9f3-2b4621c3ea9c",
"aktiv": true
}
]