GET api/verwaltung/zielgruppen
Liste aller Zielgruppen
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Zielgruppe| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| name | string |
None. |
|
| sek_id | globally unique identifier |
None. |
|
| aktiv | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "8ff80716-d01a-47a1-8849-0b32d26d64bb",
"name": "sample string 2",
"sek_id": "29e01bc8-c2a1-403c-bdc8-d9da5dca553f",
"aktiv": true
},
{
"id": "8ff80716-d01a-47a1-8849-0b32d26d64bb",
"name": "sample string 2",
"sek_id": "29e01bc8-c2a1-403c-bdc8-d9da5dca553f",
"aktiv": true
}
]