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": "140ea18a-d9d2-439d-9b6f-0ab948a241f2",
"name": "sample string 2",
"kurstyp": 1,
"typ": 1,
"sek_id": "aebb915f-f604-46b1-a952-38a8687836b0",
"aktiv": true
},
{
"id": "140ea18a-d9d2-439d-9b6f-0ab948a241f2",
"name": "sample string 2",
"kurstyp": 1,
"typ": 1,
"sek_id": "aebb915f-f604-46b1-a952-38a8687836b0",
"aktiv": true
}
]