Q&A Report - live answered questions

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:

  1. GET https://api.zoom.us/v2/report/webinars/:webinarId/qa
  2. JSON return: … “question_details”: [
    {
    “question”: “Users example question?”,
    “answer”: “”
    }, …

The answer is empty - in the excel export, it is filled with “live answered”

Hey @sven, thanks for posting and using Zoom!

I do see that if the question was answered live it is blank in the GET /past_webinars/{webinarId}/qa.

I will add a feature request to have the answer be “live answered” instead of an empty string.

Thanks,
Tommy

1 Like