cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
403
Views
5
Helpful
1
Replies

Bypass maximum number of meeting responses

WEBEXAPINEWBIE
Level 1
Level 1

Working with Webex API to pull meeting lists, but only limited to a maximum of 100 responses. Any way to bypass this? Could getting a Admin/Master account help? Using python if that helps 

1 Reply 1

Raffaele Lagana
Cisco Employee
Cisco Employee

The max field has a maximum value of 100 and it can't be changed. However, if you reach that max with your response, then it will start paginating the following results. You can check it out here: https://developer.webex.com/docs/basics#pagination , it explains how it works and how to use it.