| Timestamp | Datetime | False | | No | The date and time when the event occurred, recorded in a standard datetime format. |
| AccountId | String | False | | No | The unique identifier of the account that initiated the event, used to track account-level activity. |
| UserId | Int | False | | No | The unique identifier of the user who initiated the event, enabling user-specific auditing. |
| Event | String | False | | No | The specific action or operation that was performed, such as 'Login', 'Update', or 'Delete'. |
| Slug | String | False | | No | A human-readable identifier for the event, often used for categorization or reference. |
| IpAddress | String | False | | No | The IP address from which the event was initiated, useful for tracking geographic location or security purposes. |
| UserAgent | String | False | | No | The user agent string of the client initiating the event, providing details about the browser or application used. |
| ClientName | String | False | | No | The name of the software client used to initiate the event, such as 'Chrome', 'Postman', or 'CustomApp'. |
| ClientVersion | String | False | | No | The version number of the software client, used to identify the specific release or build of the application. |
| OsName | String | False | | No | The name of the operating system on the client device, such as 'Windows', 'macOS', or 'Linux'. |
| OsVersion | String | False | | No | The version number of the operating system running on the client device, such as 'Windows 10' or 'Ubuntu 22.04'. |
| DeviceName | String | False | | No | The name of the device from which the event originated, such as 'John's Laptop' or 'Workstation01'. |
| DeviceType | String | False | | No | The type of device used, such as 'Desktop', 'Laptop', 'Tablet', or 'Smartphone'. |
| ActivityMetadata | String | False | | No | Additional metadata or contextual information related to the event, providing further details about the activity. |