GET {{baseUrl}}/webinars/:webinarId/polls/:pollId
Get a webinar's poll details. 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
{
"id": "<string>",
"status": "notstart",
"anonymous": false,
"poll_type": 3,
"questions": [
{
"answer_max_character": "<integer>",
"answer_min_character": "<integer>",
"answer_required": false,
"answers": [
"<string>",
"<string>"
],
"case_sensitive": false,
"name": "<string>",
"prompts": [
{
"prompt_question": "<string>",
"prompt_right_answers": [
"<string>",
"<string>"
]
},
{
"prompt_question": "<string>",
"prompt_right_answers": [
"<string>",
"<string>"
]
}
],
"rating_max_label": "<string>",
"rating_max_value": "<integer>",
"rating_min_label": "<string>",
"rating_min_value": "<integer>",
"right_answers": [
"<string>"
],
"show_as_dropdown": false,
"type": "multiple"
},
{
"answer_max_character": "<integer>",
"answer_min_character": "<integer>",
"answer_required": false,
"answers": [
"<string>",
"<string>"
],
"case_sensitive": false,
"name": "<string>",
"prompts": [
{
"prompt_question": "<string>",
"prompt_right_answers": [
"<string>",
"<string>"
]
},
{
"prompt_question": "<string>",
"prompt_right_answers": [
"<string>",
"<string>"
]
}
],
"rating_max_label": "<string>",
"rating_max_value": "<integer>",
"rating_min_label": "<string>",
"rating_min_value": "<integer>",
"right_answers": [
"<string>"
],
"show_as_dropdown": false,
"type": "matching"
}
],
"title": "<string>"
} |
ENDPOINTS