Webex · Example Payload

Webex List Recordings For Admin Or Compliance Officer Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Recordings For Admin Or Compliance Officer 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_for_admin_or_compliance_officer",
  "method": "GET",
  "path": "/admin/convergedRecordings",
  "summary": "List Recordings for Admin or Compliance officer",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "items": [
          {
            "id": "baa93e55c62e4663ae24f13fbfdb247f",
            "topic": "call with title",
            "createTime": "2023-10-31T16:24:12+08:00",
            "timeRecorded": "2023-10-31T10:41:28+08:00",
            "ownerId": "d7468402-e95f-42a9-92c8-dd65f45d40ba",
            "ownerType": "virtualLine",
            "ownerEmail": "Rbs_TA_Admin@wbxlab.us",
            "format": "MP3",
            "durationSeconds": 60,
            "sizeBytes": 244333,
            "serviceType": "calling",
            "storageRegion": "US",
            "status": "available",
            "serviceData": {
              "locationId": "US",
              "callSessionId": "7ba2967530164bf0af1966cf2854b000"
            }
          },
          {
            "id": "518cdca461c747dc840b29827d0cb62d",
            "topic": "call with title",
            "createTime": "2023-10-30T22:30:53+08:00",
            "timeRecorded": "2023-10-30T22:17:19+08:00",
            "ownerId": "d7468402-e95f-42a9-92c8-dd65f45d40ba",
            "ownerType": "virtualLine",
            "ownerEmail": "Rbs_TA_Admin@wbxlab.us",
            "format": "MP3",
            "durationSeconds": 60,
            "sizeBytes": 244326,
            "serviceType": "calling",
            "storageRegion": "US",
            "status": "available",
            "serviceData": {
              "locationId": "US",
              "callSessionId": "7ba2967530164bf0af1966cf2854b000"
            }
          }
        ]
      }
    }
  ]
}