GET api/verwaltung/kurszustaendigkeiten
Liste aller Kurszustaendigkeiten
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of KursZustaendigkeit| 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": "491e16e5-f57c-4f47-89f9-77788c5e0e80",
"name": "sample string 2",
"kurstyp": 1,
"typ": 1,
"sek_id": "64373d5c-a811-44cb-bd60-3bc94ada8fb8",
"aktiv": true
},
{
"id": "491e16e5-f57c-4f47-89f9-77788c5e0e80",
"name": "sample string 2",
"kurstyp": 1,
"typ": 1,
"sek_id": "64373d5c-a811-44cb-bd60-3bc94ada8fb8",
"aktiv": true
}
]