Webex · Example Payload

Webex Get A List Of Phone Numbers For A Person Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get A List Of Phone Numbers 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 a List of Phone Numbers for a Person",
  "method": "GET",
  "path": "/people/{personId}/features/numbers",
  "summary": "Get a List of Phone Numbers for a Person",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "distinctiveRingEnabled": true,
        "phoneNumbers": [
          {
            "primary": true,
            "directNumber": "2143456789",
            "extension": "1234",
            "routingPrefix": "1234",
            "esn": "12341234",
            "ringPattern": "NORMAL"
          }
        ]
      }
    }
  ]
}