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": "943e95c2-d2cc-4cc8-82dd-7f113298aac8",
"objekt_id": "71d98207-bf3a-4ed9-bf80-3781db87f378",
"typ": 1,
"datei_id": "eccc8f0a-b491-459e-9101-b7432b124fca",
"dateiname": "sample string 4",
"datum": "2026-06-23T12:13:08.081345+02:00",
"beschreibung": "sample string 5",
"notiz": "sample string 6"
},
{
"id": "943e95c2-d2cc-4cc8-82dd-7f113298aac8",
"objekt_id": "71d98207-bf3a-4ed9-bf80-3781db87f378",
"typ": 1,
"datei_id": "eccc8f0a-b491-459e-9101-b7432b124fca",
"dateiname": "sample string 4",
"datum": "2026-06-23T12:13:08.081345+02:00",
"beschreibung": "sample string 5",
"notiz": "sample string 6"
}
]