{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Summaries API", "version": "1.0.0" }, "items": [ { "info": { "name": "Summaries", "type": "folder" }, "items": [ { "info": { "name": "Get Summary by Meeting ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/meetingSummaries", "params": [ { "name": "meetingId", "value": "0ed74a1c0551494fb7a04e2881bf50ae_I_166022169160077044", "type": "query", "description": "Unique identifier for the [meeting instance](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) to which the summary belongs. Please note that currently the meeting ID of a meeting series, a scheduled meeting, an in-progress meeting instance, or a scheduled personal room meeting is not supported for this API. If `meetingId` is not specified, the query will be rejected." } ] }, "docs": "Get the summary of an ended [meeting instance](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) by the meeting ID.\n\nPlease note that only **meeting instances** in state `ended` are supported, and currently the meeting ID of a meeting series, a scheduled meeting, an in-progress meeting instance, or a scheduled personal room meeting is not supported for this API. This API can only fetch summaries that you have access to, and if a meeting summary is deleted, you won't be able" }, { "info": { "name": "Get Summary For Compliance Officer", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/meetingSummaries", "params": [ { "name": "meetingId", "value": "0ed74a1c0551494fb7a04e2881bf50ae_I_166022169160077044", "type": "query", "description": "Unique identifier for the [meeting instance](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) to which the summary belongs. Please note that currently the meeting ID of a meeting series, a scheduled meeting, an in-progress meeting instance, or a scheduled personal room meeting is not supported for this API. If `meetingId` is not specified, the query will be rejected." } ] }, "docs": "Lists available or deleted summaries of an ended [meeting instance](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) by meeting ID. This API can only be accessed by compliance officers. With this API, a compliance officer can list summaries of any ended meeting instances in his organization including available and deleted summaries" }, { "info": { "name": "Delete a Summary", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/meetingSummaries/:summaryId", "params": [ { "name": "summaryId", "value": "75ddf169-eef0-45b4-9faa-0112a16ec9d0", "type": "path", "description": "Unique identifier for the meeting summary." } ] }, "docs": "Removes a summary with a specified summary ID. The deleted summary cannot be recovered. A deleted summary can not be accessed by regular users, i.e. host or attendees, but can be access by compliance officers" } ] } ], "bundled": true }