Webex · Example Payload

Webex Getautoattendantselectivecallforwardingrule Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getautoattendantselectivecallforwardingrule 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": "getAutoAttendantSelectiveCallForwardingRule",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/autoAttendants/{autoAttendantId}/callForwarding/selectiveRules/{ruleId}",
  "summary": "Get Selective Call Forwarding Rule for an Auto Attendant",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "name": "Test Rule",
        "id": "Y2lzY29zcGFyazovL3VzL0NBTExfRk9SV0FSRElOR19TRUxFQ1RJVkVfUlVMRS9WR1Z6ZENCU2RXeGw",
        "enabled": true,
        "businessSchedule": "AUTOATTENDANT-BUSINESS-HOURS",
        "holidaySchedule": "AUTOATTENDANT-HOLIDAY",
        "forwardTo": {
          "selection": "FORWARD_TO_DEFAULT_NUMBER"
        },
        "callsFrom": {
          "selection": "CUSTOM",
          "customNumbers": {
            "privateNumberEnabled": true,
            "unavailableNumberEnabled": false,
            "numbers": [
              "44544"
            ]
          }
        },
        "callsTo": {
          "numbers": [
            {
              "phoneNumber": "+19705550026",
              "type": "PRIMARY"
            }
          ]
        }
      }
    }
  ]
}