API Endpoint(s) and/or Zoom API Event(s)
v2/metrics/meetings
Description
We have multiple clients using our Zoom marketplace integration. As of two days ago we have started seeing an error message that we have never seen before when hitting v2/metrics/meetings.
Error?
It is returning a status code 400 with the body:
{
“code”: -1,
“message”: “Illegal query expression: Either the hash key conditions or the key condition expression must be specified but not both.”
}
It seems to only happen when we pass a type of pastOne and we’ve tried various combinations of date ranges. The only time we are getting success responses is when there are no results so our best guess is that it is doing this whenever there would have been results.
How To Reproduce
We’ve managed to reproduce this for multiple clients.
*1. Hitting anything similar to v2/metrics/meetings?page_size=300&from=2024-10-03&to=2024-10-05&type=pastOne - although it only seems to fail when there would have been a result
*2. Using OAuth 2.0 app
*3. Getting the 400 as shown above.