prembritz
(prem)
September 25, 2020, 10:15am
1
way to list all my past meeting details
GET
/past_meetings/{meetingUUID}
How To Reproduce (If applicable)
Steps to reproduce the behavior:
https://api.zoom.us/v2/past_meetings/{meetingUUID}
details doesnt shows
the response i received is
Response{protocol=http/1.1, code=200, message=, url=https://api.zoom.us/v2/past_meetings/}
i want to list all my meeting details.
Hey @prembritz
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…
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
prembritz
(prem)
September 30, 2020, 11:51am
3
Hey @prembritz ,
For your first question, can you ensure that you’re passing the meeting UUID in the request URL and not the headers, and that you’re passing Content-Type application/json in the headers.
In regards to getting the access token for the OAuth flow, you can generate a Java code snippet using the Code tool in Postman—for example:
Thanks,
Will
Hello will.zoom
which endpoint i can use to get all past meeting history from zoom using postman.
any idea will be highly appreciate.
system
(system)
Closed
November 13, 2020, 2:18am
7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.