Webex · Schema

CallForwardExpandedSoftKey

* `ONLY_THE_CALL_FORWARD_ALL` - Set the default call forward expanded soft key behavior to single option. * `ALL_CALL_FORWARDS` - Set the default call forward expanded soft key behavior to multiple menu option.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

messaging-call-forward-expanded-soft-key-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/webex/refs/heads/main/json-schema/messaging-call-forward-expanded-soft-key-schema.json",
  "title": "CallForwardExpandedSoftKey",
  "description": " * `ONLY_THE_CALL_FORWARD_ALL` - Set the default call forward expanded soft key behavior to single option.\n * `ALL_CALL_FORWARDS` - Set the default call forward expanded soft key behavior to multiple menu option.\n",
  "type": "string",
  "enum": [
    "ONLY_THE_CALL_FORWARD_ALL",
    "ALL_CALL_FORWARDS"
  ]
}