{ "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