Webex · Example Payload

Webex List Recordings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Recordings 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_recordings",
  "method": "GET",
  "path": "/convergedRecordings",
  "summary": "List Recordings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "items": [
          {
            "id": "ea0efc7c-f83a-4972-b0eb-c0f30cff5e61",
            "topic": "Call with TestUser6 WebexCRP-20241004 1624",
            "createTime": "2024-10-04T16:24:25Z",
            "timeRecorded": "2024-10-04T16:20:20Z",
            "ownerId": "a6aad220-e520-4529-a191-e84a72c0c9c2",
            "ownerType": "user",
            "ownerEmail": "nshtestwebex+testuser7@gmail.com",
            "format": "MP3",
            "durationSeconds": 23,
            "sizeBytes": 74222,
            "serviceType": "calling",
            "storageRegion": "US",
            "status": "available",
            "serviceData": {
              "locationId": "02a43ee9-17ae-4e0c-9e79-720e3a6503fd",
              "callSessionId": "b51c62ea-bbf6-4828-8959-1e41d8752022"
            }
          },
          {
            "id": "518cdca4-61c7-47dc-840b-29827d0cb62d",
            "topic": "call with title",
            "createTime": "2024-10-30T22:30:53Z",
            "timeRecorded": "2024-10-30T22:17:19Z",
            "ownerId": "d7468402-e95f-42a9-92c8-dd65f45d40ba",
            "ownerType": "user",
            "ownerEmail": "nshtestwebex+testuser7@gmail.com",
            "format": "MP3",
            "durationSeconds": 60,
            "sizeBytes": 244326,
            "serviceType": "calling",
            "storageRegion": "US",
            "status": "available",
            "serviceData": {
              "locationId": "02a43ee9-17ae-4e0c-9e79-720e3a6503fd",
              "callSessionId": "7ba29675-3016-4bf0-af19-66cf2854b000"
            }
          }
        ]
      }
    }
  ]
}