Webex · Example Payload

Webex Getmeetingclosedcaptionssnippets Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmeetingclosedcaptionssnippets 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": "getMeetingClosedCaptionsSnippets",
  "method": "GET",
  "path": "/meetingClosedCaptions/{closedCaptionId}/snippets",
  "summary": "List Meeting Closed Caption Snippets",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "items": [
          {
            "id": "195d64646ad14be2924ea50f541fd91d_00001",
            "meetingId": "0ed74a1c0551494fb7a04e2881bf50ae_I_166022169160077044",
            "text": "Hello everyone",
            "personName": "John Andersen",
            "personEmail": "john.andersen@example.com",
            "peopleId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mNWIzNjE4Ny1jOGRkLTQ3MjctOGIyZi1mOWM0NDdmMjkwNDY",
            "start": "2019-11-01T12:30:05Z",
            "offsetMillisecond": "0",
            "durationMillisecond": "200",
            "language": "en"
          }
        ]
      }
    }
  ]
}