JDBC Driver for Zendesk

Build 23.0.8839

UserSubscriptions

Query the user subscriptions in Zendesk.

Table Specific Information

Select

The following queries are processed server side while other filters are processed client side within the 本製品.
SELECT * FROM UserSubscriptions where UserId = '123'

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] Long Automatically assigned when the subscription is created.
UserId Long

Users.Id

The Id of the User.
FollowedId Long The id of the user being followed.
FollowerId Long The id of the user doing the following.

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