Stampfactory
Dokumentation
Dienstplanung

Kandidaten für einen Eintrag

Read-only cross-unit candidate suggestions for one (open) shift, using the auto-scheduler hard constraints in pool mode

GET
/roster_planning/candidates/{rosterEntry}
AuthentifizierungBearer <token>

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

Ort: header

Pfadparameter

rosterEntry*string

The roster entry ID

Formatuuid

Response-Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/roster_planning/candidates/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "data": [    {      "employee_id": "string",      "name": "string",      "unit": {        "id": "string",        "name": "string"      },      "is_cross_unit": true    }  ]}