Forum Discussion
ioniPeis
5 years agoRegular Visitor
API pagination next_page parameter
Hello, I need to iterate using the next_page parameter to be able to fecth all the api records joining each page in a single final table. In each call I can fecth 1000 records and I have no way of kn...
mahoneypat
5 years agoMicrosoft Employee
Please see this video with a walkthrough of one way to do this.
Power BI - Tales From The Front - REST APIs - YouTube
Pat
ioniPeis
5 years agoRegular Visitor
Hi Pat, Thanks, I just saw the video, it is a good resource but it is not my case as I do not have the total_count parameter. If I had it, I could generate a list of number from 1 to (total_count / 1000) to know how many pages I need to have all the records, but it is not possible.
Jon