Webex · Example Payload

Webex Listhuntgroups Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Listhuntgroups 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": "listHuntGroups",
  "method": "GET",
  "path": "/telephony/config/huntGroups",
  "summary": "Read the List of Hunt Groups",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "huntGroups": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvYUhaaFpUTjJNRzh5YjBBMk5EazBNVEk1Tnk1cGJuUXhNQzVpWTJ4a0xuZGxZbVY0TG1OdmJRPT0",
            "name": "5714328359",
            "locationName": "WXCSIVDKCPAPIC4S1",
            "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzMxMTYx",
            "routingPrefix": "123",
            "esn": "1239097",
            "enabled": true
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvYVhZd2QySTJNbmM1YWtBMk5EazBNVEk1Tnk1cGJuUXhNQzVpWTJ4a0xuZGxZbVY0TG1OdmJRPT0",
            "name": "bram",
            "locationName": "Brampton",
            "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzQwMjgw",
            "phoneNumber": "+15558675309",
            "routingPrefix": "123",
            "esn": "1239097",
            "enabled": true
          }
        ]
      }
    }
  ]
}