GET api/kurs/kurstage/{kurs_id}

Liste aller Tage eines Kurses.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
kurs_id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of KursTag
NameDescriptionTypeAdditional 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": "6d9e3559-7e7f-4453-b31c-3beaa8288686",
    "kurs_id": "98ac5636-93e6-4e61-be1f-a54b692bdbbf",
    "termin_id": "c7530f18-bf86-4a4e-8e71-178e434489a4",
    "tag": "2026-06-24T14:09:55.6190321+02:00"
  },
  {
    "id": "6d9e3559-7e7f-4453-b31c-3beaa8288686",
    "kurs_id": "98ac5636-93e6-4e61-be1f-a54b692bdbbf",
    "termin_id": "c7530f18-bf86-4a4e-8e71-178e434489a4",
    "tag": "2026-06-24T14:09:55.6190321+02:00"
  }
]