Webex · Schema

CallHistoryRecordTypeEnum

* `placed` - A call history record for an outgoing call placed by the user. * `missed` - A call history record for an incoming call to the user that was not answered. * `received` - A call history record for an incoming call to the user that was answered.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-callhistoryrecordtypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallHistoryRecordTypeEnum",
  "title": "CallHistoryRecordTypeEnum",
  "type": "string",
  "enum": [
    "placed",
    "missed",
    "received"
  ],
  "description": " * `placed` - A call history record for an outgoing call placed by the user.\n * `missed` - A call history record for an incoming call to the user that was not answered.\n * `received` - A call history record for an incoming call to the user that was answered.\n"
}