GET /v1/overtime-proposals
GET/v1/overtime-proposals
Vorgeschlagene Überstunden aus dem Vergleich attendance_shifts vs. effective-schedule (ADR 0036b).
Query-Parameter
| Name | Typ | Beschreibung |
|---|
userId | string | |
from | string | |
to | string | |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/overtime-proposals \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.overtime-proposals.list();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |