Dataloy API 3.5 Release Notes
18. August 2016
With great pleasure Dataloy presents API 3.5
 Issues resolved - listed by user story
Highlights of this Release:
Highlights of Dataloy API 3.5
Â
Limiting the number of returned objects from API
To avoid problems with large API calls causing performance problems and taking down the system a limit of how many objects being returned has been added. The default limit is 2000 objects.
All integrations should be tested before upgrading production. Pagination should be implemented if any API requests are failing with the following error: Illegal value in input: Too many objects requested (requested 5000 the limit is 2000). Try to reduce the number of objects returned using filters and/or pagination.
Related Content