Webex · Schema

CallerIdType

* `DEFAULT_CLID` - Caller ID is the default configured caller ID. * `ADDITIONAL_CLID` - Caller ID is an additional external caller ID phone number available for the user. * `CALL_QUEUE` - Caller ID is associated with a call queue. * `HUNT_GROUP` - Caller ID is associated with a hunt group.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-calleridtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallerIdType",
  "title": "CallerIdType",
  "type": "string",
  "enum": [
    "DEFAULT_CLID",
    "ADDITIONAL_CLID",
    "CALL_QUEUE",
    "HUNT_GROUP"
  ],
  "description": " * `DEFAULT_CLID` - Caller ID is the default configured caller ID.\n * `ADDITIONAL_CLID` - Caller ID is an additional external caller ID phone number available for the user.\n * `CALL_QUEUE` - Caller ID is associated with a call queue.\n * `HUNT_GROUP` - Caller ID is associated with a hunt group.\n"
}