Webex · Example Payload

Webex Downloadtranscript Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Downloadtranscript 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": "downloadTranscript",
  "method": "GET",
  "path": "/meetingClosedCaptions/{closedCaptionId}/download",
  "summary": "Download Meeting Closed Caption Snippets",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "text/vtt",
      "example": "WEBVTT\n\n1\n00:00:20.904 --> 00:00:24.564\nThis is an s sample closed caption snippet.\n\n2\n00:00:31.014 --> 00:00:33.744\nTesting out download closed captions.\n"
    }
  ]
}