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": "ce0fcf75-646b-4043-977b-8e3549656060",
"kurs_id": "6f39cdc2-cd31-4afa-a03b-252c8eb6e8ba",
"termin_id": "5ba28655-a638-4fea-b07d-f557ebd53e34",
"typ": 1,
"datum": "2026-06-24T14:09:20.9560996+02:00",
"bezeichnung": "sample string 4"
},
{
"id": "ce0fcf75-646b-4043-977b-8e3549656060",
"kurs_id": "6f39cdc2-cd31-4afa-a03b-252c8eb6e8ba",
"termin_id": "5ba28655-a638-4fea-b07d-f557ebd53e34",
"typ": 1,
"datum": "2026-06-24T14:09:20.9560996+02:00",
"bezeichnung": "sample string 4"
}
]