Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
As an addition to this topic, I'm excited to share my latest tutorial on integrating Asana with Qlik Cloud using REST APIs!
In this step-by-step guide, you'll learn:
- How to use Asana REST APIs with Postman
- Creating REST Data Connections in Qlik Cloud
- Extracting data from Asana and saving as Parquet files
- Enhancing connections with custom parameters and pagination
Check out the full video on YouTube:
Integrate Asana with Qlik Cloud Using REST APIs: A Step-by-Step Guide
https://youtu.be/lFwar30BNkQ?si=UZoM_x9L5amdJSnf
Regards,
Mark Costa