Webex · Schema

CallForwardRulesModifyObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string A unique identifier for the auto attendant call forward selective rule.
enabled boolean Flag to indicate if always call forwarding selective rule criteria is active. If not set, flag will be set to false.
View JSON Schema on GitHub

JSON Schema

webex-callforwardrulesmodifyobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallForwardRulesModifyObject",
  "title": "CallForwardRulesModifyObject",
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0NBTExfRk9SV0FSRElOR19TRUxFQ1RJVkVfUlVMRS9WR1Z6ZENCU2RXeGw",
      "description": "A unique identifier for the auto attendant call forward selective rule."
    },
    "enabled": {
      "type": "boolean",
      "example": true,
      "description": "Flag to indicate if always call forwarding selective rule criteria is active. If not set, flag will be set to false."
    }
  }
}