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": "bb37a129-8860-4fb8-a3e6-10211b1ac780",
"kurs_id": "4fe25efd-f572-42a0-887c-d92ba1a42c5e",
"termin_id": "89699b2d-1708-4c03-992c-a20a760eae10",
"tag": "2026-06-24T14:09:52.4611132+02:00"
},
{
"id": "bb37a129-8860-4fb8-a3e6-10211b1ac780",
"kurs_id": "4fe25efd-f572-42a0-887c-d92ba1a42c5e",
"termin_id": "89699b2d-1708-4c03-992c-a20a760eae10",
"tag": "2026-06-24T14:09:52.4611132+02:00"
}
]