Webex · Example Payload

Webex Get Location Intercept Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Location Intercept 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 Location Intercept",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/intercept",
  "summary": "Get Location Intercept",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "incoming": {
          "type": "INTERCEPT_ALL",
          "voicemailEnabled": false,
          "announcements": {
            "greeting": "DEFAULT",
            "fileName": "audiofile.wav",
            "newNumber": {
              "enabled": true,
              "destination": "2147691003"
            },
            "zeroTransfer": {
              "enabled": true,
              "destination": "2147691005"
            }
          }
        },
        "outgoing": {
          "type": "ALLOW_LOCAL_ONLY",
          "transferEnabled": true,
          "destination": "2147691007"
        }
      }
    }
  ]
}