Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
si_mcd
Contributor
Contributor

Looping through multiple REST API requests

Hi everyone,

I'm new to both Qlik and scripting in Qlik and need some assistance for some scripting. I'm trying to get the data from the Zoom API which requires sending multiple request using the month as a parameter to get the daily meetings data. I can easily setup a REST call to get one month using the 'create new connection tool' but I can't figure out the looping part or find an example on this. I've done this in M-code in power bi and I used a master calendar as the dates to loop through. The request is:

https://api.zoom.us/v2/report/daily?year={year}&month={month}

I can only request the last 6 months of data too.

Any help would be greatly appreciated.

0 Replies