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": "7cbe82cd-7ab9-418b-a00a-47e6f0531031",
"name": "sample string 2",
"aktiv": true
},
{
"id": "7cbe82cd-7ab9-418b-a00a-47e6f0531031",
"name": "sample string 2",
"aktiv": true
}
]