Webex · Example Payload

Webex List Snippets Of A Meeting Transcript Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Snippets Of A Meeting Transcript 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": "List Snippets of a Meeting Transcript",
  "method": "GET",
  "path": "/meetingTranscripts/{transcriptId}/snippets",
  "summary": "List Snippets of a Meeting Transcript",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "items": [
          {
            "id": "195d64646ad14be2924ea50f541fd91d_00001",
            "text": "Hello everyone",
            "personName": "John Andersen",
            "personEmail": "john.andersen@example.com",
            "offset": 1000,
            "duration": 1500
          }
        ]
      }
    }
  ]
}