ADO.NET Provider for Zendesk

Build 26.0.9655

ActivityStream

Returns activity stream records, including ticket assignments, comments, and priority changes.

View-Specific Information

Select

The provider uses the Zendesk API to process WHERE clause conditions built with the following columns and operators:

  • Id supports the = operator.
  • CreatedAt supports the >, >= operators.

For example, the following queries are processed server-side while other filters are processed client-side within the provider.

SELECT * FROM ActivityStream WHERE Id = '123'

SELECT * FROM ActivityStream WHERE CreatedAt > '2025-11-02T04:45:08.000'

Columns

Name Type References Description
Id [KEY] Long The unique identifier of the activity, automatically assigned upon creation.
Title String The title of this activity.
Verb String The type of activity, such as tickets.assignment, tickets.comment, or tickets.priority_increase.
UserId Long

Users.Id

The Id of the user this activity pertains to.
ActorId Long

Users.Id

The Id of the user who triggered this activity.
CreatedAt Datetime The date and time when this activity was created.
UpdatedAt Datetime The date and time when this activity was last updated.
Url String The API URL of this activity.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655