Need Date Range Filter for zoom chat messages

Hi,

We are using this API : /chat/users/{userId}/messages
for fetch the chat messages.

It has a date filter. So every time I need to pass some date.
Suppose I want data from 1st Jan 2020 to 31st Dec 2020 then I need to do a 365 API call.

1. Is there any way to pass the date range instead of one date in API?

2. Is there any way to identify the 1st date of the channel message?

We are using OAuth.

Please help us with this as soon as possible because we need to start work on it urgently.
Thanks & Regards.

1 Like

Hi @cloudcollection1,

Thanks for reaching out about this, and welcome to our Developer Community!

At this time, our List User Chat Messages endpoint does not support a date range, though this is a great suggestion. At the moment, you will need to query by individual day. I’m happy to share this feedback, but would also encourage you to submit this as a feature request if you’re so inclined: #feature-requests

In regards to identifying the 1st date of a channel’s messages, the best way to do so would be to check in the Zoom Client. Our API does not currently return this information unless it’s queried directly.

Best,
Will

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