Discussions

Ask a Question
Back to All

Difference in Offset calculation

The offset calculation is different for absences and attendances.
e.g.: If you request absences with the query params: &offset=2&limit=200
you will receive the second page [absences 201-400]

But if you request attendances with the query params: &offset=2&limit=200
you will receive the attendances 2-202

This makes our data analysis very cumbersome because we had to implement some workarounds.