List meeting API 'start' and 'to' query string parameters

API Endpoint: /users/{userId}/meetingsAPI
docs: https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/meetings

  • using a Server-to-Server OAuth app type
  • complete user’s meeting list works without problems
  • trying to use start and to query parameters has non effect

How To Reproduce
Steps to reproduce the behavior:
*1. created 3 meetings with date 2023-03-03 and 2 meetings with date 2023-05-03
*2. server-to-server OAuth authenticated returned valid token
*3. Request URL: https://api.zoom.us/v2/users/[user-id]/meetings?from=2023-05-01
*4. result always returns all of the 5 meetings

Thanks

Hi @vuk
Thanks for reaching out to the Zoom Developer Forum and welcome to our community!
Could you please make sure to add the values from and to when trying to query this endpoint,
as well as pass the type of meeting that you are trying to query (scheduled, live, upcoming, etc)

Hello Elisa, thanks for the reply. Your post gave me enlightenment, I ran some more tests and for the date filter to work into the list meetings API:

  • you must use both the from and to query parameters
  • you don’t need to use the type query parameter

example: https://api.zoom.us/v2/users/[the-user-id]/meetings?from=2023-05-01&to=2023-05-31

Perhaps it should be stated more clearly into the API doc

Bye

Happy that helped! @vuk
I will pass your feedback to our documentation team!
Cheers,
Elisa