GET api/objekt/objektbesitzer/{objekt_id}

Liste aller Besitzer eines Objektes.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
objekt_id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ObjektBesitzer
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

objekt_id

globally unique identifier

None.

reftyp

Referenztyp

None.

ref_id

globally unique identifier

None.

notiz

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "2162166f-0d8d-4f07-a4c2-81d5397a668d",
    "objekt_id": "f88ebf9b-0c08-41c8-af6f-985016204aec",
    "reftyp": 1,
    "ref_id": "ecbcf0fa-a40b-4e80-aaa7-9a0f0f6a3189",
    "notiz": "sample string 4"
  },
  {
    "id": "2162166f-0d8d-4f07-a4c2-81d5397a668d",
    "objekt_id": "f88ebf9b-0c08-41c8-af6f-985016204aec",
    "reftyp": 1,
    "ref_id": "ecbcf0fa-a40b-4e80-aaa7-9a0f0f6a3189",
    "notiz": "sample string 4"
  }
]