GET api/verwaltung/taetigkeitzustaendigkeit/{id}
Tätigkeitszustaendigkeit über die ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "0b39396d-b78a-414b-bee1-f1ac395e4845",
"name": "sample string 2",
"kurstyp": 1,
"typ": 1,
"sek_id": "b89ca228-794a-424d-a72a-88c8ddaa8868",
"aktiv": true
}