GET api/kurs/kurstage/{kurs_id}
Liste aller Tage 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 KursTag| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| kurs_id | globally unique identifier |
None. |
|
| termin_id | globally unique identifier |
None. |
|
| tag | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "f9e1f061-0933-48ec-a821-2508b5a6e775",
"kurs_id": "a5a17543-2c41-408b-9927-885424cb26ac",
"termin_id": "b7a33514-8fe7-4d26-a01e-25fcee2724fb",
"tag": "2026-06-23T12:16:54.2088401+02:00"
},
{
"id": "f9e1f061-0933-48ec-a821-2508b5a6e775",
"kurs_id": "a5a17543-2c41-408b-9927-885424cb26ac",
"termin_id": "b7a33514-8fe7-4d26-a01e-25fcee2724fb",
"tag": "2026-06-23T12:16:54.2088401+02:00"
}
]