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.
Checkout these related threads that may have the answer you are looking for:
Description/Error
I want to find past meeting participants via the API, but as we mostly use the ‘Personal Meeting Room’, rather than scheduled meetings they don’t appear to appear in the ‘Past Meetings’ list. Are these able to be called or is it only scheduled meetings?
Which Endpoint/s?
I’m using ‘Get Past Meeting Participants/Details’ but just generally I can’t get past details.
Description
I am trying to write code to collect information on all participants in previous meetings. I am having trouble figuring how to do this exactly.
What have I tried so far
I tried working with the following sequence of API calls
Get meeting from /users/{userId}/meetings
For each meeting
Get registrants from /meetings/{meetingId}/registrants
Get participants from /report/meetings/{meetingId}/participants
Problem
It doesn’t quite capture the full list of users that we’re seen…
Description
I tried to list participants of meeting by an API. But I got an error in response.
Error
{
“code”: 3001,
“message”: “This meeting’s details info is not available or ID is not valid.”
}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
List Meeting Participants
GET /metrics/meetings/{meetingId}/participants
Screenshots (If applicable)
Please Find Attachments
[zoom_meeting_participants]
[Recording_Information_-_Zoom]
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
will.zoom
(Will)
September 23, 2020, 7:21pm
5
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.
will.zoom
(Will)
September 25, 2020, 3:26pm
7
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
will.zoom
(Will)
September 28, 2020, 6:54pm
9
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
system
(system)
Closed
October 29, 2020, 4:54am
10
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.