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