Webex · Schema

CallHistoryMethod

* `WEBEX_UNIFIED_CALL_HISTORY` - Set call history to use the unified call history from all of the end user's devices. * `LOCAL_CALL_HISTORY` - Set call history to use local device information only.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

admin-call-history-method-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/admin-call-history-method-schema.json",
  "title": "CallHistoryMethod",
  "description": " * `WEBEX_UNIFIED_CALL_HISTORY` - Set call history to use the unified call history from all of the end user's devices.\n * `LOCAL_CALL_HISTORY` - Set call history to use local device information only.\n",
  "type": "string",
  "enum": [
    "WEBEX_UNIFIED_CALL_HISTORY",
    "LOCAL_CALL_HISTORY"
  ]
}