GET {{baseUrl}}/meetings/:meetingId/survey
Display information about a meeting survey. Prerequisites: * The host has a Pro license. * The Meeting Survey feature is enabled on the host's account. * The meeting must be a scheduled meeting. Instant meetings do not have survey features enabled. Scopes: Rate Limit Label: meeting:read
,meeting:read:admin
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"custom_survey": {
"title": "<string>",
"anonymous": false,
"numbered_questions": false,
"show_question_type": false,
"feedback": "<string>",
"questions": [
{
"name": "<string>",
"type": "short_answer",
"answer_required": false,
"show_as_dropdown": false,
"answers": [
"<string>",
"<string>"
],
"prompts": [
{
"prompt_question": "<string>"
},
{
"prompt_question": "<string>"
}
],
"answer_min_character": "<integer>",
"answer_max_character": "<integer>",
"rating_min_value": "<integer>",
"rating_max_value": "<integer>",
"rating_min_label": "<string>",
"rating_max_label": "<string>"
}
]
},
"show_in_the_browser": true,
"third_party_survey": "<string>"
} |
ENDPOINTS