GET api/organisation/organisationsdokumente/{sek_id}?typ={typ}
Liste von Dokumenten einer Sektion.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sek_id | globally unique identifier |
Required |
|
| typ | SektionsDokumenttyp |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of SektionsDokumente| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| sek_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": "ca759cd4-c3e5-4ee4-a9ab-1c7925f8015f",
"sek_id": "dd5cd382-ef70-44b8-97f8-4cae8dc3213a",
"typ": 1,
"datei_id": "6a80c3f3-a492-412a-b3a8-82002a6920a4",
"dateiname": "sample string 4",
"datum": "2026-06-24T14:09:19.9400684+02:00",
"beschreibung": "sample string 5",
"notiz": "sample string 6"
},
{
"id": "ca759cd4-c3e5-4ee4-a9ab-1c7925f8015f",
"sek_id": "dd5cd382-ef70-44b8-97f8-4cae8dc3213a",
"typ": 1,
"datei_id": "6a80c3f3-a492-412a-b3a8-82002a6920a4",
"dateiname": "sample string 4",
"datum": "2026-06-24T14:09:19.9400684+02:00",
"beschreibung": "sample string 5",
"notiz": "sample string 6"
}
]