GET api/objekt/huettenzusatzmerkmale
Liste aller möglichen Zusatzmerkmale von Hütten
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of HuettenZusatzmerkmale| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| name | string |
None. |
|
| aktiv | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "167e15a2-b37e-44bc-adf4-39264e9b279b",
"name": "sample string 2",
"aktiv": true
},
{
"id": "167e15a2-b37e-44bc-adf4-39264e9b279b",
"name": "sample string 2",
"aktiv": true
}
]