JDBC Driver for Zendesk

Build 24.0.8963

UserEvents

Query events for a given Zendesk user.

Table Specific Information

Select

The following queries are processed server side while other filters are processed client side within the driver.
SELECT * FROM UserEvents where UserId = '18921855007122'

You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any other search criteria will be ignored and an unfiltered response will be returned.

Columns

Name Type References Description
Id [KEY] String ID of the event.
UserId Long

Users.id

The id of the User.
Type String Event name.
Source String Application which sent the event.
Description String An event description.
CreatedAt Datetime ISO-8601 compliant date-time reflecting the time the event was created. If not set, the API sets the value when it receives the event.
ReceivedAt Datetime ISO-8601 compliant date-time reflecting the time the event was received.
Properties String A custom JSON object with details about the event. Must comply with the JSON Schema specification.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8963