Stampfactory
Dokumentation
Zeitkorrekturen

Offene Korrekturen

Central queue of all open correction requests for the employees the manager can see (unit-scoped), grouped per employee + date. Read-only; decisions run over approve/reject or bulk

GET
/corrections/pending
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Response-Body

application/json

application/json

application/json

curl -X GET "https://example.com/corrections/pending"
{  "items": [    {      "employee": {        "property1": null,        "property2": null      },      "date": "string",      "reason": "string",      "created_at": "string",      "entries": [        null      ],      "original_entries": [        null      ],      "original_net_ms": 0,      "proposed_net_ms": 0,      "delta_ms": 0,      "assessment": "string",      "age_days": 0    }  ]}