cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
838
Views
5
Helpful
2
Replies

Maximum output API /participants in CMS

Phuong Pham
Level 1
Level 1

Hi all,

I want to set importance level for my participant. I have 50 participant in my room but when i GET participant ID, Postman tool only has 10 participant ID result. I was try with another API tool but the result still the same. 

Do you know how to collect all participant ID?

 

Thanks

1 Accepted Solution

Accepted Solutions

Jaime Valencia
Cisco Employee
Cisco Employee

8.1.5 Retrieve participants in a conference GET method performed on the "/calls//participants" node. Retrieves a list of all of the participants associated with the specified call.

Parameters Type/Value Description/Notes

offset limit Number Number

An "offset" and "limit" can be supplied to retrieve active participants other than the first "page" in the notional list (see Section 4.1.2).

https://www.cisco.com/c/dam/en/us/td/docs/conferencing/ciscoMeetingServer/Reference_Guides/Version-2-3/Cisco-Meeting-Server-API-Reference-Guide-2-3.pdf

HTH

java

if this helps, please rate

View solution in original post

2 Replies 2

Jaime Valencia
Cisco Employee
Cisco Employee

8.1.5 Retrieve participants in a conference GET method performed on the "/calls//participants" node. Retrieves a list of all of the participants associated with the specified call.

Parameters Type/Value Description/Notes

offset limit Number Number

An "offset" and "limit" can be supplied to retrieve active participants other than the first "page" in the notional list (see Section 4.1.2).

https://www.cisco.com/c/dam/en/us/td/docs/conferencing/ciscoMeetingServer/Reference_Guides/Version-2-3/Cisco-Meeting-Server-API-Reference-Guide-2-3.pdf

HTH

java

if this helps, please rate

Thanks Valencia!