cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
882
Views
2
Helpful
4
Replies

Access webex webinar REST API

moonloren9x
Level 1
Level 1

I'm doing migration work from the classic event, but there are two APIs that make I'm confused because they don't have corresponding defined API from XML to REST API on the Webex homepage

  1. event.LstsummaryProgram: Retrieves a list of programs that are associated with an Event Center service website. As I understand the Program will correspond with a webinar series, but how can I get the names of the series, as the example below should be: webinar series demo, Philadelphia Health class October...

     

    moonloren9x_1-1699085700207.png

     

  2. event.LstsummaryEvent: Lists all the scheduled events on the current site, it should be mapped to /api/v1/meetings

It's quite urgent, so any responses are helpful. I am very grateful and thank you all

1 Accepted Solution

Janos Benyovszki
Cisco Employee
Cisco Employee

@moonloren9x for 1, can you please check https://developer.webex.com/docs/api/v1/meetings/list-meetings-of-a-meeting-series ? This should give you all the meetings / webinars in a series.

For 2, currently we do not have a REST API that will list all meetings for a given site. You would have to use https://developer.webex.com/docs/api/v1/meetings/list-meetings and specify the hostEmail for each host user. We do have a list all recordings API however here https://developer.webex.com/docs/api/v1/recordings/list-recordings-for-an-admin-or-compliance-officer , but not for meetings / webinars. That would be a new requirement. We also have an idea suggestion for the same here https://ciscocollabcustomer.ideas.aha.io/ideas/WXCUST-I-3153 , please upvote it to signal to Product Management the customer need for this. Thank you

View solution in original post

4 Replies 4

moonloren9x
Level 1
Level 1

Thank you @Janos Benyovszki 

Could you please take a look to another question that I raised
https://community.cisco.com/t5/webex-for-developers/registration-is-not-supported-for-this-meeting-series/m-p/4953870#M2564

Thank you so much

Hi @moonloren9x,
Thanks for your confirmation! 
I've answered the pending query now that you posted - https://community.cisco.com/t5/webex-for-developers/registration-is-not-supported-for-this-meeting-series/m-p/4953870#M2564

Hope that answer helps you to clear the roadblock as well.
Please let us know for any further assistance.

Regards!
Sandip

Your answer is so clear, thank you so much!

Janos Benyovszki
Cisco Employee
Cisco Employee

@moonloren9x for 1, can you please check https://developer.webex.com/docs/api/v1/meetings/list-meetings-of-a-meeting-series ? This should give you all the meetings / webinars in a series.

For 2, currently we do not have a REST API that will list all meetings for a given site. You would have to use https://developer.webex.com/docs/api/v1/meetings/list-meetings and specify the hostEmail for each host user. We do have a list all recordings API however here https://developer.webex.com/docs/api/v1/recordings/list-recordings-for-an-admin-or-compliance-officer , but not for meetings / webinars. That would be a new requirement. We also have an idea suggestion for the same here https://ciscocollabcustomer.ideas.aha.io/ideas/WXCUST-I-3153 , please upvote it to signal to Product Management the customer need for this. Thank you