GET api/kurs/kursappointments?kurs_id={kurs_id}&termin_id={termin_id}&sprache={sprache}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| kurs_id | globally unique identifier |
Required |
|
| termin_id | globally unique identifier |
Required |
|
| sprache | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of KursAppointment| Name | Description | Type | Additional information |
|---|---|---|---|
| kurs_id | globally unique identifier |
None. |
|
| termin_id | globally unique identifier |
None. |
|
| startdatetime | date |
None. |
|
| enddatetime | date |
None. |
|
| subject | string |
None. |
|
| description | string |
None. |
|
| type | enuAppointmentType |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"kurs_id": "070bb29b-8c24-4b74-81d6-e9bfe532fa69",
"termin_id": "e72abfcd-0ca8-476e-8edf-a4a8dd80ab2f",
"startdatetime": "2026-06-23T12:17:43.9066318+02:00",
"enddatetime": "2026-06-23T12:17:43.9066318+02:00",
"subject": "sample string 5",
"description": "sample string 6",
"type": 0
},
{
"kurs_id": "070bb29b-8c24-4b74-81d6-e9bfe532fa69",
"termin_id": "e72abfcd-0ca8-476e-8edf-a4a8dd80ab2f",
"startdatetime": "2026-06-23T12:17:43.9066318+02:00",
"enddatetime": "2026-06-23T12:17:43.9066318+02:00",
"subject": "sample string 5",
"description": "sample string 6",
"type": 0
}
]