cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
346
Views
0
Helpful
1
Replies

Need API to get roomid by CEC ID

gbramhan
Cisco Employee
Cisco Employee

Hello

I need API which will take CECID as request & provide roomId information against that cec id

please provide me API URL along with request body & method.

Thanks.

1 Accepted Solution

Raffaele Lagana
Cisco Employee
Cisco Employee

There is no API that will get room info by CEC ID but there are APIs that will allow this using the person email, albeit not directly. For example, the /list-memberships API will allow you to get your own room memberships, which will also include the roomId. Once you have the roomId, you can then use the /get-room-details API to get those rooms' details.

View solution in original post

1 Reply 1

Raffaele Lagana
Cisco Employee
Cisco Employee

There is no API that will get room info by CEC ID but there are APIs that will allow this using the person email, albeit not directly. For example, the /list-memberships API will allow you to get your own room memberships, which will also include the roomId. Once you have the roomId, you can then use the /get-room-details API to get those rooms' details.