Stampfactory
Dokumentation
Schichten & Bedarfe

Budgets auflisten

GET
/units/{unit}/roster_budgets
AuthentifizierungBearer <token>

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

Ort: header

Pfadparameter

unit*string

The unit ID

Formatuuid

Response-Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/units/497f6eca-6276-4993-bfeb-53cbbbba6f08/roster_budgets"
{  "data": [    {      "id": "string",      "unit_id": "string",      "period": "string",      "amount_cents": "string",      "amount": "string",      "currency": "string",      "effective_from": "string",      "created_by": "string",      "created_at": "string",      "updated_at": "string"    }  ]}