GET api/objekt/objektdokumente/{objekt_id}?typ={typ}
Liste von Dokumenten eines Objektes.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| objekt_id | globally unique identifier |
Required |
|
| typ | ObjekteDokumenttyp |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ObjektDokumente| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| objekt_id | globally unique identifier |
None. |
|
| typ | ObjekteDokumenttyp |
None. |
|
| datei_id | globally unique identifier |
None. |
|
| dateiname | string |
None. |
|
| datum | date |
None. |
|
| beschreibung | string |
None. |
|
| notiz | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "bc0a61c4-31ec-4a3b-a855-156083a2f588",
"objekt_id": "5a6195ae-19a3-4737-be1d-56a8cd929432",
"typ": 1,
"datei_id": "4a6c74c7-1037-4687-84bf-2f781947aa8e",
"dateiname": "sample string 4",
"datum": "2026-06-24T14:09:12.0136809+02:00",
"beschreibung": "sample string 5",
"notiz": "sample string 6"
},
{
"id": "bc0a61c4-31ec-4a3b-a855-156083a2f588",
"objekt_id": "5a6195ae-19a3-4737-be1d-56a8cd929432",
"typ": 1,
"datei_id": "4a6c74c7-1037-4687-84bf-2f781947aa8e",
"dateiname": "sample string 4",
"datum": "2026-06-24T14:09:12.0136809+02:00",
"beschreibung": "sample string 5",
"notiz": "sample string 6"
}
]