Description/Error
Hi, I am searching for the opportunity in the API to get the Q&A report details like in the Excel Export of Q&A. In the Excel file there is the “live answered” tag with the questions (which were answered out loud during the webinar - https://support.zoom.us/hc/en-us/articles/203686015-Getting-Started-with-Question-Answer), but in the API I can’t find this flag/info.
Steps to reproduce the behavior:
- GET https://api.zoom.us/v2/report/webinars/:webinarId/qa
- JSON return: … “question_details”: [
{
“question”: “Users example question?”,
“answer”: “”
}, …
The answer is empty - in the excel export, it is filled with “live answered”