Webex · Example Payload

Webex Getmeetingclosedcaptions Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmeetingclosedcaptions Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getMeetingClosedCaptions",
  "method": "GET",
  "path": "/meetingClosedCaptions",
  "summary": "List Meeting Closed Captions",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "items": [
          {
            "id": "195d64646ad14be2924ea50f541fd91d",
            "meetingId": "0ed74a1c0551494fb7a04e2881bf50ae_I_166022169160077044",
            "vttDownloadLink": "http://site-example.webex.com/v1/meetingClosedCaptions/195d64646ad14be2924ea50f541fd91d/download?format=vtt",
            "txtDownloadLink": "http://site-example.webex.com/v1/meetingClosedCaptions/195d64646ad14be2924ea50f541fd91d/download?format=txt",
            "start": "2022-04-18T01:46:29Z"
          }
        ]
      }
    }
  ]
}