Webex · Schema

SelectiveAcceptCallCallsFromType

* `ANY_PHONE_NUMBER` - The Schedule applies to any phone number. * `SELECT_PHONE_NUMBERS` - The Schedule applies to select phone number defined in the `phoneNumbers` property. * `FORWARDED` - The Schedule applies to the forwarded calls only.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-selectiveacceptcallcallsfromtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SelectiveAcceptCallCallsFromType",
  "title": "SelectiveAcceptCallCallsFromType",
  "type": "string",
  "enum": [
    "ANY_PHONE_NUMBER",
    "SELECT_PHONE_NUMBERS",
    "FORWARDED"
  ],
  "description": " * `ANY_PHONE_NUMBER` - The Schedule applies to any phone number.\n * `SELECT_PHONE_NUMBERS` - The Schedule applies to select phone number defined in the `phoneNumbers` property.\n * `FORWARDED` - The Schedule applies to the forwarded calls only.\n"
}