09-13-2022 05:44 PM
In documentation for API https://developer.webex.com/docs/api/v1/meeting-participants/list-meeting-participants
said I can use max=100 to get participants. But how could I get next 100 participants if webinar had more 100 of them? Is there any cursor, or page number i can set? API does not allow me to set max>100
Solved! Go to Solution.
09-26-2022 09:40 AM
If the number of results is greater than the 'max' requested, you should see paging URLs in the 'Location' header of the response. See Pagination
View solution in original post
Welcome to the Webex Community. This is your home to ask questions, share knowledge, and attend live webinars.