1. Home
  2. Knowledge Base
  3. FAQs
  4. Troubleshooting
  5. The Service endpoint returns only 1000 records per entity. How can I retrieve more records?

The Service endpoint returns only 1000 records per entity. How can I retrieve more records?

Hubway has set a limit to fetch only the first 1000 records. We encourage you to use the top and skip functions of OData to paginate and retrieve records in blocks of 1000s. This is to ensure better performance.

Example:

Page 1: {Service link}/{Entity Name}?$top=1000&$skip=0

Page 2: {Service link}/{Entity Name}?$top=1000&$skip=1000

Was this article helpful?

Related Articles

Need Support?

Can't find the answer you're looking for?
Contact Support