Get a meeting survey
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:
meeting:read
,
meeting:read:admin
Rate Limit Label
:
LIGHT
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"custom_survey":{"title":"\u003cstring\u003e","anonymous":false,"numbered_questions":false,"show_question_type":false,"feedback":"\u003cstring\u003e","questions":[{"name":"\u003cstring\u003e","type":"short_answer","answer_required":false,"show_as_dropdown":false,"answers":["\u003cstring\u003e","\u003cstring\u003e"],"prompts":[{"prompt_question":"\u003cstring\u003e"},{"prompt_question":"\u003cstring\u003e"}],"answer_min_character":"\u003cinteger\u003e","answer_max_character":"\u003cinteger\u003e","rating_min_value":"\u003cinteger\u003e","rating_max_value":"\u003cinteger\u003e","rating_min_label":"\u003cstring\u003e","rating_max_label":"\u003cstring\u003e"}]},"show_in_the_browser":true,"third_party_survey":"\u003cstring\u003e"}