Webex · Example Payload

Webex Getavailablenumbersformylocation Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getavailablenumbersformylocation 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": "getAvailableNumbersForMyLocation",
  "method": "GET",
  "path": "/telephony/config/people/me/location/assignedNumbers",
  "summary": "Get Available Numbers for User's Location",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "phoneNumbers": [
          {
            "phoneNumber": "+16177817765",
            "extension": "765",
            "state": "ACTIVE",
            "phoneNumberType": "PRIMARY",
            "tollFreeNumber": false,
            "owner": {
              "type": "HUNT_GROUP",
              "displayName": "testingdemoHunt"
            }
          }
        ]
      }
    }
  ]
}