Stampfactory
Dokumentation
Dienstplan

Hinweise zur Unterbesetzung

Current understaffed slots of a published plan (drafts never raise alerts)

GET
/rosters/{roster}/staffing_alerts
AuthentifizierungBearer <token>

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

Ort: header

Pfadparameter

roster*string

The roster ID

Formatuuid

Response-Body

application/json

application/json

application/json

curl -X GET "https://example.com/rosters/497f6eca-6276-4993-bfeb-53cbbbba6f08/staffing_alerts"
{  "data": [    {      "date": "string",      "shift_id": "string",      "assigned": "string",      "min_count": "string",      "shortfall": "string"    }  ]}