Description
I am getting a empty array from https://api.zoom.us/v2/past_meetings/${zoomMeetingId}/polls request.
{
“id”: ***********,
“uuid”: “NUbNwewKSUK6/afrggZI7w==”,
“start_time”: “2020-07-08T16:46:56Z”,
“questions”:
}
But I do get results from the csv file generated for the web UI. Thus the data is inconsistent.
Error
Empty results from api that aren’t consistent with the csv file generated from web ui that does have results.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
https://api.zoom.us/v2/past_meetings/${zoomMeetingId}/polls
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Request URL / Headers (without credentials) / Body
- Get payload with empty result.
Additional context
This is a customer account of mine, thus I am limited to api results. They have shared the csv files with me. This is happen for two of their events, I haven’t seen the same error with other customers accounts yet.
*This post has been edited to remove any meeting / webinar IDs