Fixed
about 5 years ago by Matthias Mikoschek
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
about 5 years ago by Matthias Mikoschek
Synchronising absences with Personio just became a whole lot easier!
Improved
about 5 years ago by Matthias Mikoschek
Two small improvements to the API reference:
Improved
over 5 years ago by Matthias Mikoschek
Pushing large sets of attendance periods into Personio via the API used to be difficult because every "incorrect" element in the list caused an interruption in the whole POST process.
Improved
over 5 years ago by Matthias Mikoschek
Added the absence category attribute to the "TimeOffType" object:
Improved
over 5 years ago by Matthias Mikoschek
Added pagination to the Attendance endpoint to make fetching larger sets of attendance data easier.