GET api/verwaltung/objektemerkmale
Liste aller Merkmale von Objekten
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ObjekteMerkmal| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| typ | ObjektTyp |
None. |
|
| merkmal | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "61892a08-e0d2-49e8-a68e-5145da5228ab",
"typ": 1,
"merkmal": "sample string 2"
},
{
"id": "61892a08-e0d2-49e8-a68e-5145da5228ab",
"typ": 1,
"merkmal": "sample string 2"
}
]