From and to date parameters in the Zoom API

For Zoom API that uses “from” and “to” request parameters.
Should I use UTC date for the request parameter ?
Does the API support minute level “from” and “to” request parms?

for example, if I use /metrics/meetings to retrieve meetings from (today-1) to today, when there are new meetings happen after my data retrieval, I need retrieve again with today to today. In that way, there are duplicate data retrieved because the parameters are with date granularity.

Hey @szhang,

Yes, use UTC time, that is how the backend and database store the times.

Unfortunately the to and from query params do not support hours or minutes. Just day, month, year.

Feel free to add that as a feature request here: #feature-requests

Thanks,
Tommy

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