GET {{baseUrl}}/meetings/:meetingId/recordings/registrants/questions
For on-demand meeting recordings, you can include fields with questions that will be shown to registrants when they register to view the recording. Use this API to retrieve a list of questions that are displayed for users to complete when registering to view the recording of a specific meeting. Scopes: Rate Limit Label: recording:read:admin
,recording:read
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"custom_questions": [
{
"answers": [
"<string>",
"<string>"
],
"required": "<boolean>",
"title": "<string>",
"type": "single"
},
{
"answers": [
"<string>",
"<string>"
],
"required": "<boolean>",
"title": "<string>",
"type": "short"
}
],
"questions": [
{
"field_name": "industry",
"required": "<boolean>"
},
{
"field_name": "industry",
"required": "<boolean>"
}
]
} |
ENDPOINTS