GET /v1/work-planning/my-schedule
GET/v1/work-planning/my-schedule
Get own work schedule for a week
Query-Parameter
| Name | Typ | Beschreibung |
|---|
weekStarterforderlich | string<date> | Monday of the week (YYYY-MM-DD) |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/work-planning/my-schedule \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.work-planning.list();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |