Forum Discussion

JohnPowerAmbi's avatar
JohnPowerAmbi
Frequent Visitor
2 years ago
Solved

API Web - pages and limited size

I use the API documentation to get tables from the system. However, the limit per page is 100. And I dont want to the data from a specific page. I want the data from all the pages. However, this is not possible.

How can I create a query that appends all data in one table? 

 

For example: for a specific dataset. There are in total: (28-1 = 27) pages that hold 2713 rows. 

 

URL: https://app.robaws.com/api/v2/Customers&page=0&size=100

 

 

 

 

Thank you in advance for you help!!