From and to params for /meetings/{meetingId}/recordings/analytics_details

Hey team! I have two question about the endpoint /meetings/{meetingId}/recordings/analytics_details, specifically the from and to params:

  1. Are the from and to params inclusive or exclusive?
  2. Is a month limited by 30 or 31 days, or if I want to query a continuous block of days can I do something [{“to”: “2025-01-01”, “from”: “2025-02-01”}, {“to”: “2025-02-01”, “from”: “2025-03-01”}, …]?

Thank you for your help!

Hi @ben.wilen
Thanks for reaching out to us and welcome to the Zoom Developer Forum!
To answer your questions, the from and to params are inclusive and I just ran some queries on my end and you should be able to query by block of days like you suggested, for example from=2024-10-01&to=2024-11-01

Great, thank you for your help!

1 Like