Skip to main content
GET
/
cloud-gateway
/
v1
/
persons
/
{personId}
/
time-off-balances
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"
    }
  ]
}
Our time management system supports absences in a highly flexible manner. Any booking key can be recorded as an absence, provided it is configured accordingly. Therefore, there are no fixed types of absence or time accounts.

Path Parameters

personId
string
required

Response

200 - */*

OK

Time off balances for a person

personId
string<uuid>
balances
object[]