Forum Discussion
akashgera
4 years agoHelper I
Dealing with paginated API using Recursion function
Hello Folks, I am using paginated API to fetch the data as per page number , one single page fetches only 100 records and total I have 30824 records which requires data from 309 pages. So I want her...
- 4 years ago
Please see this video for a potentially simpler way to do this. Also, have you tried to increase the page_size value to get >100 in each web call?
Power BI - Tales From The Front - REST APIs - YouTube
Pat
mahoneypat
4 years agoMicrosoft Employee
Please see this video for a potentially simpler way to do this. Also, have you tried to increase the page_size value to get >100 in each web call?
Power BI - Tales From The Front - REST APIs - YouTube
Pat
akashgera
4 years agoHelper I
Hello sir,
Thanks for the response, I have tried to increase the page size >100, but unfortunately it is not giving me more than 100 records, So the max. limit of records per web call is 100 only.