Webex · Example Payload

Webex Getmycallrecordingsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmycallrecordingsettings 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": "getMyCallRecordingSettings",
  "method": "GET",
  "path": "/telephony/config/people/me/settings/callRecording",
  "summary": "Get My Call Recording Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "vendor": {
          "id": "Y2lzY29zcGFyazovL3VzL1JFQ09SRElOR19WRU5ET1IvZmVjYjYzNGUtYzMyZS00ZWJmLThlYzMtMmVhYjk3Y2IyNjNk",
          "name": "ITFDual",
          "loginUrl": "https://www.itfdualportal.com"
        },
        "recordingMode": "On Demand",
        "pauseResumeNotifyMethod": "Beep",
        "announcementEnabled": true,
        "warningToneEnabled": false,
        "warningToneDuration": 70
      }
    }
  ]
}