GET {{baseUrl}}/webinars/:webinarId/survey
Return information about a webinar survey. Prerequisites:
* A Pro or higher plan with the Webinar add-on.
* The Webinar Survey feature enabled in the host's account. Scopes: Rate Limit Label: webinar:read:admin
,webinar:read
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": "multiple",
"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,
"show_in_the_follow_up_email": false,
"third_party_survey": "<string>"
} |
ENDPOINTS