Discussions
/v1/company/time-offs with no data when combining limit + offset
almost 2 years ago by Elby
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
}