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": "de57700a-23e2-4b92-9617-312ece494080",
"name": "sample string 2",
"kurstyp": 1,
"typ": 1,
"sek_id": "39093f00-e1c9-44c9-9930-909de1c1f1b9",
"aktiv": true
}