Discussions
Issue with Fetching More Than 200 Results from the Time-Offs API Endpoint
9 months ago by Adriana Martins
I'm encountering a problem with the /company/time-offs API endpoint. While I can paginate through the /company/attendances endpoint successfully and retrieve all records by increasing the offset, the same approach for the /company/time-offs endpoint only yields the first 200 results. Subsequent requests with an increased offset return no additional data.
Could you please tell me if there is a proper pagination for the time-offs endpoint or confirm if there's a limit on the number of records that can be fetched?
Thank you!