Stampfactory
Dokumentation
Dienstplan-Einträge

Absagen auswerten

Unit-scoped manager report over documented short-notice declinations

GET
/shift_declinations
AuthentifizierungBearer <token>

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

Ort: header

Query-Parameter

unit_id?|
Formatuuid
from?|
Formatdate-time
to?|
Formatdate-time

Response-Body

application/json

application/json

application/json

curl -X GET "https://example.com/shift_declinations"
{  "data": [    {      "employee_id": "string",      "employee_name": "string",      "declination_count_12m": 0,      "total_count": "string",      "declinations": [        null      ]    }  ]}