List absence periods.

  • This endpoint returns a list of absence periods.
  • It supports pagination and filtering based on various parameters.
  • Filters are combined using the logical "AND" operator, which requires that all conditions be true for the output to be included - except when filtering by date ranges, as in this case it'll match absences overlapping the provided period.
  • This endpoint requires the personio:absences:read scope.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
1 to 100
Defaults to 100

The maximum number of absence periods returned per request.

string

The pagination cursor to navigate over to the next list of resources. If you pass a specific limit to your request, or you rely on the default value of the number of resources to be returned, then your subsequent call has to include the cursor in order to retrieve the next list of resources. If cursor is missing, the first page is returned.

string

Filter results matching any of the provided absence periods' ids.

string

Filter results matching any of the provided absence types' ids.

string

Filter results matching any of the provided persons' ids.

date-time

Matches absence periods starting from (inclusive) the provided date-time.

date-time

Matches absence periods starting before or at the provided date-time.

date-time

Matches absence periods ending before or at the provided date-time.

date-time

Matches absence periods ending after or at the provided date-time.

date-time

Filter out absence periods updated before the provided date-time.

date-time

Filter out absence periods updated after the provided date-time.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json