Webex · Example Payload

Webex Getmysinglenumberreachsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmysinglenumberreachsettings 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": "getMySingleNumberReachSettings",
  "method": "GET",
  "path": "/telephony/config/people/me/settings/singleNumberReach",
  "summary": "Get User's Single Number Reach Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "alertAllLocationsForClickToDialCallsEnabled": false,
        "alertAllLocationsForGroupPagingCallsEnabled": true,
        "numbers": [
          {
            "phoneNumber": "+19075552859",
            "name": "John",
            "enabled": true,
            "doNotForwardCallsEnabled": true,
            "answerConfirmationEnabled": false
          }
        ]
      }
    }
  ]
}