Discussions
Difference in Offset calculation
over 3 years ago by Markus
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.