{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Meeting Polls API", "version": "1.0.0" }, "items": [ { "info": { "name": "Meeting Polls", "type": "folder" }, "items": [ { "info": { "name": "List Meeting Polls", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/meetings/polls", "params": [ { "name": "meetingId", "value": "0ed74a1c0551494fb7a04e2881bf50ae_I_166022169160077044", "type": "query", "description": "A unique identifier for the [meeting instance](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) to which the polls belong." } ] }, "docs": "Lists all the polls and the poll questions in a meeting when ready.\n\n* Only [meeting instances](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) in state `ended` or `inProgress` are supported for `meetingId`.\n\n* No pagination for this API because we don't expect a large number of questions for each meeting.\n\n
Polls are available within 15 minutes following the meeting.
" }, { "info": { "name": "Get Meeting PollResults", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/meetings/pollResults", "params": [ { "name": "meetingId", "value": "0ed74a1c0551494fb7a04e2881bf50ae_I_166022169160077044", "type": "query", "description": "A unique identifier for the [meeting instance](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) to which the polls belong." }, { "name": "max", "value": "10", "type": "query", "description": "Limit the maximum number of respondents in a meeting in the response, up to 100." } ] }, "docs": "List the meeting polls, the poll's questions, and answers from the meeting when ready.\n\n* Only [meeting instances](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) in state `ended` or `inProgress` are supported for `meetingId`.\n\n* Long result sets will be split into [pages](/docs/basics#pagination).\n\n* This API is paginated by the sum of respondents from all questions in a meeting, these pagination links are returned in the response header.\n\n
Polls" }, { "info": { "name": "List Respondents of a Question", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/meetings/polls/:pollId/questions/:questionId/respondents", "params": [ { "name": "pollId", "value": "1d4959fe-682e-4107-a346-0e1feac7b899_M_7b789da198e531ce0c4d84243abd9fee_I_231245894851233679", "type": "path", "description": "A unique identifier for the poll to which the respondents belong." }, { "name": "questionId", "value": "7c1eda33-cbef-4536-8e34-45b462347af8", "type": "path", "description": "A unique identifier for the question to which the respondents belong." }, { "name": "meetingId", "value": "0ed74a1c0551494fb7a04e2881bf50ae_I_166022169160077044", "type": "query", "description": "A unique identifier for the [meeting instance](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) to which the respondents belong." }, { "name": "max", "value": "10", "type": "query", "description": "Limit the maximum number of respondents in a specified question in the response, up to 100." } ] }, "docs": "Lists the respondents to a specific questions in a poll.\n\n* Only [meeting instances](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) in state `ended` or `inProgress` are supported for `meetingId`.\n\n* Long result sets are split into [pages](/docs/basics#pagination).\n\n
The list of poll respondents are available within 15 minutes following the meeting.
" } ] } ], "bundled": true }