GET api/taetigkeit/taetigkeitablaeufe?kurs_id={kurs_id}
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": "b346fe7c-edf7-443c-a4db-8b6cb2e91a6b",
"kurs_id": "ad15b0b3-93f2-4544-834b-4aa6c6272b19",
"termin_id": "4460a09d-f0df-4a77-8f57-01238c4623ed",
"typ": 1,
"datum": "2026-06-24T14:09:27.8487404+02:00",
"bezeichnung": "sample string 4"
},
{
"id": "b346fe7c-edf7-443c-a4db-8b6cb2e91a6b",
"kurs_id": "ad15b0b3-93f2-4544-834b-4aa6c6272b19",
"termin_id": "4460a09d-f0df-4a77-8f57-01238c4623ed",
"typ": 1,
"datum": "2026-06-24T14:09:27.8487404+02:00",
"bezeichnung": "sample string 4"
}
]