{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Meeting Q and A API", "version": "1.0.0" }, "items": [ { "info": { "name": "Meeting Q and A", "type": "folder" }, "items": [ { "info": { "name": "List Meeting Q and A", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/meetings/q_and_a", "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) which the Q&A belongs to." }, { "name": "max", "value": "10", "type": "query", "description": "Limits the maximum number of answers in the response, up to 100." } ] }, "docs": "Lists questions and answers from a meeting, when ready.\n\nNotes:\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 answers in a meeting, These pagination links are returned in the response header." }, { "info": { "name": "List Answers of a Question", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/meetings/q_and_a/:questionId/answers", "params": [ { "name": "questionId", "value": "d513da2b-547b-4c69-b717-d83c6b02b657_M_7b789da198e531ce0c4d84243abd9fee_I_231245894851233679", "type": "path", "description": "The ID of a question." }, { "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) which the Q&A belongs to." }, { "name": "max", "value": "100", "type": "query", "description": "Limit the maximum number of Q&A's answers in the response, up to 100." } ] }, "docs": "Lists the answers to a specific question asked in a meeting.\n\n* Only [meeting instance](/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)." } ] } ], "bundled": true }