GET /v1/time-accounts/overtime-approvals
GET/v1/time-accounts/overtime-approvals
List overtime approval queue (PENDING outside-flex bookings, ADR 0050a Phase 2)
Datenmodell
Diese Operation arbeitet auf der Entität Time Account (time_account). Alle 14 Felder — Typ, Validierung, Pflichtangabe, Beziehungen — stehen in der Schema-Referenz.
Query-Parameter
| Name | Typ | Beschreibung |
|---|---|---|
status | string | |
userId | string | |
from | string | |
to | string |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/time-accounts/overtime-approvals \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.time-accounts.list();Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |