Webex · Example Payload

Webex Gethuntgroupcallforwardavailablephonenumbers Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Gethuntgroupcallforwardavailablephonenumbers 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": "getHuntGroupCallForwardAvailablePhoneNumbers",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/huntGroups/callForwarding/availableNumbers",
  "summary": "Get Hunt Group Call Forward Available Phone Numbers",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "phoneNumbers": [
          {
            "phoneNumber": "+12056350001",
            "state": "ACTIVE",
            "isMainNumber": false,
            "telephonyType": "PSTN_NUMBER",
            "tollFreeNumber": false,
            "isServiceNumber": false,
            "owner": {
              "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jODhiZGIwNC1jZjU5LTRjMjMtODQ4OC00NTNhOTE3ZDFlMjk",
              "type": "PEOPLE",
              "firstName": "Test",
              "lastName": "Person"
            }
          },
          {
            "phoneNumber": "+12056350002",
            "extension": "1235",
            "state": "ACTIVE",
            "isMainNumber": true,
            "telephonyType": "PSTN_NUMBER",
            "tollFreeNumber": false,
            "isServiceNumber": true,
            "owner": {
              "id": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMV9pbnQxMy9QTEFDRS9lZjJkMjg3Ny1hYTY0LTRkMjQtYTFjNi02OWExMmNhMWI2YTA=",
              "type": "PLACE",
              "displayName": "TestWorkSpace"
            }
          },
          {
            "phoneNumber": "+12056350003",
            "extension": "1236",
            "state": "INACTIVE",
            "isMainNumber": false,
            "telephonyType": "PSTN_NUMBER",
            "tollFreeNumber": true,
            "isServiceNumber": false,
            "owner": {
              "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvYm1kMmVIcHNabTgwWVVBMk5EazBNVEk1Tnk1cGJuUXhNQzVpWTJ4a0xuZGxZbVY0TG1OdmJRPT0",
              "type": "CALL_QUEUE",
              "displayName": "Test call queue"
            }
          }
        ]
      }
    }
  ]
}