GET api/verwaltung/objektemerkmale

Liste aller Merkmale von Objekten

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ObjekteMerkmal
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

typ

ObjektTyp

None.

merkmal

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "4c66f90f-26c7-4cc8-9af4-7317f9a7bd58",
    "typ": 1,
    "merkmal": "sample string 2"
  },
  {
    "id": "4c66f90f-26c7-4cc8-9af4-7317f9a7bd58",
    "typ": 1,
    "merkmal": "sample string 2"
  }
]