{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Closed Captions API", "version": "1.0.0" }, "items": [ { "info": { "name": "Closed Captions", "type": "folder" }, "items": [ { "info": { "name": "List Meeting Closed Captions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/meetingClosedCaptions", "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) which the closed captions belong to. This parameter only applies to ended meeting instances. It does not apply to meeting series, scheduled meetings or scheduled [personal room](https://help.webex.com/en-us/article/nul0wut/Webex-Personal-Rooms-in-Webex-Meetings) meetings." } ] }, "docs": "Lists closed captions of a finished [meeting instance](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) specified by `meetingId`.\n\n* Closed captions are ready 15 minutes after the meeting is finished.\n\n* Only **meeting instances** in state `ended` are supported for `meetingId`. **Meeting series**, **scheduled meetings** and `in-progress` **meeting instances** are not supported.\n\n* Currently, a meeting may have only one closed caption associated with its `meetingId`. The re" }, { "info": { "name": "List Meeting Closed Caption Snippets", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/meetingClosedCaptions/:closedCaptionId/snippets", "params": [ { "name": "closedCaptionId", "value": "195d64646ad14be2924ea50f541fd91d", "type": "path", "description": "Unique identifier for the meeting closed caption which the snippets belong to." }, { "name": "meetingId", "value": "0ed74a1c0551494fb7a04e2881bf50ae_I_166022169160077044", "type": "query", "description": "Unique identifier for the [meeting instance](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) which the closed caption snippets belong to. This parameter only applies to ended meeting instances. It does not apply to meeting series, scheduled meetings or scheduled [personal room](https://help.webex.com/en-us/article/nul0wut/Webex-Personal-Rooms-in-Webex-Meetings) meetings." } ] }, "docs": "Lists snippets of a meeting closed caption specified by `closedCaptionId`." }, { "info": { "name": "Download Meeting Closed Caption Snippets", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/meetingClosedCaptions/:closedCaptionId/download", "headers": [ { "name": "timezone", "value": "UTC" } ], "params": [ { "name": "closedCaptionId", "value": "195d64646ad14be2924ea50f541fd91d", "type": "path", "description": "Unique identifier for the meeting closed caption." }, { "name": "format", "value": "vtt", "type": "query", "description": "Format for the downloaded meeting closed caption snippets." }, { "name": "meetingId", "value": "870f51ff287b41be84648412901e0402_I_167427437874906709", "type": "query", "description": "Unique identifier for the [meeting instance](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) which the closed caption snippets belong to. This parameter only applies to meeting instances in the `ended` state. It does not apply to meeting series, scheduled meetings or scheduled [personal room](https://help.webex.com/en-us/article/nul0wut/Webex-Personal-Rooms-in-Webex-Meetings) meetings." } ] }, "docs": "Download meeting closed caption snippets from the meeting closed caption specified by `closedCaptionId` formatted either as a Video Text Track (.vtt) file or plain text (.txt) file.\n\n#### Request Header\n\n* `timezone`: *[Time zone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List) for time stamps in response body, defined in conformance with the [IANA time zone database](https://www.iana.org/time-zones). The default value is `UTC` if not specified.*" } ] } ], "bundled": true }