GET api/objekt/huettenprofilsuche
Liste aller möglichen Werte der Profilsuche von Hütten
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of HuettenProfilsuche| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| name | string |
None. |
|
| aktiv | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "af846e84-9862-42ab-b308-4d65afe0ef40",
"name": "sample string 2",
"aktiv": true
},
{
"id": "af846e84-9862-42ab-b308-4d65afe0ef40",
"name": "sample string 2",
"aktiv": true
}
]