Skip to main content
GET
/
cloud-gateway
/
v1
/
persons
/
{personId}
/
absences
cURL
curl --request GET \
  --url http://localhost:8080/cloud-gateway/v1/persons/{personId}/absences
[
  {
    "personId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "startDate": "2023-12-25",
    "endDate": "2023-12-25",
    "startHalfDay": true,
    "endHalfDay": true,
    "startTime": "<string>",
    "endTime": "<string>",
    "type": {
      "id": "<string>",
      "name": "<string>",
      "unit": "HOURS"
    }
  }
]
Absences are not supported in the current version of the API. You can expect this feature to be added in the near future.
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

Query Parameters

from
string<date>
required
to
string<date>

Response

200 - */*

OK

personId
string<uuid>
startDate
string<date>
endDate
string<date>
startHalfDay
boolean
endHalfDay
boolean
startTime
string
endTime
string
type
object