Employee API: Paginate the response of "GET Employee" when `updated_since` filter is used
about 1 year ago by Public API Support
Starting November 16, 2023, in order to improve the performance of the GET Employees endpoint and ensure system stability, we are introducing pagination as a mandatory feature when the updated_since
filter is used to retrieve the data.
The default pagination values that will be applied when using the updated_since
query parameter filter are: limit=200
and offset=0
. This applies only to the endpoint documented at GET Employees, changing its old behavior.