Webex · Schema

AuditEventCollectionResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
items array An array of audit event objects. See [this article](https://help.webex.com/n3b0w6x/) for details about each event type.
View JSON Schema on GitHub

JSON Schema

webex-auditeventcollectionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuditEventCollectionResponse",
  "title": "AuditEventCollectionResponse",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AuditEvent"
      },
      "description": "An array of audit event objects. See [this article](https://help.webex.com/n3b0w6x/) for details about each event type."
    }
  }
}