Changelog

Improved

Absence API: added optional "skip_approval" parameter

Absence periods created via the POST /company/time-offs endpoint used to skip the approval process by default, so there was no way to create absence requests using the public API.

Fixed

[fixed] Breaking Change: Absence Pagination

We just introduced pagination to the GET Absence API which unfortunately introduced a breaking change (this was not on purpose). Currently, the absence response is limited to 200 entries by default in case no pagination parameters are put in, which might break your implementation given we didn't previously limit the response.

Improved

Attendance API: pagination

Added pagination to the Attendance endpoint to make fetching larger sets of attendance data easier.