cURL
curl --request GET \ --url http://localhost:8080/cloud-gateway/v1/persons/{personId}/time-off-balances
{ "personId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "balances": [ { "id": "flexibleworktime", "balance": 123, "used": 123, "unit": "HOURS" } ] }
OK
Time off balances for a person
Show child attributes
flexibleworktime
remainingleaves
unplannedleaves
timebalance1
timebalance2
timebalance3
timebalance4
timebalance5
The amount of time available to the employee. (Formerly timeBalance)
The amount of time used by the employee. (Formerly taken)
Unit of balance values (Formerly timeUnit)
HOURS
DAYS
Was this page helpful?