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

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{"id":"\u003clong\u003e","questions":[{"email":"\u003cstring\u003e","name":"\u003cstring\u003e","question_details":[{"answer":"\u003cstring\u003e","question":"\u003cstring\u003e"},{"answer":"\u003cstring\u003e","question":"\u003cstring\u003e"}]},{"email":"\u003cstring\u003e","name":"\u003cstring\u003e","question_details":[{"answer":"\u003cstring\u003e","question":"\u003cstring\u003e"},{"answer":"\u003cstring\u003e","question":"\u003cstring\u003e"}]}],"start_time":"\u003cdateTime\u003e","uuid":"\u003cstring\u003e"}