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

Using this template helps us debug your issues more effectively :slight_smile:

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:

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
.

Hey @Arooba,

Thank you for reaching out to the Zoom Developer Forum. When making a request to the Get Meeting Recordings API, you will want to include the from and to parameters otherwise the API will default to the latest month.

I’m still working to confirm this change was intended with our team.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.