GET /v1/work-planning/effective-model
GET/v1/work-planning/effective-model
Calendar slice of the requesting user’s resolved working-time model: workingDays, coreHours, breakWindow, modelType (ADR 0228)
Query-Parameter
| Name | Typ | Beschreibung |
|---|
date | string<date> | |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/work-planning/effective-model \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.work-planning.list();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |