GET api/verwaltung/eintrittsarten
Liste aller Eintrittsarten
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Eintrittsart| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| parent_id | globally unique identifier |
None. |
|
| name | string |
None. |
|
| sek_id | globally unique identifier |
None. |
|
| aktiv | boolean |
None. |
|
| reihenfolge | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "69154faa-871b-4c3f-bec9-4c05781faef1",
"parent_id": "49ae80f5-1a9b-429d-87a7-929f4937a5d9",
"name": "sample string 2",
"sek_id": "ec4d4514-ba0c-4386-8e9d-0aa7d717bb81",
"aktiv": true,
"reihenfolge": 4
},
{
"id": "69154faa-871b-4c3f-bec9-4c05781faef1",
"parent_id": "49ae80f5-1a9b-429d-87a7-929f4937a5d9",
"name": "sample string 2",
"sek_id": "ec4d4514-ba0c-4386-8e9d-0aa7d717bb81",
"aktiv": true,
"reihenfolge": 4
}
]