Stampfactory
Dokumentation
Dienstplan

Dienstplan automatisch planen

The queue job carries no user context, so the cross-site permission check and the scope resolution MUST happen here before dispatch: without roster:plan-cross-site the pool_units flag is discarded and the run behaves exactly like a single-unit scheduling

POST
/rosters/{roster}/auto_schedule
AuthentifizierungBearer <token>

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

Ort: header

Pfadparameter

roster*string

The roster ID

Formatuuid

Request-Body

application/json

TypeScript-Definitionen

TypeScript-Typ für request body.

Response-Body

application/json

application/json

application/json

curl -X POST "https://example.com/rosters/497f6eca-6276-4993-bfeb-53cbbbba6f08/auto_schedule" \  -H "Content-Type: application/json" \  -d '{}'
{  "message": null}