Forum Discussion
Anonymous
4 years agoNot applicable
Looping API (total results not available)
Hi, Been asking a similar question before, but for a different API. The current API gives me the ID of the last row much like this example from hubspot API https://api.hubapi.com/crm/v3/o...
mahoneypat
4 years agoMicrosoft Employee
Please see this video for another way to approach this. If you API support offset or skip in your web call, you can leverage that after value and dynamically generate a list of numbers with the right spacing for the right number of calls.
Power BI - Tales From The Front - REST APIs - YouTube
Pat
KNP
4 years agoSuper User
Nice video mahoneypat.
That's an elegant way to handle API calls.