Using this template helps us debug your issues more effectively
Description
Zoom API update on pagination, At one hit it is only allowing to extract one month data plus for date range now “to” and “from” parameters are necessary. if I only pass from the parameter it gives me the record of the past one month only (which is counted as if I have run the API hit today 8 august 2021 it will give me the record from 8 July 2021 to 8 August 2021.
Even with the page_next_token now “from” and “to” parameter is necessary.
Error
As if I have to extract to extracts years for data from the past so now what’s the solution?
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth Application.
Which Endpoint/s?
'https://api.zoom.us/v2/users/{userid}/recordings?page_size=1&from=2021-7-25&to=2021-8-25
'https://api.zoom.us/v2/users/{userid}/recordings?page_size=1&from=2021-7-25&to=2021-8-25&next_page_token={token}"
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Request URL / Headers (without credentials) / Body
- See error
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
.