API Endpoint(s) and/or Zoom API Event(s)
GET /v2/webinars/{webinarId}/polls
GET /v2/report/webinars/{webinarId}/polls
Description
When accessing the Get Polls endpoint above (/v2/webinars/{webinarId}/polls), I receive the following response:
{
"total_records": 0,
"polls": []
}
However, when I send a request to the Get Poll Responses endpoint (/v2/report/webinars/{webinarId}/polls), I do successfully receive user response data to all of the poll questions.
The Get Polls endpoint was correctly returning the expected data until recently. Has there been a change to the Zoom API, or is this a bug? I see nothing in the changelog nor the API documentation to suggest that the expected behavior for this endpoint has changed.
Error?
The API request succeeds (status code=200), however, the data is missing.
Thanks for the reply! I have a simple example from some exploratory testing that we conducted a couple of days ago. Details below, please let me know if there is any other information that I can provide. Thank you,