Webex · Example Payload

Webex Get Single Number Reach Settings For A Person Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Single Number Reach Settings For A Person 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": "Get Single Number Reach Settings For A Person",
  "method": "GET",
  "path": "/telephony/config/people/{personId}/singleNumberReach",
  "summary": "Get Single Number Reach Settings For A Person",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "alertAllNumbersForClickToDialCallsEnabled": false,
        "numbers": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1NJTkdMRV9OVU1CRVJfUkVBQ0gvS3pFM01ERXhOVFU0TVRZNQ",
            "phoneNumber": "+17011558169",
            "enabled": true,
            "name": "myNumber",
            "doNotForwardCallsEnabled": false,
            "answerConfirmationEnabled": false
          }
        ]
      }
    }
  ]
}