GET api/objekt/objektbesitzer/{objekt_id}
Liste aller Besitzer eines Objektes.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| objekt_id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ObjektBesitzer| Name | Description | Type | Additional 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": "e5a78e93-cfa0-415d-b2db-cee523c064d7",
"objekt_id": "77babc21-d913-4b43-bf28-e772c7e11cc3",
"reftyp": 1,
"ref_id": "461540eb-9b37-4f4b-a179-2966dcb86b2c",
"notiz": "sample string 4"
},
{
"id": "e5a78e93-cfa0-415d-b2db-cee523c064d7",
"objekt_id": "77babc21-d913-4b43-bf28-e772c7e11cc3",
"reftyp": 1,
"ref_id": "461540eb-9b37-4f4b-a179-2966dcb86b2c",
"notiz": "sample string 4"
}
]