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": "b2edea70-b8e4-4367-86fd-f5ca0f8de22e",
"sek_id": "49911195-eb08-4f5b-8f61-e28f25357df7",
"typ": 1,
"datei_id": "1b3e7802-d234-48c0-8c5b-c8b35eff81df",
"dateiname": "sample string 4",
"datum": "2026-06-23T12:18:40.1395328+02:00",
"beschreibung": "sample string 5",
"notiz": "sample string 6"
},
{
"id": "b2edea70-b8e4-4367-86fd-f5ca0f8de22e",
"sek_id": "49911195-eb08-4f5b-8f61-e28f25357df7",
"typ": 1,
"datei_id": "1b3e7802-d234-48c0-8c5b-c8b35eff81df",
"dateiname": "sample string 4",
"datum": "2026-06-23T12:18:40.1395328+02:00",
"beschreibung": "sample string 5",
"notiz": "sample string 6"
}
]