UserEvents
Returns events for a given user.
View-Specific Information
Select
The following query is processed server-side while other filters are processed client-side within the provider:
SELECT * FROM UserEvents where UserId = '18921855007122'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The Id of the event. | |
| UserId | Long |
Users.id | The Id of the user. |
| Type | String | The name of the event. | |
| Source | String | The application that sent the event. | |
| Description | String | A description of the event. | |
| CreatedAt | Datetime | The ISO-8601 compliant date and time the event was created. If not set, the value is set when the event is received. | |
| ReceivedAt | Datetime | The ISO-8601 compliant date and time the event was received. | |
| Properties | String | A custom JSON object with details about the event. The value must comply with the JSON Schema specification. |