Discussions

Ask a Question
Back to All

/v1/company/time-offs with no data when combining limit + offset

When combining "offset" with "limit" the API responses with no data. What am I missing?

{
"success": true,
"metadata": {
"total_elements": 506,
"current_page": 200,
"total_pages": 3
},
"data": [],
"offset": 200,
"limit": 200
}