Closed Tekkon closed 2 years ago
According to https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#tag/Webinars/operation/webinars
For webinar_list request page_number parameter is deprecated, the new one is next_page_token. Zoom API returns next_page_token which is used to get the next page.
webinar_list
page_number
next_page_token
This PR removes page_number parameter and adds next_page_token.
According to https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#tag/Webinars/operation/webinars
For
webinar_list
requestpage_number
parameter is deprecated, the new one isnext_page_token
. Zoom API returnsnext_page_token
which is used to get the next page.This PR removes
page_number
parameter and addsnext_page_token
.