Webex · Example Payload

Webex Getmycallforwardingsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmycallforwardingsettings 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": "getMyCallForwardingSettings",
  "method": "GET",
  "path": "/telephony/config/people/me/settings/callForwarding",
  "summary": "Read My Call Forwarding Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "callForwarding": {
          "always": {
            "enabled": false,
            "ringReminderEnabled": false,
            "destinationVoicemailEnabled": false
          },
          "busy": {
            "enabled": false,
            "destinationVoicemailEnabled": false
          },
          "noAnswer": {
            "enabled": false,
            "numberOfRings": 2,
            "systemMaxNumberOfRings": 20,
            "destinationVoicemailEnabled": false
          }
        },
        "businessContinuity": {
          "enabled": false,
          "destinationVoicemailEnabled": false
        }
      }
    }
  ]
}