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
Was this page helpful?