Description
I reported a issue in Oct 2020: Q&A Report API - empty questions issue
It resulted in an bug ticket: ZOOM-203275
It seemed to be solved, but now something similar happens again at Zoom Webinar ID: 96210850597
When running a GET Request on the Report Q&A API, I sometimes get an empty result on the question details, while the CSV Export file on the GUI shows the questions.
We have many Webinars where it works fine (CSV & API have the same result), but also some where it have a different result.
Error
There is no error message - Return HTTP 200 OK. But the data array “question" is empty - but the CSV File Export shows data.
{
“id”: 96210850597,
“uuid”: “TLNe+YkiRwm4uwsIsUq+wQ==”,
“start_time”: “2021-02-24T09:15:49Z”,
“questions”:
}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
Which Endpoint/s?
v2/report/webinars/:webinarId/qa
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- GET https://api.zoom.us/v2/report/webinars/99412543851/qa
webinarId: e.g. 96210850597 - See error
Screenshots (If applicable)
Additional context
Add any other context about the problem here.