Unable to fetch the Past Participants

Description

We are able to get list of past meetings conducted for particular between dates by using below URL with access token.
https://api.zoom.us/v2/metrics/meetings?type=past&from=2020-09-01&to=2020-09-02&page_size=1000000
Here we are able to get list of participants for particular meeting for LIVE (current date) only by using below URL .But we are not getting PAST participants details for this meeting ID.
https://api.zoom.us/v2/metrics/meetings/:meetingId/participants?type=past&page_size=30
Please let me know that how to get PAST participants for particular meeting.

Hey @prasad_hyd

Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question. :slightly_smiling_face:

Checkout these related threads that may have the answer you are looking for:

If these threads did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.

Thanks,
DeveloperBot

Thanks for your response…But I didn’t get the proper solution… can you suggest any other solution…

Still we are waiting for your reply…Please send as soon as possible…Thanks in Advance

Hey @prasad_hyd,

Can you please share the Meeting UUID or ID where you’re not seeing the expected results? I’m happy to take a closer look once I have this.

Thanks!
Will

Hi,
Thanks for your response…
As you requested Meetind Id is 9012726718.
Meeting Id fetch from below mentioned url
https://api.zoom.us/v2/metrics/meetings?type=past&from=2020-09-01&to=2020-09-02&page_size=1000000
Here we are able to get list of participants for particular meeting for LIVE (current date) only by using below URL .But we are not getting PAST participants details for this meeting ID.
https://api.zoom.us/v2/metrics/meetings/:meetingId/participants?type=past&page_size=3000
Please let me know that how to get PAST participants for particular meeting.

Hi @prasad_hyd,

Can you please remove the page_size=1000000 from your request URL—I think this is throwing your request off.

Let me know—thanks!
Will

Hi…
Removed the parameter page_size=1000000 and checked it as you suggested, but the result was same…fetching the Current Date data only ,not getting the PAST participants details for this meeting ID(9012726718)
https://api.zoom.us/v2/metrics/meetings/:meetingId/participants?type=past

Hi @prasad_hyd,

Thanks for giving that a try. Can you try passing the Meeting UUID instead and let me know if this gives you the expected results? If you pass the Meeting ID, it will take the last meeting instance, which could be causing some of the confusion here.

Thanks,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.