Webex · Schema

GetAutoAttendantCallForwardSettingsObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
callForwarding object Settings related to `Always`, `Busy`, and `No Answer` call forwarding.
View JSON Schema on GitHub

JSON Schema

webex-getautoattendantcallforwardsettingsobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetAutoAttendantCallForwardSettingsObject",
  "title": "GetAutoAttendantCallForwardSettingsObject",
  "type": "object",
  "required": [
    "callForwarding"
  ],
  "properties": {
    "callForwarding": {
      "$ref": "#/components/schemas/AutoAttendantCallForwardSettingsDetailsObject",
      "description": "Settings related to `Always`, `Busy`, and `No Answer` call forwarding."
    }
  }
}