improved
Custom Reports API - Pagination added
about 1 year ago by Oleg Fedoliak
Pagination can be used in the GetReport Endpoint via page and limit query parameters. The limit indicates how many employees per page should be returned. Example: /company/custom-reports/reports/{report_id}?page=2&limit=100