get https://api.personio.de/v2/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.