cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
464
Views
10
Helpful
3
Replies

List Meetings

BiancaGilchrist
Level 1
Level 1

Hi, 
We are using the Webex API to report on Call statistics. I am trying to list all meetings between a period, e.g. from 01/01/2022 to 01/09/2022. I get zero results when I run the GET/v1/meetings. All other APIs look to require a meeting ID. 

Is this the best API to use to get call counts and details? 

Thanks for your help.

1 Accepted Solution

Janos Benyovszki
Cisco Employee
Cisco Employee

@BiancaGilchrist please note, that if you want to list all meetings of every user in your org from a certain period, then you will not be able to do so simply by calling the /meetings API as an admin. You will have to specify the hostEmail parameter for each user unfortunately. Please see the Admin part of the docs here https://developer.webex.com/docs/meetings#adminorganization-level-authentication-and-scopes . 

View solution in original post

3 Replies 3

Janos Benyovszki
Cisco Employee
Cisco Employee

@BiancaGilchrist you could use the Meeting Participants API here to see if there are / were people in the meeting https://developer.webex.com/docs/api/v1/meeting-participants/list-meeting-participants 

Janos Benyovszki
Cisco Employee
Cisco Employee

@BiancaGilchrist please note, that if you want to list all meetings of every user in your org from a certain period, then you will not be able to do so simply by calling the /meetings API as an admin. You will have to specify the hostEmail parameter for each user unfortunately. Please see the Admin part of the docs here https://developer.webex.com/docs/meetings#adminorganization-level-authentication-and-scopes . 

Hi Janos, 

Thanks for the Meeting List details, what is the best API to report if a meeting is cancelled or no one shows up? 

Thanks for your help.