GET api/taetigkeit/taetigkeittage/{kurs_id}
Liste aller Tage eine 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 TaetigkeitTag| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| kurs_id | globally unique identifier |
None. |
|
| termin_id | globally unique identifier |
None. |
|
| tag | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "c49f5312-fb01-4dc4-b941-f199f9c786ba",
"kurs_id": "b5e53570-65fe-4ff6-840c-5e0864022635",
"termin_id": "481ea6e4-4ebc-4a13-a554-27eac6f632d4",
"tag": "2026-06-23T12:20:39.8089012+02:00"
},
{
"id": "c49f5312-fb01-4dc4-b941-f199f9c786ba",
"kurs_id": "b5e53570-65fe-4ff6-840c-5e0864022635",
"termin_id": "481ea6e4-4ebc-4a13-a554-27eac6f632d4",
"tag": "2026-06-23T12:20:39.8089012+02:00"
}
]