GET {{baseUrl}}/past_meetings/:meetingId/qa
The question & answer (Q&A) feature for Zoom Meetings lets attendees ask questions during a meeting and lets the other attendees answer those questions. List Q&A of a specific meeting. Prerequisites: Scopes: Rate Limit Label:
meeting:read:admin
,meeting:read
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>"
} |
ENDPOINTS