GET api/taetigkeit/taetigkeittermine?kurs_id={kurs_id}
OBSOLETE: Liste aller Abläufe einer Tätigkeit.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| kurs_id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TaetigkeitAblauf| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| kurs_id | globally unique identifier |
None. |
|
| termin_id | globally unique identifier |
None. |
|
| typ | Kursablaeufetyp |
None. |
|
| datum | date |
None. |
|
| bezeichnung | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "f2bd9929-5125-4edc-8cdf-aacb42e7e00a",
"kurs_id": "0bd08a81-dc2f-4ed9-bb82-e5273a6c65cc",
"termin_id": "f44acacc-39d8-4235-9f07-b4b405b25a7c",
"typ": 1,
"datum": "2026-06-23T12:20:39.2931846+02:00",
"bezeichnung": "sample string 4"
},
{
"id": "f2bd9929-5125-4edc-8cdf-aacb42e7e00a",
"kurs_id": "0bd08a81-dc2f-4ed9-bb82-e5273a6c65cc",
"termin_id": "f44acacc-39d8-4235-9f07-b4b405b25a7c",
"typ": 1,
"datum": "2026-06-23T12:20:39.2931846+02:00",
"bezeichnung": "sample string 4"
}
]