- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2021 12:35 AM
Does Webex meeting have any API or link to export attendee list and login time by using meeting ID?
Solved! Go to Solution.
- Labels:
-
Webex Meetings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2021 08:55 AM
Hi,
Thank you so much for your comment! It worked!
Here is what I did:
1. Create a Webex meeting
2. Start the meeting
3. Get its Meeting Number from "Information" and copy "Meeting Number" manually
4. Open Chrome browser and access to list-meetins below and enter the mtg number without space.
https://developer.webex.com/docs/api/v1/meetings/list-meetings
5. Get meeting ID by executing list-meetins from list-meetins
6. Run list-meeting-participants with meeting ID just obtained
https://developer.webex.com/docs/api/v1/meeting-participants/list-meeting-participants
Thanks for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2021 08:55 AM
Hi,
Thank you so much for your comment! It worked!
Here is what I did:
1. Create a Webex meeting
2. Start the meeting
3. Get its Meeting Number from "Information" and copy "Meeting Number" manually
4. Open Chrome browser and access to list-meetins below and enter the mtg number without space.
https://developer.webex.com/docs/api/v1/meetings/list-meetings
5. Get meeting ID by executing list-meetins from list-meetins
6. Run list-meeting-participants with meeting ID just obtained
https://developer.webex.com/docs/api/v1/meeting-participants/list-meeting-participants
Thanks for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2021 08:00 AM
https://developer.webex.com/docs/api/v1/meeting-participants/list-meeting-participants
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2021 12:03 AM
Hello,
I am trying the API mentioned:
https://developer.webex.com/docs/api/v1/meeting-participants/list-meeting-participants
What I did were:
1. Create a Webex meeting
2. Start the meeting
3. Get meeting ID from "Copy Meeting Link" and pasted in notepad and extract the meeting ID
4. Open Chrome browser and access to the link above
5. Choose "Try it" and Sign in as the host of the running Webex meeting
6. Fill in the meetingId column with the Meeting ID and hostEmail with host email address
7. Click Run
However, I get following error:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2021 04:28 AM
You would need to get the meetingid also from the API, it’s different than the numeric meeting id. You can get it from the list meetings API call.
