eileen
(Eileen)
September 5, 2019, 5:48pm
1
Hi,
If i want to capture all sessions for my organization.
How can that be accomplished without hitting the limits each day?
I am currently using PowerBI to import each month data. Statistic we like to get are
All users
All past meetings for each of the user on #1
All participants for each meeting in #2 - https://api.zoom.us/v2/metrics/meetings/uuid/participants?type=past
QoS information for each participant on #3
I am able to pull the Users and Meetings without issues, but the participants information is unable to complete because it always hits the thresholds.
Gathering this information is crucial as it help troubleshooting tickets and gathering trends per location.
Thanks
tommy
(Tommy Gaessler)
September 5, 2019, 6:34pm
2
Hey @eileen , thanks for reaching out and using Zoom!
Are you setting the page_size
query param? It defaults to 30, but can be set to get 300 participants.
https://marketplace.zoom.us/docs/api-reference/zoom-api/dashboards/dashboardmeetingparticipants#request-parameters
https://api.zoom.us/v2/metrics/meetings/uuid/participants?type=past&page_size=300
Also here are our rate limits , if you would like to get extended rate limits let me know and I can put you in touch with our team.
Let me know if that helps!
Thanks Tommy
eileen
(Eileen)
September 5, 2019, 6:56pm
3
Hello Tommy!
Yes, I am using 300. I would like to get in touch with the team about increasing the rate limits.
1 Like
tommy
(Tommy Gaessler)
September 5, 2019, 9:10pm
4
Sounds good @eileen , we will reply back via the existing email thread moving forward.
Thanks,
Tommy
1 Like
PabloM
(Paul)
April 24, 2020, 9:33am
5
Hi Eileen,
I found this thread and wanted to reach out. Iām trying to use PowerBI to import Zoom data but struggling on how to pull the data into the tool. Do you have any tips or advice on how I can get started on this?
Thanks,
Paul
tommy
(Tommy Gaessler)
April 27, 2020, 9:33pm
6
Hey @PabloM ,
I suggest creating a Zoom JWT app, to generate a JWT Token , and then call the respective Zoom Report APIs .
Thanks,
Tommy