Webex · Example Payload

Webex Restore Recordings From Recycle Bin Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Restore Recordings From Recycle Bin 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": "restore_recordings_from_recycle_bin",
  "method": "POST",
  "path": "/convergedRecordings/restore",
  "summary": "Restore Recordings from Recycle Bin",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "restoreAll": false,
        "recordingIds": [
          "81bb582c-e93e-40aa-abf6-962b620f6db4"
        ]
      }
    }
  ],
  "responseExamples": []
}