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": "3c95f02d-6c6c-422d-b514-b5ed27b80380",
    "termin_id": "aca12afd-6ed9-4147-b755-b1886fd8cd28",
    "startdatetime": "2026-06-23T12:20:37.5670947+02:00",
    "enddatetime": "2026-06-23T12:20:37.5670947+02:00",
    "subject": "sample string 5",
    "description": "sample string 6",
    "type": 0
  },
  {
    "kurs_id": "3c95f02d-6c6c-422d-b514-b5ed27b80380",
    "termin_id": "aca12afd-6ed9-4147-b755-b1886fd8cd28",
    "startdatetime": "2026-06-23T12:20:37.5670947+02:00",
    "enddatetime": "2026-06-23T12:20:37.5670947+02:00",
    "subject": "sample string 5",
    "description": "sample string 6",
    "type": 0
  }
]