- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2018 07:33 AM - edited 03-18-2019 01:51 PM
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
Solved! Go to Solution.
- Labels:
-
Other Collaboration Endpoints
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2018 08:09 AM
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).
java
if this helps, please rate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2018 08:09 AM
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).
java
if this helps, please rate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2018 08:06 PM
