Dienstplanung
Wunschbudget abrufen
Budget, used and remaining wish points plus the fulfillment rate of the month. Self-service or manager (self-or-manager middleware)
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Pfadparameter
employee*string
The employee ID
Format
uuidyearMonth*string
Response-Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/employees/497f6eca-6276-4993-bfeb-53cbbbba6f08/wish_budget/string"{ "data": { "employee_id": "string", "year_month": "string", "budget": "string", "used": "string", "remaining": "string", "grant_rate": "string" }}