GET api/kurs/kursablaeufe?kurs_id={kurs_id}
Liste aller Abläufe eines Kurses.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| kurs_id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of KursAblauf| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| kurs_id | globally unique identifier |
None. |
|
| termin_id | globally unique identifier |
None. |
|
| typ | Kursablaeufetyp |
None. |
|
| datum | date |
None. |
|
| bezeichnung | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "b2e208a5-5488-4195-9f94-68f32b11fe63",
"kurs_id": "2f454d0e-6527-482e-86fc-5834d014fdb1",
"termin_id": "887567e5-4c47-49e4-aaf2-8904ab687c50",
"typ": 1,
"datum": "2026-06-23T12:16:18.6556731+02:00",
"bezeichnung": "sample string 4"
},
{
"id": "b2e208a5-5488-4195-9f94-68f32b11fe63",
"kurs_id": "2f454d0e-6527-482e-86fc-5834d014fdb1",
"termin_id": "887567e5-4c47-49e4-aaf2-8904ab687c50",
"typ": 1,
"datum": "2026-06-23T12:16:18.6556731+02:00",
"bezeichnung": "sample string 4"
}
]