GET api/taetigkeit/taetigkeitappointments?kurs_id={kurs_id}&termin_id={termin_id}&sprache={sprache}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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 TaetigkeitAppointment
NameDescriptionTypeAdditional 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": "012bb04a-60b6-43d4-bd10-fc54e39d4ed6",
    "termin_id": "ecb1bc8c-dead-448e-b92e-88af3e2d9a12",
    "startdatetime": "2026-06-24T14:09:09.346954+02:00",
    "enddatetime": "2026-06-24T14:09:09.346954+02:00",
    "subject": "sample string 5",
    "description": "sample string 6",
    "type": 0
  },
  {
    "kurs_id": "012bb04a-60b6-43d4-bd10-fc54e39d4ed6",
    "termin_id": "ecb1bc8c-dead-448e-b92e-88af3e2d9a12",
    "startdatetime": "2026-06-24T14:09:09.346954+02:00",
    "enddatetime": "2026-06-24T14:09:09.346954+02:00",
    "subject": "sample string 5",
    "description": "sample string 6",
    "type": 0
  }
]