Webex · Example Payload

Webex Getmyexecutivealertsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmyexecutivealertsettings 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": "getMyExecutiveAlertSettings",
  "method": "GET",
  "path": "/telephony/config/people/me/settings/executive/alert",
  "summary": "Get User Executive Alert Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "alertingMode": "SEQUENTIAL",
        "nextAssistantNumberOfRings": 3,
        "rolloverEnabled": true,
        "rolloverAction": "VOICE_MESSAGING",
        "rolloverForwardToPhoneNumber": "+14085267209",
        "rolloverWaitTimeInSecs": 60,
        "clidNameMode": "EXECUTIVE_ORIGINATOR",
        "customCLIDName": "John Anderson",
        "customCLIDNameInUnicode": "",
        "clidPhoneNumberMode": "EXECUTIVE",
        "customCLIDPhoneNumber": "+14085267208"
      }
    }
  ]
}