Webex · JSON Structure

Admin Call History Method Structure

* `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.

Type: string Properties: 0
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

CallHistoryMethod is a JSON Structure definition published by Webex. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/webex/refs/heads/main/json-structure/admin-call-history-method-structure.json",
  "name": "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"
  ]
}