cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

REST GET

deepanshu_1
New Contributor III

Dear All,

I am currently using the REST GET snap in Snaplogic to call a REST OData API. There are 1k tables and it is giving me next link when calling from postman.

However, I am facing an issue where I can only retrieve 10,000 rows despite there being over 500,000 records in the tables. I would greatly appreciate it if someone could help me understand why this limitation is occurring.

Is it possible to get all the data at one go ?

Thanks in advance.

DP

6 REPLIES 6

rdill
Employee
Employee

You want to use the HTTP client snap for this. It will handle pagination easier than the REST snap pack and should be used instead of the REST Snap for all new development. Ref: https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/2614591489/HTTP+Client

rdill
Employee
Employee

Also, you need to confirm the source does not have any API limits. Some endpoints throttle traffic and limit the number of calls per minute or rows of data per 24 hours. Make sure the source is not ignoring your requests.