JDBC Driver for Zendesk

Build 23.0.8839

SatisfactionReasons

Query the Satisfaction Reasons in Zendesk.

Table Specific Information

Select

The following queries are processed server side while other filters are processed client side within the 本製品.
SELECT * FROM SatisfactionReasons
SELECT * FROM SatisfactionReasons WHERE Id = '10500025760540'

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 creating trigger categories.
ReasonCode Integer An account-level code for referencing the reason. Custom reasons are assigned an auto-incrementing integer (non-system reason codes begin at 1000).
Value String Translated value of the reason in the account locale.
RawValue String The dynamic content placeholder, if present, or the current value, if not.
Url String API URL for the resource.
CreatedAt Datetime The time the reason was created.
UpdatedAt Datetime The time the reason was updated.
DeletedAt Datetime The time the reason was deleted.

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