List a webinar's polls
GET {{baseUrl}}/webinars/:webinarId/polls?anonymous=<boolean>
List all the polls of a Webinar.
Scopes:
webinar:read:admin
,
webinar:read
Rate Limit Label
:
LIGHT
Request Params
| Key | Datatype | Required | Description |
| anonymous
| string | | Whether to query for polls with the Anonymous option enabled:
true
— Query for polls with the Anonymous option enabled.false
— Do not query for polls with the Anonymous option enabled. |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"polls":[{"id":"\u003cstring\u003e","status":"ended","anonymous":false,"poll_type":2,"questions":[{"answer_max_character":"\u003cinteger\u003e","answer_min_character":"\u003cinteger\u003e","answer_required":false,"answers":["\u003cstring\u003e","\u003cstring\u003e"],"case_sensitive":false,"name":"\u003cstring\u003e","prompts":[{"prompt_question":"\u003cstring\u003e","prompt_right_answers":["\u003cstring\u003e","\u003cstring\u003e"]},{"prompt_question":"\u003cstring\u003e","prompt_right_answers":["\u003cstring\u003e","\u003cstring\u003e"]}],"rating_max_label":"\u003cstring\u003e","rating_max_value":"\u003cinteger\u003e","rating_min_label":"\u003cstring\u003e","rating_min_value":"\u003cinteger\u003e","right_answers":["\u003cstring\u003e"],"show_as_dropdown":false,"type":"rank_order"},{"answer_max_character":"\u003cinteger\u003e","answer_min_character":"\u003cinteger\u003e","answer_required":false,"answers":["\u003cstring\u003e","\u003cstring\u003e"],"case_sensitive":false,"name":"\u003cstring\u003e","prompts":[{"prompt_question":"\u003cstring\u003e","prompt_right_answers":["\u003cstring\u003e","\u003cstring\u003e"]},{"prompt_question":"\u003cstring\u003e","prompt_right_answers":["\u003cstring\u003e","\u003cstring\u003e"]}],"rating_max_label":"\u003cstring\u003e","rating_max_value":"\u003cinteger\u003e","rating_min_label":"\u003cstring\u003e","rating_min_value":"\u003cinteger\u003e","right_answers":["\u003cstring\u003e"],"show_as_dropdown":false,"type":"fill_in_the_blank"}],"title":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","status":"ended","anonymous":false,"poll_type":1,"questions":[{"answer_max_character":"\u003cinteger\u003e","answer_min_character":"\u003cinteger\u003e","answer_required":false,"answers":["\u003cstring\u003e","\u003cstring\u003e"],"case_sensitive":false,"name":"\u003cstring\u003e","prompts":[{"prompt_question":"\u003cstring\u003e","prompt_right_answers":["\u003cstring\u003e","\u003cstring\u003e"]},{"prompt_question":"\u003cstring\u003e","prompt_right_answers":["\u003cstring\u003e","\u003cstring\u003e"]}],"rating_max_label":"\u003cstring\u003e","rating_max_value":"\u003cinteger\u003e","rating_min_label":"\u003cstring\u003e","rating_min_value":"\u003cinteger\u003e","right_answers":["\u003cstring\u003e"],"show_as_dropdown":false,"type":"multiple"},{"answer_max_character":"\u003cinteger\u003e","answer_min_character":"\u003cinteger\u003e","answer_required":false,"answers":["\u003cstring\u003e","\u003cstring\u003e"],"case_sensitive":false,"name":"\u003cstring\u003e","prompts":[{"prompt_question":"\u003cstring\u003e","prompt_right_answers":["\u003cstring\u003e","\u003cstring\u003e"]},{"prompt_question":"\u003cstring\u003e","prompt_right_answers":["\u003cstring\u003e","\u003cstring\u003e"]}],"rating_max_label":"\u003cstring\u003e","rating_max_value":"\u003cinteger\u003e","rating_min_label":"\u003cstring\u003e","rating_min_value":"\u003cinteger\u003e","right_answers":["\u003cstring\u003e"],"show_as_dropdown":false,"type":"rank_order"}],"title":"\u003cstring\u003e"}],"total_records":"\u003cinteger\u003e"}