GET api/kurs/kurstermine?kurs_id={kurs_id}
OBSOLETE: 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": "6ce56abc-deb2-4b2c-87d2-9eb2b66789b5",
"kurs_id": "65ddce7e-f65d-46de-a7bf-8967bb02d09a",
"termin_id": "38c16ece-a43f-454a-b96e-179ec1966f52",
"typ": 1,
"datum": "2026-06-23T12:18:39.9946822+02:00",
"bezeichnung": "sample string 4"
},
{
"id": "6ce56abc-deb2-4b2c-87d2-9eb2b66789b5",
"kurs_id": "65ddce7e-f65d-46de-a7bf-8967bb02d09a",
"termin_id": "38c16ece-a43f-454a-b96e-179ec1966f52",
"typ": 1,
"datum": "2026-06-23T12:18:39.9946822+02:00",
"bezeichnung": "sample string 4"
}
]