cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
663
Views
0
Helpful
5
Replies

How to get a report of all meetings in a space

Gasper A
Cisco Employee
Cisco Employee

Hi there, is it possible to get a report of all meetings in a space?

5 Replies 5

Gasper A
Cisco Employee
Cisco Employee

every space has an associated meeting seriesID see [Get Room Meeting Details](https://developer.webex.com/docs/api/v1/rooms/get-room-meeting-details). If the meeting seriesID is known, then you can use [List Meetings of a Meeting Series API](https://developer.webex.com/docs/api/v1/meetings/list-meetings-of-a-meeting-series) get details of all meeting instances hosted on that space.

Hi Gasper.

I tried using you suggestions but using the meetingID from get-room-meeting-details I cannot get the space meetings.

Is the space you're trying to query meetings for owned by our org? If it's owned by a different org then you won't be able to get any meeting details for that space. You should also include meetingType=meeting in the request to List Meetings of a Meeting Series to get any inProgress or ended meeting for the space.

Yes, the space is owned by my ORG. I get the meetingID from "Room meeting details" API. Using that meetingID in the "List Meetings of a Meeting Series" API including meetingType=meeting as you suggested. The result is empty.

I'd recommend opening a support ticket so you can provide all of your request/user/org details as this should work and in testing does work.