Logo
Zoom Public API Documentation

List Q&As of a past webinar

GET {{baseUrl}}/past_webinars/:webinarId/qa

List the Q&A of a specific past webinar.

The question & answer (Q&A) feature for webinars lets attendees ask questions during the webinar and for the panelists, co-hosts and host to answer their questions.

Prerequisites

Scopes: webinar:read:admin,webinar:read

Rate Limit Label: MEDIUM

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "id": "<long>", "questions": [ { "email": "<string>", "name": "<string>", "question_details": [ { "answer": "<string>", "question": "<string>" }, { "answer": "<string>", "question": "<string>" } ] }, { "email": "<string>", "name": "<string>", "question_details": [ { "answer": "<string>", "question": "<string>" }, { "answer": "<string>", "question": "<string>" } ] } ], "start_time": "<dateTime>", "uuid": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/past_webinars/:webinarId/qa' -H 'Accept: application/json'

ENDPOINTS