CData Sync App は、Zendesk データをデータベース、データレイク、またはデータウェアハウスに継続的にパイプライン化する簡単な方法を提供し、分析、レポート、AI、および機械学習で簡単に利用できるようにします。
Zendesk コネクタはCData Sync アプリケーションから使用可能で、Zendesk からデータを取得して、サポートされている任意の同期先に移動できます。
Sync App は、Zendesk v2 API (Core API) のエンティティをリレーショナルテーブルとしてモデル化します。Core API を使用すると、チケット、ユーザー管理、検索などにアクセスできます。
必須プロパティについては、設定タブを参照してください。
通常必須ではない接続プロパティについては、高度な設定タブを参照してください。
Zendesk に接続するには、https://{subdomain}.zendesk.com の形式でURL(Zendesk Support URL)を設定します。接続後、次のセクションの説明に従ってユーザー認証を行います。
また、TicketMetrics テーブルのアーカイブデータを扱うユーザーは、UseIncrementalAPI プロパティをTrue に設定する必要があります。
Zendesk は、ユーザーが自分のローカルデータに直接接続する場合(Basic 認証)と、ブラウザ経由で共有データに接続する場合(OAuth 認証)に応じて、2種類の認証をサポートします。
以下のサブセクションでは、3つの一般的な認証フローでのZendesk への認証について詳しく説明します。
カスタムOAuth アプリケーションの作成については、カスタムOAuth アプリケーションの作成 を参照してください。 Zendesk で利用可能な接続文字列プロパティの全リストは、Connection を参照してください。
OAuth アクセストークンの自動リフレッシュ:
Sync App がOAuth アクセストークンを自動的にリフレッシュするようにするには、次のように設定します。
デフォルトでは、Sync App はサーバーの証明書をシステムの信頼できる証明書ストアと照合してSSL/TLS のネゴシエーションを試みます。別の証明書を指定するには、利用可能なフォーマットについてSSLServerCert プロパティを参照してください。
Windows システムプロキシ経由の接続では、接続プロパティを追加で設定する必要はありません。他のプロキシに接続するには、ProxyAutoDetect をfalse に設定します。
さらに、HTTP プロキシへの認証には、ProxyServer とProxyPort に加えてProxyAuthScheme、ProxyUser、およびProxyPassword を設定します。
次のプロパティを設定します。
このセクションでは、Zendesk Sync App の高度な機能を厳選して説明します。
Sync App を使用すると、事前設定されたクエリによって内容が決定されるユーザー定義ビューと呼ばれる仮想テーブルを定義できます。 このビューは、ドライバーに発行されるクエリを直接制御できない場合に有効です。 カスタムビューの作成と設定の概要については、ユーザー定義ビュー を参照してください。
SSL の設定 を使用して、Sync App が証明書のネゴシエーションをどのように扱うかを調整します。さまざまな証明書形式を選択できます。 詳しくは、接続文字列オプションにあるSSLServerCert プロパティを参照してください。
Windows プロキシとHTTP プロキシを含むファイアウォールとプロキシ に合致するようSync App を設定します。トンネル接続を設定することもできます。
Sync App は、Zendesk にできるだけ多くのSELECT ステートメント処理をオフロードし、残りのクエリをクライアント側のインメモリで処理します。
詳しくはクエリ処理 を参照してください。
CData ログを調整するために使用可能な設定の概要については、ログ を参照してください。基本的なロギングでは、 次の2つの接続プロパティを設定するだけです。LogModules 接続プロパティを使用してログに記録する情報のサブセットを選択できる、 より洗練されたロギングをサポートする多数の機能があります。
デフォルトでは、Sync App はサーバーの証明書をシステムの信頼できる証明書ストアと照合してSSL / TLS のネゴシエーションを試みます。
別の証明書を指定するには、利用可能なフォーマットについてSSLServerCert プロパティを参照してください。
Windows のシステムプロキシ経由の接続では、接続プロパティを追加で設定する必要はありません。他のプロキシに接続するには、ProxyAutoDetect をfalse に設定します。
さらにHTTP プロキシへの認証には、ProxyServer とProxyPort に加えてProxyAuthScheme、ProxyUser、およびProxyPassword を設定します。
次のプロパティを設定します。
CData Sync App は、Zendesk API のエンティティをテーブル、ビュー、およびストアドプロシージャにモデル化します。Tickets スキーマは、カスタムフィールドの変更を動的に反映します。その他のエンティティは、簡単なテキストベースのコンフィギュレーションファイルであるスキーマファイルにて定義されます。
Sync App は、Zendesk API にできるだけ多くのSELECT 構文処理をオフロードし、残りのクエリをSync App 内で処理します。次のセクションでは、API の制限と要件を説明します。
ストアドプロシージャ は、データソースのファンクションライクなインターフェースです。これらを使用して、データソース内の情報を検索、更新、および変更できます。
Sync App はZendesk のデータを、標準のSQL ステートメントを使用してクエリできるリレーショナルデータベースのテーブルのリストとしてモデル化します。
Name | Description |
AccountSettings | Query and update Account Settings in Zendesk. |
ArticleAttachments | Query and Delete Acticle Attachment in Zendesk. |
ArticleComments | Create, Update, Delete and Query the Article Comments in Zendesk. |
ArticleLabels | Create, delete, and query Article Lables in Zendesk. |
Articles | Create, Update, Archive and query Acticles in Zendesk. |
Attributes | Create, Update, Delete and Query the Attributes in Zendesk. An attribute in Zendesk refers to a skill type. Skill types are categories of skills. |
AttributeValues | Create, Update, Delete and Query the Attribute Values in Zendesk. An attribute value in this API refers to a skill. Skills are associated with an agent and determine the agent's suitability to solve a ticket. |
Automations | Create, update, delete, and query Automations in Zendesk. |
Bookmarks | Create, Delete and Query the Bookmarks in Zendesk. |
Brands | Create, delete, update, and query Brands in Zendesk. |
Categories | Create, update, delete, and query Categories in Zendesk. |
ContentSubscriptions | Create, Update, Delete and Query the Content Subscriptions in Zendesk. Users can subscribe to sections, articles, community posts, and community topics. |
ContentTags | Create, Update, Delete and Query the Content Tags in Zendesk. |
CustomAgentRoles | Create, Update, Delete and Query CustomAgentRoles in Zendesk. |
CustomObjects | Create, delete, update, and query Custom Objects in Zendesk. |
CustomTicketStatuses | Create, update, and query custom ticket statuses in zendesk. |
GroupMemberships | Create, delete, and query Group Memberships in Zendesk. |
Groups | Create, update, delete, and query Groups in Zendesk. |
Holidays | Create, update, delete, and query Schedules in Zendesk. |
JiraLinks | View and create links between your Jira and Zendesk instances. |
Macros | Create, update, delete, and query Macros in Zendesk. |
ManagementPermissionGroups | Create, Update, Delete and Query the Management Permission Groups in Zendesk. A management permission group defines which agents can create, update, archive, and publish articles. It consists of a set of privileges, each of which is mapped to a user segment. Agents receive whichever privileges are associated with the user segments they belong to. |
OrganizationFields | Create, update, delete, and query Organization Fields in Zendesk. |
OrganizationMemberships | Create, delete, and query Organization Memberships in Zendesk. |
Organizations | Create, delete, update, and query Organizations in Zendesk. |
OrganizationSubscriptions | Create, delete, and query Organization Subscriptions in Zendesk. |
PostComments | Query, Insert, Update and Delete PostComments in Zendesk. |
Posts | Queries, Inserts, Updates, and Deletes Posts in Zendesk. |
SatisfactionRatings | Create and query Requests in Zendesk. |
Schedules | Create, update, delete and query Schedules in Zendesk. |
Sections | Create, update, delete, and query Sections in Zendesk. |
Sessions | Query and delete Sessions in Zendesk. |
SharingAgreements | Create, update, delete, and query SharingAgreements in Zendesk. |
SideConversations | Create, update and query Side Conversations in Zendesk. |
SlaPolicies | Create, update, delete, and query SlaPolicies in Zendesk. |
SupportAddresses | Create, update, delete, and query Support Addresses in Zendesk. |
SuspendedTickets | Query and delete Suspended Tickets in Zendesk. |
TicketAudits | Query TicketAudits in Zendesk. |
TicketComments | Query TicketComments belonging to a specified ticket in Zendesk. |
TicketEvents | Query TicketEvents in Zendesk. |
TicketFields | Create, update, delete, and query TicketFields in Zendesk. |
TicketForms | Create, update, delete, and query Ticket Forms in Zendesk. |
TicketMetricEvents | Queries TicketMetricEvents in Zendesk. |
TicketMetrics | Query TicketMetrics in Zendesk. |
Tickets | Create, update, delete, and query Tickets. |
TicketSkips | Create and Query the TicketSkips in Zendesk. A skip is a record of when an agent skips over a ticket without responding to the end user. Skips are typically recorded while a play-only agent is in Guided mode. |
Tickets_Collaborators | The Collaborator id of users currently CC'ed on the ticket. |
Tickets_Followers | The ids of agents currently following the ticket |
Tickets_Followups | The ids of the followups created from ticket. |
Tickets_Macros | List of macros to be recorded in the ticket audit. |
Tickets_SatisfactionRatings | The satisfaction rating of the ticket, if it exists, or the state of satisfaction. |
Tickets_SharingAgreements | The sharing agreements used for ticket. |
Tickets_Tags | The tags applied to the ticket |
Tickets_Viasources | List ViaSources for the Ticket. |
Topics | Queries, Inserts, Updates, and Deletes Topics in Zendesk. |
Translations | Create, Update, Delete and Query the Translations in Zendesk. |
TriggerCategories | Create, update, delete, and query Trigger Categories in Zendesk. |
Triggers | Create, update, delete, and query Triggers in Zendesk. |
UserFields | Create, update, delete, and query User Fields. |
UserIdentities | Creates, updates, deletes, and queries User Identities. |
Users | Create, update, delete, and query Users in Zendesk. |
UserSegments | Create, Update, Delete and Query the User Segments in Zendesk. A user segment defines who can view the content of a section or topic. |
Views | Create, Update, Delete and Query Views in Zendesk. |
Votes | Create, Delete and Query the Votes in Zendesk. Votes represents positive and negative opinions of users about articles, article comments, posts or post comments. |
Query and update Account Settings in Zendesk.
The Sync App executes all filters on this table client side.
All fields that are not readonly (readonly="false" in the table) can be updated. Allowed for admins. For example:
UPDATE AccountSettings SET ActiveFeaturesCustomerSatisfaction = true
Name | Type | ReadOnly | References | Description |
BrandingHeaderColor | String | False |
HEX of the header color. | |
BrandingPageBackgroundColor | String | True |
HEX of the page background color. | |
BrandingTabBackgroundColor | String | True |
HEX of tab background color. | |
BrandingTextColor | String | True |
HEX of the text color, usually matched to contrast well with header_color. | |
BrandingHeaderLogoUrl | String | True |
The URL for the custom header logo. | |
BrandingFaviconUrl | String | True |
The URL for the custom favicon. | |
AppsUse | Boolean | True |
The account can use apps. | |
AppsCreatePrivate | Boolean | True |
The account can create private apps. | |
TicketsCommentsPublicByDefault | Boolean | True |
Comments from agents are public by default. | |
TicketsIsFirstCommentPrivateEnabled | Boolean | True |
Allow first comment on tickets to be private. | |
TicketsListNewestCommentsFirst | Boolean | True |
When viewing a ticket, show the newest comments and events first. | |
TicketsCollaboration | Boolean | True |
CCs may be added to a ticket. | |
TicketsPrivateAttachments | Boolean | True |
Users must login to access attachments. | |
TicketsEmailAttachments | Boolean | True |
Attachments should be sent as real attachments when under the size limit. | |
TicketsAgentCollision | Boolean | True |
Clients should provide an indicator when a ticket is being viewed by another agent. | |
TicketsMaximumPersonalViewsToList | Integer | True |
Maximum number of personal Views clients should display in menus. | |
TicketsTagging | Boolean | True |
Tickets may be tagged. | |
TicketsMarkdownTicketComments | Boolean | True |
Whether agent comments should be processed with Markdown. | |
TicketsEmojiAutocompletion | Boolean | True |
Whether agent comments should allow for Emoji rendering. | |
TicketsAgentTicketDeletion | Boolean | False |
Whether agents can delete tickets. | |
ChatEnabled | Boolean | True |
Chat is enabled. | |
ChatMaximumRequests | Integer | True |
The maximum number of chat requests an agent may handle at one time. | |
ChatWelcomeMessage | String | True |
The message automatically sent to end-users when they begin chatting with an agent. | |
TwitterShortenUrl | String | True |
Possible values: always, optional, never. | |
GSuiteHasGoogleApps | Boolean | True |
Whether has google apps. | |
GSuiteHasGoogleAppsAdmin | Boolean | False |
Account has at least one G Suite admin. | |
VoiceEnabled | Boolean | True |
Whether Voice is enabled. | |
VoiceMaintenance | Boolean | True |
. | |
VoiceLogging | Boolean | True |
. | |
VoiceOutboundEnabled | Boolean | True |
. | |
VoiceAgentConfirmationWhenForwarding | Boolean | True |
. | |
VoiceAgentWrapUpAfterCalls | Boolean | True |
. | |
VoiceMaximumQueueSize | Integer | True |
. | |
VoiceMaximumQueueWaitTime | Integer | True |
. | |
VoiceOnlyDuringBusinessHours | Boolean | True |
. | |
VoiceRecordingsPublic | Boolean | True |
. | |
VocieUkMobileForwarding | Boolean | True |
. | |
UsersTagging | Boolean | True |
Users may be tagged. | |
UsersTimeZoneSelection | Boolean | True |
Whether user can view time zone for profile. | |
UsersLanguageSelection | Boolean | True |
Whether to display language drop down for a user. | |
UsersAgentCreatedWelcomeEmails | Boolean | True |
Whether a user created by an agent receives a welcome email. | |
UsersEndUserPhoneNumberValidation | Boolean | False |
Whether a user's phone number is validated. | |
GooddataAdvancedAnalytics_Enabled | Boolean | True |
GoodData Advanced Analytics is enabled. | |
BrandsDefaultBrandId | Long | False |
The id of the brand that is assigned to tickets by default. | |
BrandsRequireBrandOnNewTickets | Boolean | True |
Require agents to select a brand before saving tickets. | |
StatisticsForum | Boolean | True |
Allow users to view forum statistics. | |
StatisticsSearch | Boolean | True |
Allow users to view search statistics. | |
BillingBackend | String | True |
Backend Billing system either internal or zuora. | |
ActiveFeaturesOnHoldStatus | Boolean | True |
Account can use status hold. | |
ActiveFeaturesUserTagging | Boolean | True |
Enable user tags. | |
ActiveFeaturesTicketTagging | Boolean | True |
Allow tagging tickets. | |
ActiveFeaturesTopicSuggestion | Boolean | True |
Allow topic suggestions in tickets. | |
ActiveFeaturesVoice | Boolean | True |
Voice support. | |
ActiveFeaturesFacebookLogin | Boolean | True |
Facebook login. | |
ActiveFeaturesGoogleLogin | Boolean | True |
Google login. | |
ActiveFeaturesTwitterLogin | Boolean | True |
Twitter login. | |
ActiveFeaturesForumAnalytics | Boolean | True |
Forum and search analytics. | |
ActiveFeaturesBusinessHours | Boolean | False |
Business hours. | |
ActiveFeaturesAgentForwarding | Boolean | True |
Agent forwarding. | |
ActiveFeaturesChat | Boolean | True |
Chat. | |
ActiveFeaturesChatAboutMyTicket | Boolean | True |
Chat about my ticket. | |
ActiveFeaturesCustomerSatisfaction | Boolean | False |
Customer satisfaction. | |
ActiveFeaturesSatisfactionPrediction | Boolean | False |
Satisfaction Prediction. | |
ActiveFeaturesCsatReasonCode | Boolean | True |
Csat reason code. | |
ActiveFeaturesScreencasts | Boolean | True |
. | |
ActiveFeaturesMarkdown | Boolean | True |
Markdown in ticket comments. | |
ActiveFeaturesLanguageDetection | Boolean | True |
Language detection. | |
ActiveFeaturesBccArchiving | Boolean | True |
Account has a bcc_archive_address set. | |
ActiveFeaturesAllowCcs | Boolean | True |
Allow ccs. | |
ActiveFeaturesAdvancedAnalytics | Boolean | True |
Advanced analytics. | |
ActiveFeaturesInsights | Boolean | True |
Insights. | |
ActiveFeaturesSandbox | Boolean | True |
Account has a sandbox. | |
ActiveFeaturesSuspendedTicketNotification | Boolean | True |
Suspended ticket notification. | |
ActiveFeaturesTwitter | Boolean | True |
Account monitors at least one Twitter handle. | |
ActiveFeaturesFacebook | Boolean | True |
Account is actively linked to at least one Facebook page. | |
ActiveFeaturesFeedbackTabs | Boolean | True |
Feedback tab has been configured before. | |
ActiveFeaturesDynamicContents | Boolean | True |
Account has at least one dynamic content. | |
ActiveFeaturesLightAgents | Boolean | True |
Account has at least one light agent. | |
ActiveFeaturesTicketForms | Boolean | True |
Ticket forms. | |
ActiveFeaturesUserOrgFields | Boolean | True |
User org fields. | |
ActiveFeaturesIsAbusive | Boolean | True |
Account exceeded trial limits. | |
ActiveFeaturesRichContentInEmails | Boolean | True |
Account supports incoming HTML email. | |
ApiAcceptedApiAgreement | Boolean | False |
Account has accepted the API agreement. | |
ApiPasswordAccess | Boolean | False |
Allow the account to use the API with username/password. | |
ApiTokenAccess | Boolean | False |
Allow the account to use the API with API tokens. | |
TicketFormsInstructions | String | False |
. | |
RawTicketFormsInstructions | String | True |
. | |
LotusPrefer | Boolean | True |
Prefers the current version of Zendesk Support rather than Zendesk Classic. | |
RulesMacroMostUsed | Boolean | False |
Display the most-used macros in the Apply macro list. Defaults to true. | |
RulesMacroOrder | String | False |
Default macro display order. Possible values are alphabetical or position. | |
LimitsAttachmentSize | Integer | True |
The maximum ticket attachment file size (in bytes). | |
MetricsAccountSize | String | True |
An account size category computed from the number of billable agents. |
Query and Delete Acticle Attachment in Zendesk.
The following queries are processed server side while other filters are processed client side by the Sync App. Allowed for Agents and End users, as long as they can view the associated article.
SELECT * FROM ArticleAttachments WHERE ArticleId = '18214155815057' SELECT * FROM ArticleAttachments WHERE Id = '18470148791057' SELECT * FROM ArticleAttachments WHERE Id = '18470148791057' AND Locale='en-us' AND ArticleId = '18214155815057'
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.
You must specify the Id of the ArticleAttachments to delete it. Allowed for agents.
DELETE FROM ArticleAttachments WHERE Id = '18460736594833'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Assigned ID when the article attachment is created | |
ArticleId | Long | True |
Articles.Id |
The associated article, if present |
ContentType | String | True |
The file type. Example: image/png | |
ContentUrl | String | True |
URL where the attachment file can be downloaded | |
CreatedAt | Datetime | True |
The time the article attachment was created | |
DisplayFileName | String | True |
display_file_name | |
FileName | String | True |
The file name | |
Inline | Boolean | True |
The attached file is shown in the admin interface for inline attachments. Its URL can be referenced in the article's HTML body. Inline attachments are image files directly embedded in the article body. If false, the attachment is listed in the list of attachments. The default value is false | |
RelativePath | String | True |
relative_path | |
Size | Integer | True |
The attachment file size in bytes | |
UpdatedAt | Datetime | True |
The time the article attachment was last updated | |
Url | String | True |
The URL of the article attachment | |
AttachmentsResponse | String | True |
Content of the attachments |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
Locale | String |
The locale that the article attachments is being displayed in |
IsInline | Boolean |
Boolean value that represents Article is inline or not. |
Base64EncodedResponse | Boolean |
Raw response gets converted into base64encoded デフォルト値はtrueです。 |
Create, Update, Delete and Query the Article Comments in Zendesk.
SELECT * FROM ArticleComments WHERE UserId = '19128124956177' SELECT * FROM ArticleComments WHERE ArticleId = '19206579478289' SELECT * FROM ArticleComments WHERE ArticleId = '19206579478289' AND Locale = 'en-us' SELECT * FROM ArticleComments WHERE ArticleId = '19206579478289' AND Id = '19244072685969' SELECT * FROM ArticleComments WHERE ArticleId = '19206579478289' AND Id = '19244072685969' AND Locale = 'en-us'
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.
The Locale, ArticleId and Body fields are required to insert. Allowed for End users.
INSERT INTO ArticleComments (ArticleId, Locale, Body, NotifySubscribers) VALUES ('19206579478289', 'en-us', 'Sample Comment Body', false)
You must specify the ArticleId and Id of the comment to update. Allowed for Agents and the end user who created the comment.
UPDATE ArticleComments SET Body = 'Updated Comment' WHERE ArticleId = '19206579478289' AND Id = '19268721555473'
You must specify the Id of the Comment and ArticleId to delete it. Allowed for Agents and the end user who created the comment.
DELETE FROM ArticleComments WHERE ArticleId = '19206579478289' AND Id = '19269079247633'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when the comment is created. | |
AuthorId | Long | False |
The id of the author of this comment. Writable on create by Help Center managers. | |
Body | String | False |
The comment made by the author. | |
Locale | String | False |
The locale in which this comment was made. | |
url | String | True |
The API url of this comment. | |
HtmlUrl | String | True |
The url at which the comment is presented in Help Center. | |
NonAuthorEditorId | Long | True |
The user id of whoever performed the most recent (if any) non-author edit. A non-author edit consists of an edit make by a user other than the author that creates or updates the body or author_id. Note that only edits made after May 17, 2021 will be reflected in this field. If no non-author edits have occured since May 17, 2021, then this field will be null. | |
NonAuthorUpdatedAt | Datetime | True |
When the comment was last edited by a non-author user. | |
SourceId | Long | True |
The id of the item on which this comment was made. | |
SourceType | String | True |
The type of the item on which this comment was made. Currently only supports 'Article'. | |
VoteCount | Integer | True |
The total number of upvotes and downvotes. | |
VoteSum | Integer | True |
The sum of upvotes (+1) and downvotes (-1), which may be positive or negative. | |
CreatedAt | Datetime | False |
The time the comment was created. Writable on create by Help Center managers. | |
UpdatedAt | Datetime | True |
The time at which the comment was last updated. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
ArticleId | Long |
The Id of the Article. |
UserId | Long |
The Id of the User. |
NotifySubscribers | Boolean |
Supplying a notify_subscribers property with a value of false will prevent subscribers to the comment's article from receiving a comment creation email notification. This can be helpful when creating many comments at a time. |
Create, delete, and query Article Lables in Zendesk.
SELECT * FROM ArticleLabels SELECT * FROM ArticleLabels WHERE Id = '10552059820828' SELECT * FROM ArticleLabels WHERE ArticleId = '10480909113756' SELECT * FROM ArticleLabels WHERE ArticleId = '10480909113756' AND Locale = 'en-us'
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.
The ArticleId and Name columns are required to insert. All fields that are not readonly (readonly="false" in the table) are optional. Allowed for Agents.
INSERT INTO ArticleLabels (ArticleId, Name) VALUES (10480909113756, 'Test')
You must specify the Id of the ArticleLabel to delete it. Allowed for Agents.
DELETE FROM ArticleLabels WHERE Id = '10552125680668' DELETE FROM ArticleLabels WHERE Id = '13647939064221' AND ArticleId = '10480909113756'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when the label is created. | |
Name | String | False |
The actual name of the label. | |
CreatedAt | Datetime | True |
The time at which the label was created. | |
UpdatedAt | Datetime | True |
The time at which the label was last updated. | |
Url | String | True |
The API url of this label. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
ArticleId | Long |
The unique ID of the article. |
Locale | String |
The locale the item is displayed in. |
Create, Update, Archive and query Acticles in Zendesk.
SELECT * FROM Articles SELECT * FROM Articles WHERE Id = '18467349573905'
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.
The columns Locale, PermissionGroupId, Title, SectionId and UserSegmentId are required to insert. Allowed for agents.
INSERT INTO Articles(Locale, PermissionGroupId, Title, SectionId, UserSegmentId) VALUES('en-us', 18214159653905, 'The Title', 18214167902481, null)
You must specify the Id of the Article to update it. It only update the article-level metadata such as its Promoted, Position, etc. It does not update translation properties such as the article's Title, Body, Locale, or Draft. Allowed for agents.
UPDATE Articles SET Promoted=true WHERE Id = '18460304837265'
You must specify the Id of the Article to archive it. You can restore the article using the Help Center user interface. Allowed for agents.
DELETE FROM Articles WHERE Id = 18467236423441
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when the article is created | |
AuthorId | Long | True |
The id of the user who wrote the article (set to the user who made the request on create by default) | |
Body | String | False |
HTML body of the article. Unsafe tags and attributes may be removed before display. For a list of safe tags and attributes, see Allowing unsafe HTML in Help Center articles in Zendesk help | |
CommentsDisabled | Boolean | False |
True if comments are disabled; false otherwise | |
CreatedAt | Datetime | True |
The time the article was created | |
Draft | Boolean | False |
True if the translation for the current locale is a draft; false otherwise. false by default. Can be set when creating but not when updating. For updating, see Translations | |
EditedAt | String | True |
The time the article was last edited in its displayed locale | |
HtmlUrl | String | True |
The url of the article in Help Center | |
LabelNames | String | False |
An array of label names associated with this article. By default no label names are used. Only available on certain plans | |
Locale | String | False |
The locale that the article is being displayed in | |
Outdated | Boolean | True |
Deprecated. Always false because the source translation is always the most up-to-date translation | |
OutdatedLocales | String | True |
Locales in which the article was marked as outdated | |
PermissionGroupId | Long | False |
The id of the permission group which defines who can edit and publish this article | |
Position | Integer | False |
The position of this article in the article list. 0 by default | |
Promoted | Boolean | False |
True if this article is promoted; false otherwise. false by default | |
SectionId | Long | False |
The id of the section to which this article belongs | |
SourceLocale | String | True |
The source (default) locale of the article | |
Title | String | False |
The title of the article | |
UpdatedAt | Datetime | True |
The time the article was last updated | |
Url | String | True |
The API url of the article | |
UserSegmentId | Long | False |
The id of the user segment which defines who can see this article. Set to null to make it accessible to everyone | |
VoteCount | Integer | True |
The total number of upvotes and downvotes | |
VoteSum | Integer | True |
The sum of upvotes (+1) and downvotes (-1), which may be positive or negative |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
CategoryId | Long |
Id of the categories |
UserId | Long |
Id of author |
StartTime | Long |
Start Time |
Create, Update, Delete and Query the Attributes in Zendesk. An attribute in Zendesk refers to a skill type. Skill types are categories of skills.
SELECT * FROM Attributes SELECT * FROM Attributes WHERE Id = 'd5e889c8-6364-11ee-8493-6361d728a3c9'
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.
The Name field is required to insert. Allowed for agents.
INSERT INTO Attributes (Name) VALUES ('Test')
You must specify the Id of the Attribute to update. Allowed for admins.
UPDATE Attributes SET Name = 'CData' WHERE Id = 'd5e889c8-6364-11ee-8493-6361d728a3c9'
You must specify the Id of the Attribute to delete it. Allowed for admins.
DELETE FROM Attributes WHERE Id = 'db70666a-6364-11ee-bfc8-7f3b952deb2c'
Name | Type | ReadOnly | References | Description |
Id [KEY] | String | True |
Automatically assigned when an attribute is created. | |
Name | String | False |
The name of the attribute. | |
url | String | True |
URL of the attribute. | |
CreatedAt | Datetime | True |
When this record was created. | |
UpdatedAt | Datetime | True |
When this record was last updated. |
Create, Update, Delete and Query the Attribute Values in Zendesk. An attribute value in this API refers to a skill. Skills are associated with an agent and determine the agent's suitability to solve a ticket.
SELECT * FROM AttributeValues WHERE AttributeId = 'd5e889c8-6364-11ee-8493-6361d728a3c9' SELECT * FROM AttributeValues WHERE AttributeId = 'd5e889c8-6364-11ee-8493-6361d728a3c9' AND Id = '5943809a-6f5d-4f6e-8669-e8a65bd3583b'
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.
The AttributeId and Name fields are required to insert. Allowed for admins.
INSERT INTO AttributeValues (AttributeId, Name) VALUES ('d5e889c8-6364-11ee-8493-6361d728a3c9', 'TestValue')
You must specify the AttributeId and Id of the AttributeValue to update. Allowed for admins.
UPDATE AttributeValues SET Name = 'CData' WHERE AttributeId = 'd5e889c8-6364-11ee-8493-6361d728a3c9' AND Id = '5943809a-6f5d-4f6e-8669-e8a65bd3583b'
You must specify the AttributeId and Id of the AttributeValue to delete it. Allowed for agents.
DELETE FROM AttributeValues WHERE AttributeId = 'db70666a-6364-11ee-bfc8-7f3b952deb2c' AND Id = '5943809a-6f5d-4f6e-8669-e8a65bd3583b'
Name | Type | ReadOnly | References | Description |
Id [KEY] | String | True |
Automatically assigned when an attribute value is created. | |
AttributeId | String | False |
Attributes.Id |
The Attribute Id. |
Name | String | False |
The name of the attribute value. | |
url | String | True |
URL of the attribute. | |
CreatedAt | Datetime | True |
When this record was created. | |
UpdatedAt | Datetime | True |
When this record was last updated. |
Create, update, delete, and query Automations in Zendesk.
SELECT * FROM Automations WHERE Id = '123' SELECT * FROM Automations ORDER BY Position SELECT * FROM Automations ORDER BY CreatedAt SELECT * FROM Automations ORDER BY UpdatedAt
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.
The Title, ConditionsAll, and Actions fields are required to insert. Allowed for agents.
INSERT INTO Automations (Title, ConditionsAll, Actions) VALUES ('Roger Wilco II', '[{ \"field\": \"status\", \"operator\": \"is\",\"value\": \"open\" }, {\"field\": \"priority\", \"operator\": \"less_than\", \"value\": \"high\" }]', '[{\"field\": \"status\", \"value": \"solved\"}]')
You must specify the Id of the automation to update. Title is required. Active and Position are optional. Updating an action updates the containing array, clearing the other actions. Include all your actions when updating any action. Allowed for agents.
UPDATE Automations SET Title = 'Roger Wilco III' WHERE Id = '123'
You must specify the Id of the automation to delete it. Allowed for agents.
DELETE FROM Automations WHERE Id = '123'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when created. | |
Title | String | False |
The title of the automation. | |
Active | Boolean | False |
Whether the automation is active. | |
Position | Integer | False |
The position of the automation. | |
ConditionsAll | String | False |
An object that describes the conditions under which the automation will execute. | |
ConditionsAny | String | False |
An object that describes the conditions under which the automation will execute. | |
Actions | String | False |
An object describing what the automation will do. | |
CreatedAt | Datetime | True |
The time the automation was created. | |
UpdatedAt | Datetime | True |
The time of the last update of the automation. |
Create, Delete and Query the Bookmarks in Zendesk.
SELECT * FROM Bookmarks
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.
The TicketId field is required to insert. Allowed for agents.
INSERT INTO Bookmarks (TicketId) VALUES ('4')
You must specify the Id of the Bookmark to delete it. Allowed for agents.
DELETE FROM Bookmarks WHERE Id = '19152874442641'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when the bookmark is created. | |
Ticket | String | True |
The ticket object. | |
url | String | True |
The API url of this bookmark. | |
CreatedAt | Datetime | True |
The time the bookmark was created. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
TicketId | Integer |
The time the bookmark was created. |
Create, delete, update, and query Brands in Zendesk.
SELECT * FROM Brands WHERE Id = '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.
The Name and Subdomain fields are required to insert. Allowed for admins.
INSERT INTO Brands (Name, Subdomain) VALUES ('Brand 1', 'brand1')
You must specify the Id of the automation to update. Allowed for agents.
UPDATE Brands SET Name = 'Brand 2', Subdomain = 'brand2', HostMapping = 'brand2.com', Active = true WHERE Id = '123'
You must specify the Id of the automation to delete it. Allowed for agents.
DELETE FROM Brands WHERE Id = '123'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | False |
Automatically assigned when the brand is created. | |
Name | String | False |
The name of the brand. | |
CreatedAt | Datetime | False |
The time the brand was created. | |
UpdatedAt | Datetime | False |
The time of the last update of the brand. | |
BrandUrl | String | False |
The url of the brand. | |
HasHelpCenter | Boolean | False |
If the brand has a Help Center. | |
HelpCenterState | String | False |
The state of the Help Center: enabled, disabled, or restricted. | |
Active | Boolean | False |
If the brand is set as active. | |
Default | Boolean | False |
Is the brand the default brand for this account. | |
LogoId | Long | False |
The id of logo image for this brand. | |
LogoUrl | String | False |
The url of logo image for this brand. | |
LogoFileName | String | False |
The name of logo image for this brand. | |
LogoContentUrl | String | False |
The content url of logo image for this brand. | |
LogoMappedContentUrl | String | False |
The mapped content url of logo image for this brand. | |
LogoContentType | String | False |
The content type of logo image for this brand. | |
LogoSize | Integer | False |
The size of logo image for this brand. | |
TicketFormIds | String | False |
The ids of ticket forms that are available for use by a brand. | |
HostMapping | String | False |
The hostmapping to this brand, if any (only admins view this key). | |
Subdomain | String | False |
The subdomain of the brand. | |
SignatureTemplate | String | False |
The signature template for a brand. | |
Url | String | False |
The API url of this brand. |
Create, update, delete, and query Categories in Zendesk.
SELECT * FROM Categories SELECT * FROM Categories WHERE Id = '13625378761117' SELECT * FROM Categories WHERE Locale = 'en-us' SELECT * FROM Categories WHERE Locale = 'en-us' AND Id = '13625378761117'
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.
The Name field is required to insert. Allowed for Help Center managers.
INSERT INTO Categories (Name, Locale) VALUES ('Test CData', 'en-us')
You must specify the Id of the Category to update. It only update the category-level metadata such as Position, etc. It does not update category translation properties such as Name, Description, etc. All fields that are not readonly (readonly="false" in the table) are optional. Allowed for Help Center managers.
UPDATE Categories SET Position = 2 WHERE Id = '13626563785373'
You must specify the Id of the Category to delete it. Allowed for Help Center managers.
DELETE FROM Categories WHERE Id = '13626686793885' DELETE FROM Categories WHERE Id = '13626686793885' AND Locale = 'en-us'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when creating categories. | |
Name | String | False |
The name of the category. | |
Description | String | False |
The description of the category. | |
Locale | String | False |
The locale where the category is displayed. | |
CreatedAt | Datetime | True |
The time at which the category was created. | |
UpdatedAt | Datetime | True |
The time at which the category was last updated. | |
Url | String | True |
The API url of this category. | |
HtmlUrl | String | True |
The url of this category in Help Center. | |
Outdated | Boolean | True |
Whether the category is out of date. | |
Position | Integer | False |
The position of this category relative to other categories. | |
SourceLocale | String | True |
The source (default) locale of the category. |
Create, Update, Delete and Query the Content Subscriptions in Zendesk. Users can subscribe to sections, articles, community posts, and community topics.
Below queries lists the content subscriptions of a given user. To list your own subscriptions, specify me as the user id.
SELECT * FROM ContentSubscriptions WHERE UserId = '19128124956177' SELECT * FROM ContentSubscriptions WHERE UserId = 'me'
Below queries lists the subscriptions to a given topic.
SELECT * FROM ContentSubscriptions WHERE TopicId = '19209878690449' SELECT * FROM ContentSubscriptions WHERE TopicId = '19209878690449' AND Id = '19209922023185'
Below queries lists the subscriptions to a given post.
SELECT * FROM ContentSubscriptions WHERE PostId = '19206579516945' SELECT * FROM ContentSubscriptions WHERE PostId = '19206579516945' AND Id = '19210209123217'
Below queries lists the subscriptions to a given section. Here along with the SectionId, you need to provide the Locale value.
SELECT * FROM ContentSubscriptions WHERE SectionId = '19206579484689' AND Locale = 'en-us' SELECT * FROM ContentSubscriptions WHERE SectionId = '19206579484689' AND Locale = 'en-us' AND Id = '19210938828817'
Below queries lists the subscriptions to a given article. Here along with the ArticleId, you need to provide the Locale value.
SELECT * FROM ContentSubscriptions WHERE ArticleId = '19206609899793' AND Locale = 'en-us' SELECT * FROM ContentSubscriptions WHERE ArticleId = '19206609899793' AND Locale = 'en-us' AND Id = '19211885836945'
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.
To create a Subscription for a given Topic, TopicId column is required. Allowed for End-users. Agents with the Help Center manager role can optionally supply a UserId value. If provided, the user associated with UserId will be subscribed to the topic.
INSERT INTO ContentSubscriptions (TopicId, IncludeComments) VALUES ('19209878690449', true)
To create a Subscription for a given Post, PostId column is required. Allowed for End-users. Agents with the Help Center manager role can optionally supply a UserId value. If provided, the user associated with UserId will be subscribed to the post.
INSERT INTO ContentSubscriptions (PostId, UserId) VALUES ('19206579516945', '19157178632977')
To create a Subscription for a given Section, SectionId, Locale and SourceLocale columns are required. Allowed for End-users. Agents with the Help Center manager role can optionally supply a UserId value. If provided, the user associated with UserId will be subscribed to the section.
INSERT INTO ContentSubscriptions (SectionId, Locale, SourceLocale) VALUES ('19206579484689', 'en-us', 'en-us')
To create a Subscription for a given Article, ArticleId, Locale and SourceLocale columns are required. Allowed for End-users. Agents with the Help Center manager role can optionally supply a UserId value. If provided, the user associated with UserId will be subscribed to the article.
INSERT INTO ContentSubscriptions (ArticleId, Locale, SourceLocale) VALUES ('19206609899793', 'en-us', 'en-us')
Update can be perform only on Topic Subscription. The TopicId and Id of the Subscription are required to Update it. Allowed for End-users.
UPDATE ContentSubscriptions SET IncludeComments = false WHERE TopicId = '19209878690449' AND Id = '19209922023185'
To remove a subscription to a given topic, Id and TopicId columns are required. Allowed for End-users.
DELETE FROM ContentSubscriptions WHERE TopicId = '19209878690449' AND Id = '19209922023185'
To remove a subscription to a given post, Id and PostId columns are required. Allowed for End-users.
DELETE FROM ContentSubscriptions WHERE PostId = '19206579516945' AND Id = '19210420873745'
To remove the specified subscription from the specified section, Id, SectionId and Locale columns are required. Allowed for End-users.
DELETE FROM ContentSubscriptions WHERE SectionId = '19206579516945' AND Id = '19210420873745' AND Locale = 'en-us'
To remove the specified subscription from the specified article, Id, ArticleId and Locale columns are required. Allowed for End-users.
DELETE FROM ContentSubscriptions WHERE ArticleId = '19206609899793' AND Id = '19211885836945' AND Locale = 'en-us'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when the subscription is created. | |
UserId | String | False |
Users.Id |
The id of the user who has this subscription. |
ContentId | Long | True |
The id of the subscribed item. | |
ContentType | String | True |
The type of the subscribed item. | |
IncludeComments | Boolean | False |
Subscribe also to article comments/post comments. Only for section/topic subscriptions. | |
Locale | String | False |
The locale of the subscribed item. | |
SourceLocale | String | False |
Used only for Create Section Subscription and Create Article Subscription, where it's mandatory. Selects the locale of the content to be subscribed. | |
Url | String | True |
The API url of the subscription. | |
CreatedAt | Datetime | True |
The time at which the subscription was created. | |
UpdatedAt | Datetime | True |
The time at which the subscription was last updated. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
TopicId | Long |
Id of the Topic. |
PostId | Long |
Id of the Post. |
SectionId | Long |
Id of the Section. |
ArticleId | Long |
Id of the Article. |
Create, Update, Delete and Query the Content Tags in Zendesk.
SELECT * FROM ContentTags SELECT * FROM ContentTags WHERE Id = '01HCCV8145J2MBX6XZ103G10CH'
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.
The Name field is required to insert. Allowed for Guide managers and Guide agents.
INSERT INTO ContentTags (Name) VALUES ('Test')
You must specify the Id of the ContentTag to update. Allowed for Guide managers.
UPDATE ContentTags SET Name = 'CData' WHERE Id = '01HCEJVFV4X9MA9D2SBC86FE5S'
You must specify the Id of the ContentTag to delete it. Allowed for Guide managers.
DELETE FROM ContentTags WHERE Id = '01HCEJVFV4X9MA9D2SBC86FE5S'
Name | Type | ReadOnly | References | Description |
Id [KEY] | String | True |
Automatically assigned when the content tag is created. | |
Name | String | False |
The name of the content tag. | |
CreatedAt | Datetime | True |
When the content tag was created. | |
UpdatedAt | Datetime | True |
When the content tag was last updated. |
Create, Update, Delete and Query CustomAgentRoles in Zendesk.
Allowed for Agents.
SELECT * FROM CustomAgentRoles
When Id is mention in the criteria, then it wil be allowed only for Administrators and Agents with the manage_roles permission.
SELECT * FROM CustomAgentRoles WHERE Id = '13575064971293'
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.
The Name field is required to insert. Allowed for Administrators and Agents with the manage_roles permission.
INSERT INTO CustomAgentRoles(Name, Description, ConfigurationChatAccess, ConfigurationUserViewAccess) VALUES('Test', 'Description', true, 'readonly')
You must specify the Id of the CustomAgentRole to update it. All fields that are not readonly (readonly="false" in the table) are optional. Allowed for Administrators and Agents with the manage_roles permission.
UPDATE CustomAgentRoles SET Name = 'Updated Name', Description = 'Updated description', ConfigurationChatAccess = false, ConfigurationUserViewAccess='readonly' WHERE Id='13575064971293'
You must specify the Id of the CustomAgentRole to delete it. Allowed for Administrators and Agents with the manage_roles permission.
DELETE FROM CustomAgentRoles WHERE Id = '13575064971293'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned upon creation. | |
Name | String | False |
Name of the custom role. | |
Description | String | False |
A description of the role. | |
CreatedAt | Datetime | True |
The time the record was created. | |
UpdatedAt | Datetime | True |
The time the record was last updated. | |
ConfigurationChatAccess | Boolean | False |
Boolean value that checks whether or not the agent has access to Chat. | |
ConfigurationEndUserProfileAccess | String | False |
What the agent can do with end-user profiles. Allowed values are edit, edit-within-org, full, readonly. | |
ConfigurationForumAccess | String | False |
The kind of access the agent has to Guide. Allowed values are edit-topics, full, readonly. | |
ConfigurationForumAccessRestrictedContent | Boolean | False |
Configuration Forum Access Restricted Content. | |
ConfigurationMacroAccess | String | False |
What the agent can do with macros. Allowed values are full, manage-group, manage-personal, readonly. | |
ConfigurationManageBusinessRules | Boolean | False |
Whether or not the agent can create and manage schedules and view rules analysis. | |
ConfigurationManageDynamicContent | Boolean | False |
Whether or not the agent can access dynamic content. | |
ConfigurationManageExtensionsAndChannels | Boolean | False |
Whether or not the agent can manage channels and extensions. | |
ConfigurationManageFacebook | Boolean | False |
Whether or not the agent can manage facebook pages. | |
ConfigurationOrganizationEditing | Boolean | False |
Whether or not the agent can add or modify organizations. | |
ConfigurationReportAccess | String | False |
What the agent can do with reports. Allowed values are full, none, readonly. | |
ConfigurationTicketAccess | String | False |
What kind of tickets the agent can access. Allowed values are all, assigned-only, within-groups, within-groups-and-public-groups, within-organization. | |
ConfigurationTicketCommentAccess | String | False |
What kind of tickets the agent can access. Allowed values are all, assigned-only, within-groups, within-groups-and-public-groups, within-organization. | |
ConfigurationTicketDeletion | Boolean | False |
Whether or not the agent can delete tickets. | |
ConfigurationTicketMerge | Boolean | False |
Whether or not the agent can merge tickets. | |
ConfigurationTicketTagEditing | Boolean | False |
Whether or not the agent can edit ticket tags. | |
ConfigurationTwitterSearchAccess | Boolean | False |
Configuration Twitter Search Access. | |
ConfigurationViewAccess | String | False |
What the agent can do with views. Allowed values are full, manage-group, manage-personal, playonly, readonly. | |
ConfigurationUserViewAccess | String | False |
What the agent can do with customer lists. Allowed values are full, manage-group, manage-personal, none, readonly. | |
ConfigurationAssignTicketsToAnyGroup | Boolean | False |
Whether or not the agent can assign tickets to any group. | |
ConfigurationCustomObjects | String | False |
A list of custom object keys mapped to JSON objects that define the agent's permissions (scopes) for each object. Allowed values: are read, update, delete, create. The read permission is required if any other scopes are specified. | |
ConfigurationEndUserListAccess | String | False |
Whether or not the agent can view lists of user profiles. Allowed values are full, none. | |
ConfigurationExploreAccess | String | False |
Allowed values are edit, full, none, readonly. | |
ConfigurationGroupAccess | Boolean | False |
Whether or not the agent can add or modify groups. | |
ConfigurationLightAgent | Boolean | False |
Configuration Light Agent. | |
ConfigurationManageAutomations | Boolean | False |
Whether or not the agent can create and manage automations. | |
ConfigurationManageContextualWorkspaces | Boolean | False |
Whether or not the agent can view, add, and edit contextual workspaces. | |
ConfigurationManageGroupMemberships | Boolean | False |
Whether or not the agent can create and manage group memberships. | |
ConfigurationManageGroups | Boolean | False |
Whether or not the agent can create and modify groups. | |
ConfigurationManageOrganizationFields | Boolean | False |
Whether or not the agent can create and manage organization fields. | |
ConfigurationManageOrganizations | Boolean | False |
Whether or not the agent can create and modify organizations. | |
ConfigurationManageRoles | String | False |
Whether or not the agent can create and manage custom roles with the exception of the role they're currently assigned. Doesn't allow agents to update role assignments for other agents. Allowed values are all-except-self, none. | |
ConfigurationManageSkills | Boolean | False |
Whether or not the agent can create and manage skills. | |
ConfigurationManageSlas | Boolean | False |
Whether or not the agent can create and manage SLAs. | |
ConfigurationManageSuspendedTickets | Boolean | False |
Whether or not the agent can manage suspended tickets. | |
ConfigurationManageTeamMembers | String | False |
Whether or not the agent can manage team members. Allows agents to update role assignments for other agents. Allowed values are all-with-self-restriction, readonly, none. | |
ConfigurationManageTicketFields | Boolean | False |
Whether or not the agent can create and manage ticket fields. | |
ConfigurationManageTicketForms | Boolean | False |
Whether or not the agent can create and manage ticket forms. | |
ConfigurationManageTriggers | Boolean | False |
Whether or not the agent can create and manage triggers. | |
ConfigurationManageUserFields | Boolean | False |
Whether or not the agent can create and manage user fields. | |
ConfigurationModerateForums | Boolean | False |
Configuration Moderate Forums. | |
ConfigurationOrganizationNotesEditing | Boolean | False |
Whether or not the agent can add or modify organization notes. | |
ConfigurationSideConversationCreate | Boolean | False |
Whether or not the agent can contribute to side conversations. | |
ConfigurationTicketEditing | Boolean | False |
Whether or not the agent can edit ticket properties. | |
ConfigurationTicketRedaction | Boolean | False |
Whether or not the agent can redact content from tickets. Only applicable to tickets permitted by ticket_access. | |
ConfigurationViewDeletedTickets | Boolean | False |
Whether or not the agent can view deleted tickets. | |
ConfigurationVoiceAccess | Boolean | False |
Whether or not the agent can answer and place calls to end users. | |
ConfigurationVoiceDashboardAccess | Boolean | False |
Whether or not the agent can view details about calls on the Talk dashboard. | |
RoleType | Integer | True |
The user's role id. It is 0 for a custom agent. | |
TeamMemberCount | Integer | True |
The number of team members assigned to this role. |
Create, delete, update, and query Custom Objects in Zendesk.
The CustomObjects table supports the ObjectName column in the WHERE clause. This table supports the following operator: '='.
For example:
SELECT * FROM CustomObjects WHERE ObjectName = 'house'
You can insert any field into the CustomObjects table that is not read-only. To insert Properties details for a custom object, use the #TEMP table to insert the fields of the property. The fields of the Property are present in the CustomObjectField view.
For Example:
INSERT INTO CustomObjectField#TEMP (FieldName, Type, Description, Required) VALUES ('NumOfRooms', 'integer', 'The number of rooms.', true) INSERT INTO CustomObjectField#TEMP (FieldName, Type, Description, Required) VALUES ('NumOfBaths', 'integer', 'The number of baths.', true) INSERT INTO CustomObjectField#TEMP (FieldName, Type, Description, Required) VALUES ('Balcony', 'boolean', 'Whether or not balcony is there.', true) INSERT INTO CustomObjectField#TEMP (FieldName, Type, Description) VALUES ('PropertyAge', 'string', 'Old or new construction.') INSERT INTO CustomObjects (ObjectName, Properties) VALUES ('house', CustomObjectField#TEMP)
You can update only Properties column in the CustomObjects Table. To update the properties details for a custom object, Use the #TEMP table to insert the fields of the property. The fields of the Property is present in CustomObjectField view.
INSERT INTO CustomObjectField#TEMP (FieldName, Type, Description, Required) VALUES ('CarParking', 'string', 'Whether or not car parking is available', true)"); INSERT INTO CustomObjectField#TEMP (FieldName, Required) VALUES ('balcony', false)"); UPDATE CustomObjects SET Properties = 'CustomObjectField#TEMP' WHERE ObjectName = 'house'");
To delete a Custom Object, the ObjectName is required.
DELETE FROM CustomObjects WHERE ObjectName = 'house'
Name | Type | ReadOnly | References | Description |
ObjectName [KEY] | String | False |
A user-defined unique identifier. Writable on create only. | |
CreatedAt | Datetime | True |
The time the object type was created. | |
UpdatedAt | Datetime | True |
The time of the last update of the object type. | |
Version | String | False |
The version of this schema. | |
Properties | String | False |
A description of the object record, up to a maximum of 32 KB. |
Create, update, and query custom ticket statuses in zendesk.
SELECT * FROM CustomTicketStatuses SELECT * FROM CustomTicketStatuses WHERE Id = 9930628462492
INSERT INTO CustomTicketStatuses(active,agentlabel,description,enduserdescription,enduserlabel,statuscategory) VALUES('true', 'Try to Respond quickly', 'Customer needs a response quickly', 'Your ticket is being responded to', 'Urgent processing', 'open')
UPDATE CustomTicketStatuses SET description = 'Customer needs a response quickly.' WHERE Id = 9930628462492
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when the custom ticket status is created. | |
Active | Boolean | False |
If true, the custom status is set to active, If false, the custom status is set to inactive. | |
URL | String | True |
The label displayed to agents. Maximum length is 48 characters. | |
AgentLabel | String | False |
The label displayed to agents. Maximum length is 48 characters. | |
Default | Boolean | False |
If true, the custom status is set to default. If false, the custom status is set to non-default. | |
Description | String | False |
The description of when the user should select this custom ticket status. | |
StatusCategory | String | False |
The status category the custom ticket status belongs to. 使用できる値は次のとおりです。new, open, hold, pending, solved | |
EndUserLabel | String | False |
The label displayed to end users. Maximum length is 48 characters. | |
EndUserDescription | String | False |
The description displayed to end users. | |
RawAgentLabel | String | True |
The dynamic content placeholder. If the dynamic content placeholder is not available, this is the agent_label value. | |
RawDescription | String | True |
The dynamic content placeholder. If the dynamic content placeholder is not available, this is the raw_description value. | |
RawEndUserLabel | String | True |
The dynamic content placeholder. If the dynamic content placeholder is not available, this is the raw_end_user_label value. | |
RawEndUserDescription | String | True |
The dynamic content placeholder. If the dynamic content placeholder is not available, this is the raw_end_user_description value. | |
CreatedAt | Datetime | True |
The date and time the custom ticket status was created. | |
UpdatedAt | Datetime | True |
The time of the last update of the ticket field. |
Create, delete, and query Group Memberships in Zendesk.
SELECT * FROM GroupMemberships WHERE Id = '123' SELECT * FROM GroupMemberships WHERE UserId = '123' SELECT * FROM GroupMemberships WHERE GroupId = '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.
The UserId and GroupId fields are required to insert (assigns an agent to a given group). Allowed for admins.
INSERT INTO GroupMemberships (UserId, GroupId) VALUES ('72', '88')
You must specify the Id of the membership to delete it (immediately removes a user from a group and schedules a job to unassign all working tickets that are assigned to the given user and group combination). Allowed for admins.
DELETE FROM GroupMemberships WHERE Id = '123'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when the ticket is created. | |
UserId | Long | False |
Users.Id |
The id of an agent. |
GroupId | Long | False |
Groups.Id |
The id of a group. |
Default | Boolean | False |
If true, tickets assigned directly to the agent will assume this membership's group. | |
CreatedAt | Datetime | True |
The time the membership was created. | |
UpdatedAt | Datetime | True |
The time of the last update of the membership. | |
Url | String | True |
The API url of this record. |
Create, update, delete, and query Groups in Zendesk.
SELECT * FROM Groups WHERE Id = '123' SELECT * FROM Groups 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.
The Name field is required to insert. Allowed for admins.
INSERT INTO Groups (Name) VALUES ('My Group')
You must specify the Id of the group to update it. All fields that are not readonly (readonly="false" in the table) are optional. Allowed for admins.
UPDATE Groups SET Name = 'Interesting Group' WHERE Id = '123'
You must specify the Id of the group to delete it. Note that you cannot delete the default group of the account. Allowed for admins.
DELETE FROM Groups WHERE Id = '123'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when the ticket is created. | |
Name | String | False |
The name of the group. | |
CreatedAt | Datetime | True |
The time the group was created. | |
UpdatedAt | Datetime | True |
The time of the last update of the group. | |
Deleted | Boolean | True |
Deleted groups get marked as such. | |
Url | String | True |
The API url of this group. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
UserId | Long |
The user id used to query groups |
Create, update, delete, and query Schedules in Zendesk.
SELECT * FROM Holidays WHERE ScheduleId = '123' SELECT * FROM Holidays WHERE ScheduleId = '123' AND Id = '456'
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.
The ScheduleId, Name, StartDate and EndDate fields are required to insert. Allowed for admins.
INSERT INTO Holidays (ScheduleId, Name, StartDate, EndDate) VALUES ('360000022454', 'Christmas', '2016-12-25', '2016-12-25')
You must specify the ScheduleId and Id of the holiday to update.Allowed for admins.
UPDATE Holidays SET Name = 'Christmas', StartDate = '2018-12-25', EndDate = '2018-12-25' WHERE ScheduleId = '123' AND Id = '456'
You must specify the ScheduleId and Id of the holiday to delete it. Allowed for admins.
DELETE FROM Holidays WHERE ScheduleId = '123' AND Id = '456'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned upon creation. | |
ScheduleId | Long | False |
Schedules.Id |
Id of the schedule the holiday belongs to. |
Name | String | False |
Name of the holiday. | |
StartDate | Date | False |
Time when the holiday starts. | |
EndDate | Date | False |
Time when the holiday ends. |
View and create links between your Jira and Zendesk instances.
SELECT * FROM JiraLinks WHERE Id = 123 SELECT * FROM JiraLinks WHERE TicketId = 123 SELECT * FROM JiraLinks WHERE IssueId = 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.
The Name and Subdomain fields are required to insert. Allowed for admins.
INSERT INTO JiraLinks (TicketId, IssueId, IssueKey) VALUES (1, 1, 'TP-1')
You must specify the Id of the automation to delete it. Allowed for agents.
DELETE FROM JiraLinks WHERE Id = 123
Name | Type | ReadOnly | References | Description |
Id [KEY] | Integer | True |
Automatically assigned when the link is created. | |
TicketId | Integer | False |
Tickets.Id |
The id of the Zendesk ticket. |
IssueId | Integer | False |
The id of the Jira issue. | |
IssueKey | String | False |
The key for the Jira issue. | |
CreatedAt | Datetime | True |
The time at which the link was created. | |
UpdatedAt | Datetime | True |
The time at which the link was last updated. |
Create, update, delete, and query Macros in Zendesk.
SELECT * FROM Macros WHERE Id = '123' SELECT * FROM Macros WHERE Active = true SELECT * FROM Macros ORDER BY CreatedAt SELECT * FROM Macros ORDER BY UpdateddAt
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.
The Title and Actions fields are required to insert. Allowed for agents.
INSERT INTO Macros (Title, Actions) VALUES ('Roger Wilco II', '[{\"field\": \"status\", \"value": \"solved\"}]')
You must specify the Id of the macro to update. Updating an action updates the containing array, clearing the other actions. Include all your actions when updating any action.Allowed for agents.
UPDATE Macros SET Title = 'Roger Wilco III' WHERE Id = '123'
You must specify the Id of the macro to delete it. Allowed for agents.
DELETE FROM Macros WHERE Id = '123'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | False |
Automatically assigned when created. | |
Title | String | False |
The title of the macro. | |
Actions | String | False |
An object describing what the macro will do. | |
Active | Boolean | False |
Useful for determining if the macro should be displayed.Only active macros if true, inactive macros if false. | |
Description | String | False |
The description of the macro. | |
Position | Integer | False |
The position of the macro. | |
Restrictions | String | False |
Who may access this macro. Will be null when everyone in the account can access it. | |
CreatedAt | Datetime | False |
The time the macro was created. | |
UpdatedAt | Datetime | False |
The time of the last update of the macro. | |
Access | String | False |
Only macros with given access. Possible values are personal, shared, or account. | |
Category | String | False |
Only macros within given category. | |
GroupId | Long | False |
Groups.Id |
Only macros belonging to given group. |
OnlyViewable | Boolean | False |
Only macros that can be applied to tickets if true, All macros the current user can manage if false. Defaults to false. | |
Attachments | String | False |
An array of macro attachment IDs to be associated with the macro, used in Insertion |
Create, Update, Delete and Query the Management Permission Groups in Zendesk. A management permission group defines which agents can create, update, archive, and publish articles. It consists of a set of privileges, each of which is mapped to a user segment. Agents receive whichever privileges are associated with the user segments they belong to.
SELECT * FROM ManagementPermissionGroups SELECT * FROM ManagementPermissionGroups WHERE Id = '19162149101585'
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.
The Name column is required to insert. All fields that are not readonly (readonly="false" in the table) are optional for insert. Allowed for Help Center managers.
INSERT INTO ManagementPermissionGroups (Name, Edit) VALUES ('Test', '19162093613969, 19236810082193')
You must specify the Id of the ManagementPermissionGroup to update. All fields that are not readonly (readonly="false" in the table) are optional for insert. Allowed for Help Center managers.
UPDATE ManagementPermissionGroups SET Name = 'UpdatedName' WHERE Id = '19239392699537'
You must specify the Id of the ManagementPermissionGroup to delete it. Allowed for Help Center managers.
DELETE FROM ManagementPermissionGroups WHERE Id = '19239392699537'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when the permission group is created. | |
BuiltIn | Boolean | True |
Whether the permission group is built-in. Built-in permission groups cannot be modified. | |
Name | String | False |
Permission group name. | |
Edit | String | False |
The ids of user segments that have edit privileges. For insertion and updation provide these values separated by comma. | |
Publish | String | False |
The ids of user segments that have publish privileges. For insertion and updation provide these values separated by comma. | |
CreatedAt | Datetime | True |
When the permission group was created. | |
UpdatedAt | Datetime | True |
When the permission group was last updated. |
Create, update, delete, and query Organization Fields in Zendesk.
SELECT * FROM OrganizationFields WHERE Id = '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.
The Type, Title, and Key fields are required to insert. The types of custom fields that can be created are the following: text (default when no Type is specified), textarea, checkbox, date, integer, decimal, and regex (when Type is regex, RegexpForValidation is required too). Allowed for admins.
INSERT INTO OrganizationFields (Type, Title, Key) VALUES ('text', 'Support description', 'support_description')
You can also create a Lookup Relationships. A lookup relationship field is a custom field whose type is "lookup". This type of custom field gives you the ability to create a relationship from a source object to a target object. To create a lookup relationship fields, Type, Key and RelationshipTargetType columns are required. The Type column value must be "lookup". A suitable combination of Field, Operator and Value is required for insertion in RelationshipFilterAll and RelationshipFilterAny. Here is a list of the possible combinations: "https://developer.zendesk.com/documentation/ticketing/reference-guides/conditions-reference/#shared-conditions".
INSERT INTO OrganizationFieldsRelationshipFilterAll#temp(Field, Operator, Value) VALUES('status', 'less_than', 'solved') INSERT INTO OrganizationFieldsRelationshipFilterAny#temp(Field, Operator, Value) VALUES('status', 'less_than', 'solved') INSERT INTO OrganizationFields (Type, Title, Key, RelationshipTargetType, RelationshipFilterAll, RelationshipFilterAny) VALUES ('lookup', 'Support description', 'support_description5', 'zen:ticket', 'OrganizationFieldsRelationshipFilterAll#temp', 'OrganizationFieldsRelationshipFilterAny#temp')
You must specify the Id of the organization field to update. All fields that are not readonly (readonly="false" in the table) are optional. Allowed for admins.
UPDATE OrganizationFields SET Title = 'Updated title' WHERE Id = '123'
You must specify the Id of the organizational field to delete it. Allowed for admins.
DELETE FROM OrganizationFields WHERE Id = '123'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | False |
Automatically assigned upon creation. | |
Key | String | False |
A unique key that identifies this custom field. Required on create.This is used for updating the field and referencing in placeholders. After a field is created, you cannot change its key. | |
Type | String | False |
Type of the custom field: checkbox, date, decimal, dropdown, integer, regexp, text, or textarea. After a field is created, you cannot change its type. | |
Title | String | False |
The title of the custom field. | |
RawTitle | String | False |
The dynamic content placeholder, if present, or the title value, if not. | |
Description | String | False |
User-defined description of this field s purpose. | |
RawDescription | String | False |
The dynamic content placeholder, if present, or the description value, if not. | |
Position | Integer | False |
Ordering of the field relative to other fields. | |
Active | Boolean | False |
If true, this field is available for use. | |
System | Boolean | False |
If true, only active and position values of this field can be changed. | |
RegexpForValidation | String | False |
Regular expression field only. The validation pattern for a field value to be deemed valid.. | |
CreatedAt | Datetime | False |
The time the ticket field was created. | |
UpdatedAt | Datetime | False |
The time of the last update of the ticket field. | |
Tag | String | False |
Optional for custom field of type checkbox; not presented otherwise. | |
CustomFieldOptions | String | False |
Required and presented for a custom field of type dropdown. | |
Url | String | False |
The URL for this resource. | |
RelationshipFilterAll | String | False |
A filter definition that allows your autocomplete to filter down results with Logical AND. | |
RelationshipFilterAny | String | False |
A filter definition that allows your autocomplete to filter down results with Logical OR. | |
RelationshipTargetType | String | False |
A representation of what type of object the field references. Options are zen:user, zen:organization, zen:ticket, or zen:custom_object:CUSTOM_OBJECT_KEY. For example zen:custom_object:apartment. |
Create, delete, and query Organization Memberships in Zendesk.
SELECT * FROM OrganizationMemberships WHERE Id = '123' SELECT * FROM OrganizationMemberships WHERE UserId = '123' SELECT * FROM OrganizationMemberships WHERE OrganizationId = '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.
The The UserId and OrganizationId fields are required to insert (assigns a user to a given organization). Allowed for agents.
INSERT INTO OrganizationMemberships (UserId, OrganizationId) VALUES ('772', '881')
You must specify the Id of the membership to delete it. Allowed for admins.
DELETE FROM OrganizationMemberships WHERE Id = '123'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when the membership is created. | |
OrganizationId | Long | False |
The ID of the organization associated with this user, in this membership. | |
UserId | Long | False |
Users.Id |
The ID of the user for whom this memberships belongs. |
Default | Boolean | False |
Denotes whether this is the default organization membership for the user. If false, returns null. | |
CreatedAt | Datetime | True |
When this record was created. | |
UpdatedAt | Datetime | True |
When this record last got updated. | |
Url | String | True |
The url of this resource. |
Create, delete, update, and query Organizations in Zendesk.
SELECT * FROM Organizations WHERE Id = '123' SELECT * FROM Organizations WHERE Id IN ('123', '456') SELECT * FROM Organizations 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.
The Name field is required to insert. Allowed for admins. Note: You must provide a unique name for each organization. Normally the system does not allow records to be created with identical names. However, a race condition can occur if you make two or more identical POSTs very close to each other, causing the records to have identical organization names.
INSERT INTO Organizations (Name) VALUES ('My Organization')
To create many organizations see the Batch Processing section for an example.
You must specify the Id of the organization to update it. All fields that are not readonly (readonly="false" in the table) are optional. Allowed for admins.
UPDATE Organizations SET Notes = 'Something interesting' WHERE Id = '123'
To make the same change to multiple organizations, use the following Sql statement:
UPDATE Organizations SET Notes = 'Something interesting' WHERE Id IN ('123', '456')
To make different changes to multiple organizations, see Batch Processing for an example.
You must specify the Id of the organization to delete it. Allowed for admins.
DELETE FROM Organizations WHERE Id = '123'
You can delete many organizations simultaneously by providing their ids:
DELETE FROM Organizations WHERE Id IN ('123', '456')
You can also delete many organizations simultaneously by using Batch Processing.
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when the ticket is created. | |
Name | String | False |
A unique name for the organization. | |
GroupId | Long | False |
Groups.Id |
New tickets from users in this organization are automatically put in this group. |
ExternalId | Long | False |
A unique external id to associate organizations to an external record. | |
CreatedAt | Datetime | True |
The time the organization was created. | |
UpdatedAt | Datetime | True |
The time of the last update of the organization. | |
DomainNames | String | False |
An array of domain names associated with this organization. | |
Details | String | False |
Any details obout the organization, such as the address. | |
Notes | String | False |
Any notes you have about the organization. | |
SharedTickets | Boolean | False |
End users in this organization are able to see tickets of each other. | |
SharedComments | Boolean | False |
End users in this organization are able to see comments on tickets of each other. | |
Tags | String | False |
The tags of the organization. | |
Url | String | True |
The URL for this resource. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
UserId | Long |
The user id used to query organizations |
Create, delete, and query Organization Subscriptions in Zendesk.
SELECT * FROM OrganizationSubscriptions WHERE Id = '123' SELECT * FROM OrganizationSubscriptions WHERE UserId = '123' SELECT * FROM OrganizationSubscriptions WHERE OrganizationId = '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.
The UserId and OrganizationId fields are required to insert. End users can only subscribe to shared organizations in which they're members. Allowed for agents and end users.
INSERT INTO OrganizationSubscriptions (UserId, OrganizationId) VALUES ('772', '881')
You must specify the Id of the subscription to delete it. Allowed for agents and end users.
DELETE FROM OrganizationSubscriptions WHERE Id = '123'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Organization subscription id. | |
OrganizationId | Long | False |
. | |
UserId | Long | False |
. | |
CreatedAt | Datetime | True |
. | |
Url | String | True |
The url of this resource. |
Query, Insert, Update and Delete PostComments in Zendesk.
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when the comment is created. | |
Url | String | True |
The API url of the comment. | |
HtmlUrl | String | True |
The community url of the comment. | |
Body | String | False |
The comment made by the author. | |
AuthorId | Long | True |
The id of the author of the comment. *Writable on create by Help Center managers. | |
PostId | Long | True |
Posts.Id |
The id of the post on which the comment was made. |
Official | Boolean | False |
Whether the comment is marked as official. | |
VoteSum | Integer | True |
The sum of upvotes (+1) and downvotes (-1), which may be positive or negative. | |
VoteCount | Integer | True |
The total number of upvotes and downvotes. | |
CreatedAt | Datetime | True |
The time the post was created. | |
UpdatedAt | Datetime | True |
The time of the last update of the post. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
FilterBy | String |
May be planned, not_planned, completed, answered or none. |
Queries, Inserts, Updates, and Deletes Posts in Zendesk.
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when the post is created. | |
Url | String | True |
The API url of the post. | |
HtmlUrl | String | True |
The community url of the post. | |
Title | String | False |
The title of the post. | |
Details | String | False |
The details of the post. | |
AuthorId | Long | True |
The Id of the author of the post. *Writable on create by Help Center managers. | |
Pinned | Boolean | False |
When true, pins the post to the top of its topic. | |
Featured | Boolean | False |
Whether the post is featured. | |
Closed | Boolean | False |
Whether further comments are allowed. | |
Status | String | False |
The status of the post. Possible values: | |
VoteSum | Integer | True |
The sum of upvotes (+1) and downvotes (-1), which may be positive or negative. | |
VoteCount | Integer | True |
The total number of upvotes and downvotes. | |
CommentCount | Integer | True |
The number of comments on the post. | |
FollowerCount | Integer | True |
The number of followers of the post. | |
TopicId | Long | False |
Topics.Id |
The Id of the topic that the post belongs to. |
CreatedAt | Datetime | True |
The time the post was created. | |
UpdatedAt | Datetime | True |
The time of the last update of the post. | |
FilterBy | String | False |
Possible values are planned, not_planned, completed, answered, or none. |
Create and query Requests in Zendesk.
SELECT * FROM SatisfactionRatings WHERE Id = '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.
The TicketId and Score fields are required to insert. Creates a CSAT rating for solved tickets, or for tickets that were previously solved and then reopened. Allowed for an end user who requested the ticket.
INSERT INTO SatisfactionRatings (TicketId, Score) VALUES ('12', 'good')
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | False |
Automatically assigned upon creation. | |
TicketId | Integer | False |
Tickets.Id |
The id of ticket being rated. |
Score | String | False |
The rating: offered, unoffered, good or bad. When used in a filter it takes one of values: offered, unoffered, received, received_with_comment, received_without_comment, good, good_with_comment, good_without_comment, bad, bad_with_comment, bad_without_comment. | |
Comment | String | False |
The comment received with this rating, if available. | |
Reason | String | False |
The reason for a bad rating given by the requester in a follow-up question. Satisfaction reasons must be enabled. | |
AssigneeId | Long | False |
Users.Id |
The id of agent assigned to at the time of rating. |
GroupId | Long | False |
Groups.Id |
The id of group assigned to at the time of rating. |
RequesterId | Long | False |
Users.Id |
The id of ticket requester submitting the rating. |
CreatedAt | Datetime | False |
The time the satisfaction rating got created. | |
UpdatedAt | Datetime | False |
The time the satisfaction rating got updated. | |
Url | String | False |
The API url of this rating. | |
StartTime | Datetime | False |
Time of the oldest satisfaction rating | |
EndTime | Datetime | False |
Time of the most recent satisfaction rating |
Create, update, delete and query Schedules in Zendesk.
SELECT * FROM Schedules WHERE Id = '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.
The Name and TimeZone fields are required to insert. Allowed for admins.
INSERT INTO Schedules (Name, TimeZone) VALUES ('test', 'Eastern Time (US & Canada)')
You must specify the Id of the schedule to update. Allowed for admins.
UPDATE Schedules SET Name = 'EMEA', TimeZone = 'London' WHERE Id = '123'
You can update the intervals of a Schedule by issuing a separate Update statement.
UPDATE Schedules SET Intervals = '[{\"start_time\": 3420, \"end_time\": 3900}]' WHERE Id = '123'
You must specify the Id of the macro to delete it. Allowed for agents.
DELETE FROM Schedules WHERE Id = '123'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned upon creation. | |
Name | String | False |
Name of the schedule. | |
TimeZone | String | False |
Time zone of the schedule. | |
Intervals | String | False |
Array of intervals for the schedule. | |
CreatedAt | Datetime | True |
Time the schedule was created. | |
UpdatedAt | Datetime | True |
Time the schedule was last updated. |
Create, update, delete, and query Sections in Zendesk.
SELECT * FROM Sections SELECT * FROM Sections WHERE Id = '13647896255645' SELECT * FROM Sections WHERE Locale = 'en-us' SELECT * FROM Sections WHERE Locale = 'en-us' AND Id = '13647896255645' SELECT * FROM Sections WHERE CategoryId = '13625283663133' SELECT * FROM Sections WHERE Locale = 'en-us' AND CategoryId = '13625283663133'
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.
The Name and CategoryId columns are required to insert. All fields that are not readonly (readonly="false" in the table) are optional. Allowed for Agents.
INSERT INTO Sections (Name, CategoryId) VALUES ('Test CData', '13626588262429')
You must specify the Id of the Section to update. It updates the section-level data such as Name, Description, Position, CategoryId, ParentSectionId and ThemeTemplate. All fields that are not readonly (readonly="false" in the table) are optional. Allowed for Help Center managers.
UPDATE Sections SET Name = 'UpdatedName' WHERE Id = '13647896255645'
You must specify the Id of the Section to delete it. Allowed for Help Center managers.
DELETE FROM Sections WHERE Id = '13647939064221' DELETE FROM Sections WHERE Id = '13647939064221' AND Locale = 'en-us'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when creating subscriptions. | |
CategoryId | Long | False |
The id of the category to which this section belongs. | |
Name | String | False |
The name of the section. | |
Description | String | False |
The description of the section. | |
Locale | String | False |
The locale in which the section is displayed. | |
ParentSectionId | Long | False |
The id of the section to which this section belongs. Only writable for Guide Enterprise customers. | |
CreatedAt | Datetime | True |
The time at which the section was created. | |
UpdatedAt | Datetime | True |
The time at which the section was last updated. | |
Url | String | True |
The API url of this section. | |
HtmlUrl | String | True |
The url of this section in Help Center. | |
Outdated | Boolean | True |
Whether the section is out of date. | |
Position | Integer | False |
The position of this section in the section list. Used when sorting is set to manual. By default the section is added to the end of the list. | |
SourceLocale | String | True |
The source (default) locale of the section. | |
ThemeTemplate | String | False |
The theme template name used to display this section in Help Center. |
Query and delete Sessions in Zendesk.
SELECT * FROM Sessions 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.
You must specify the UserId and Id of the session to delete it. Allowed for admins, agents, end users.
DELETE FROM Sessions WHERE Userid = '123' AND Id = '456'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when the session is created. | |
UserId | Long | True |
Users.Id |
The id of the user. |
AuthenticatedAt | Datetime | True |
When the session was created. | |
LastSeenAt | Datetime | True |
The last approximate time this session was seen. This does not update on every request. | |
Url | String | True |
The API URL of this session. |
Create, update, delete, and query SharingAgreements in Zendesk.
SELECT * FROM SharingAgreements WHERE Id = '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.
The RemoteSubdomain field is required to insert. Allowed for agents.
INSERT INTO SharingAgreements (RemoteSubdomain) VALUES ('Foo')
You must specify the Id of the SharingAgreement to update. Only Status is allowed to be updated. Allowed for agents.
UPDATE SharingAgreements SET Status = 'accepted' WHERE Id = '123'
You must specify the Id of the SharingAgreement to delete it. Allowed for agents.
DELETE FROM SharingAgreements WHERE Id = '123'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned upon creation. | |
Name | String | False |
Name of this sharing agreement. | |
Type | String | False |
Can be one of the following: 'inbound', 'outbound'. | |
Status | String | False |
Can be one of the following: 'accepted', 'declined', 'pending', 'inactive'. | |
PartnerName | String | False |
Can be one of the following: 'jira', null. | |
RemoteSubdomain | String | False |
Subdomain of the remote account or null if not associated with an account. | |
CreatedAt | Datetime | True |
The time the record was created. |
Create, update and query Side Conversations in Zendesk.
At least TicketId is required in order to retrieve the SideConversations.
SELECT * FROM SideConversations WHERE TicketId = 1 SELECT * FROM SideConversations WHERE TicketId = 1 AND Id = '5d133b65-576c-11ee-bcb2-bdce8f618e59'
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.
The Columns TicketId, Subject, PreviewText and Participants are required to insert. Allowed for Agents.
INSERT INTO SideConversationParticipants#temp(Email,Name) VALUES('[email protected]', 'someone') INSERT INTO SideConversations(TicketId, Subject, PreviewText, Participants) VALUES(1, 'Test Subject', 'Test Body', 'SideConversationParticipants#temp')
You can also reply to a side conversation. The Columns Id, TicketId, Subject, PreviewText and Participants are required for Reply on a particular SideConversation. Allowed for Agents.
INSERT INTO SideConversationParticipants#temp(Email,Name) VALUES('[email protected]', 'someone') INSERT INTO SideConversations(Id, TicketId, Subject, PreviewText, Participants) VALUES('5d133b65-576c-11ee-bcb2-bdce8f618e59', 2, 'Test Reply', 'Body for Reply message', 'SideConversationParticipants#temp')
You must specify the TicketId and Id of the SideConversation to update. It only update the State and Subject columns. All fields that are not readonly (readonly="false" in the table) are optional. Allowed for Agents.
UPDATE SideConversations SET State='open' WHERE Id='5d133b65-576c-11ee-bcb2-bdce8f618e59' AND TicketId=1
Name | Type | ReadOnly | References | Description |
Id [KEY] | String | False |
Automatically assigned when the side conversation is created. | |
TicketId | Integer | False |
Tickets.Id |
The parent ticket id of the side conversation. |
ExternalIds | String | False |
A key-value store of metadata. All values must be strings. | |
Subject | String | False |
The subject of the side conversation. | |
CreatedAt | Datetime | True |
The time the side conversation was created. | |
UpdatedAt | Datetime | True |
The time the side conversation was created. | |
MessageAddedAt | String | True |
The time of the last message on the side conversation. | |
Participants | String | False |
An array of participants in the side conversation. | |
PreviewText | String | False |
A plain text text describing the side conversation. | |
State | String | False |
The state of the side conversation. | |
StateUpdatedAt | String | True |
The time of the update of the state of the side conversation. | |
Url | String | True |
The API url of the side conversation. |
Create, update, delete, and query SlaPolicies in Zendesk.
SELECT * FROM SlaPolicies SELECT * FROM SlaPolicies WHERE Id = '18393257431953'
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.
The Title field and atleast one field from either FilterAll or FilterAny is required to insert. A suitable combination of Field, Operator and Value is required for insertion in FilterAll and FilterAny. Here is a list of the possible combinations: "https://developer.zendesk.com/documentation/ticketing/reference-guides/conditions-reference/#shared-conditions". Allowed for admins.
INSERT INTO SlaPoliciesFilterAll#temp(Field, Operator, Value) VALUES('type', 'is', 'incident') INSERT INTO SlaPoliciesFilterAny#temp(Field, Operator, Value) VALUES('type', 'is', 'problem') INSERT INTO SlaPolicies(Title, Description, FilterAll, FilterAny) values('Test', 'This is the test description', 'SlaPoliciesFilterAll#temp', 'SlaPoliciesFilterAny#temp')
You must specify the Id of the SlaPolicies to update it. FilterAll and FilterAny aggregate columns support duplicate values in the object, so in order to update these fields, you must specifty the whole aggregate object. All fields that are not readonly (readonly="false" in the table) are optional. Allowed for admins.
INSERT INTO SlaPoliciesFilterAll#temp(Field, Operator, Value) Values('type', 'is', 'task') INSERT INTO SlaPoliciesFilterAll#temp(Field, Operator, Value) Values('type', 'is', 'incident') INSERT INTO SlaPoliciesFilterAll#temp(Field, Operator, Value) Values('group_id', 'is', '18285074736529') UPDATE SlaPolicies SET Title='Updated Title', FilterAll='SlaPoliciesFilterAll#temp' WHERE Id = '18393257431953'
You must specify the Id of the group to delete it. Allowed for admins.
DELETE FROM SlaPolicies WHERE Id=18392949131793
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned. | |
Title | String | False |
The title of the SLA policy. | |
Description | String | False |
The description of the SLA policy. | |
CreatedAt | Datetime | True |
When this locale was created. | |
UpdatedAt | Datetime | True |
When this locale last got updated. | |
Position | Integer | True |
Position of the SLA policy, determines the order they will be matched. If not specified, SLA Policy is added as the last position. | |
FilterAll | String | False |
An object that describes the conditions that a ticket must match in order for an SLA policy to be applied to that ticket. | |
FilterAny | String | False |
An object that describes the conditions that a ticket must match in order for an SLA policy to be applied to that ticket. | |
PolicyMetrics | String | False |
An object that describes the metric targets for each value of the priority field. |
Create, update, delete, and query Support Addresses in Zendesk.
SELECT * FROM SupportAddresses WHERE Id = '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.
The Email field is required to insert (only adding a Zendesk support address to your account is supported). To add a Zendesk address, use the following syntax: {local-part}@{accountname}.zendesk.com. Example: '[email protected]'. The local-part can be anything you like. Allowed for admins.
INSERT INTO SupportAddresses (Email) VALUES ('[email protected]')
You must specify the Id of the support address to update. Allowed for admins.
UPDATE SupportAddresses SET Name = 'Sales' WHERE Id = '123'
You must specify the Id of the support address to delete it. Allowed for admins.
DELETE FROM SupportAddresses WHERE Id = '123'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when created. | |
Name | String | False |
The name for the address. | |
String | False |
The email address (not updateable). | ||
CreatedAt | Datetime | True |
The time the brand was created. | |
UpdatedAt | Datetime | True |
The time of the last update of the brand. | |
Default | Boolean | False |
Whether the address is the account's default support address. | |
BrandId | Long | False |
Brands.Id |
The id of the brand. |
ForwardingStatus | String | True |
Possible values: unknown, waiting, verified, or failed. | |
SpfStatus | String | True |
Possible values: unknown, verified, failed. |
Query and delete Suspended Tickets in Zendesk.
SELECT * FROM SuspendedTickets WHERE Id = '123' SELECT * FROM SuspendedTickets ORDER BY AuthorEmail SELECT * FROM SuspendedTickets ORDER BY Cause SELECT * FROM SuspendedTickets ORDER BY Subject SELECT * FROM SuspendedTickets ORDER BY CreatedAt
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.
You must specify the Id of the suspended ticket to delete it. Allowed for unrestricted agents.
DELETE FROM SuspendedTickets WHERE Id = '123'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when the ticket is created. | |
TicketId | Integer | True |
Tickets.Id |
The ticket ID this suspended email is associated with, if available. |
MessageId | String | True |
The ID of the email, if available. | |
BrandId | Long | True |
Brands.Id |
The id of the brand this ticket is associated with - only applicable for enterprise accounts. |
Recipient | String | True |
The original recipient e-mail address of the ticket. | |
Subject | String | True |
The value of the subject field for this ticket. | |
Content | String | True |
The content that was flagged. | |
AuthorId | Long | True |
The id of author. | |
AuthorName | String | True |
The name of author. | |
AuthorEmail | String | True |
The email of author. | |
Cause | String | True |
Why the ticket was suspended. | |
CreatedAt | Datetime | True |
When this record was created. | |
UpdatedAt | Datetime | True |
When this record last got updated. | |
ViaChannel | String | True |
. | |
ViaSourceFromId | Long | True |
. | |
ViaSourceFromTitle | String | True |
. | |
ViaSourceTo | String | True |
. | |
ViaSourceRel | String | True |
. | |
Url | String | True |
The API url of this ticket. |
Query TicketAudits in Zendesk.
SELECT * FROM TicketAudits WHERE TicketId = '123' SELECT * FROM TicketAudits WHERE TicketId = '123' AND Id = '456'
To get the TicketIds of deleted tickets run this query:
GETDELETED FROM TicketAudits
You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any search criteria that refers to other columns will cause an error.
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | False |
Automatically assigned when creating audits. | |
TicketId | Integer | False |
Tickets.Id |
The ID of the associated ticket. |
AuthorId | Long | False |
Users.Id |
The user who created the audit. |
CreatedAt | Datetime | False |
The time the audit was created. | |
Metadata | String | False |
Metadata for the audit, custom and system data. | |
ViaChannel | String | False |
This object explains how this audit was created. This does not update on every request. | |
ViaSource | String | False |
This object explains how this audit was created. This does not update on every request. | |
Events | String | False |
The Array of Events that happened in this Audit. |
Query TicketComments belonging to a specified ticket in Zendesk.
The Ticket Id is required to query this view. The following queries are processed server side.
SELECT * FROM TicketComments WHERE TicketId = '123'
To get the TicketIds of deleted tickets run this query:
GETDELETED FROM TicketComments
You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any search criteria that refers to other columns will cause an error.
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | False |
Automatically assigned when the ticket is created. | |
TicketId | Integer | False |
Tickets.Id |
The id of the ticket the comment belongs to. |
AuthorId | Long | False |
Users.Id |
The id of the comment author. |
Type | String | False |
Comment or VoiceComment. | |
Body | String | False |
The comment string. | |
CreatedAt | Datetime | False |
The time the comment was created. | |
HtmlBody | String | False |
The comment formatted as HTML. | |
PlainBody | String | False |
The comment as plain text. | |
IsPublic | Boolean | False |
True if a public comment; false if an internal note. The initial value set on ticket creation persists for any additional comment unless you change it. | |
ViaChannel | String | False |
This tells you how the ticket or event was created. Examples: 'web', 'mobile', 'rule', 'system'. | |
ViaSource | String | False |
. | |
MetadataCustom | String | False |
. | |
MetadataSystemClient | String | False |
. | |
MetadataSystemIpAddres | String | False |
. | |
MetadataSystemLatitude | String | False |
. | |
MetadataSystemLongitude | String | False |
. | |
MetadataSystemLocation | String | False |
. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
UpdatedAt | Datetime |
The time of the comment was updated. |
ReferenceNumber | String |
Reference number which can be use while doing temp table insertion. |
Query TicketEvents in Zendesk.
SELECT * FROM TicketEvents SELECT * FROM TicketEvents WHERE StartTime = '2023-10-11' SELECT * FROM TicketEvents WHERE StartTime = '2023-10-11' AND Include = true SELECT * FROM TicketEvents WHERE Include = true
To get the TicketIds of deleted tickets run this query:
GETDELETED FROM TicketEvents
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.
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | False |
Automatically assigned when Ticket Event is created. | |
TicketId | Integer | False |
Tickets.Id |
The ticket Id. |
ChildEvents | String | False |
Array of the Child Events. | |
UpdaterId | Long | False |
Updater Id. | |
Timestamp | String | False |
Timestamp at which event is created. | |
Via | String | False |
The medium through which event is created. | |
SystemClient | String | False |
System client information. | |
SystemLocation | String | False |
System location information. | |
SystemLatitude | String | False |
System latitude information. | |
SystemLongitude | String | False |
System longitude information. | |
EventType | String | False |
Type of the Event. | |
CreatedAt | Datetime | False |
When this record was created. | |
Metadata | String | False |
The metadata of the event. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
StartTime | Datetime |
The time to start the incremental export from. Must be at least one minute in the past. If not provided, it will take the starttime for the most recent minute. |
Include | Boolean |
If true, it will include the comments in the event stream. By default, value is false. |
Create, update, delete, and query TicketFields in Zendesk.
SELECT * FROM TicketFields WHERE Id = '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.
The Type and Title fields are required to insert. Allowed for admins.
INSERT INTO TicketFields (Type, Title) VALUES ('text', 'Age')
To insert a ticket field of type tagger (dropdown) or multiselect (dropdown), CustomFieldOptions is also required. Allowed for admins.
INSERT INTO TicketFields (Type, Title, CustomFieldOptions) VALUES ('tagger', 'TestDropdown', '[{\"name\": \"Apple Pie\", \"value\": \"apple\"}, {\"name\": \"Pecan Pie\", \"value\": \"pecan\"}]')
To insert a ticket field of type regexp, RegexpForValidation is also required. Allowed for admins.
INSERT INTO TicketFields (Type, Title, RegexpForValidation) VALUES ('regexp', 'TestRegExp', '\\b([0-9]{4})-(1[0-2]|0?[1-9])-(3[0-1]|[1-2][0-9]|0?[1-9])\\b')
You can also create a Lookup Relationships. A lookup relationship field is a custom field whose type is "lookup". This type of custom field gives you the ability to create a relationship from a source object to a target object. To create a lookup relationship fields, Type and RelationshipTargetType columns are required. The Type column value must be "lookup". A suitable combination of Field, Operator and Value is required for insertion in RelationshipFilterAll and RelationshipFilterAny. Here is a list of the possible combinations: "https://developer.zendesk.com/documentation/ticketing/reference-guides/conditions-reference/#shared-conditions".
INSERT INTO TicketFieldsRelationshipFilterAll#temp(Field, Operator, Value) VALUES('role', 'is', 'Agent') INSERT INTO TicketFieldsRelationshipFilterAny#temp(Field, Operator, Value) VALUES('role', 'is', 'Agent') INSERT INTO TicketFields (Type, Title, RelationshipTargetType, RelationshipFilterAll, RelationshipFilterAny) VALUES ('lookup', 'Lookup Relationships', 'zen:user', 'TicketFieldsRelationshipFilterAll#temp', 'TicketFieldsRelationshipFilterAny#temp')
You must specify the Id of the ticket field to update. All fields that are not readonly (readonly="false" in the table) are optional. Allowed for admins.
UPDATE TicketFields SET Title = 'Your age' WHERE Id = '123'
For a ticket field of type tagger (dropdown) or multiselect (dropdown), use the CustomFieldOptions column to update the options. For type regexp use RegexpForValidation to update the regular expression.
You must specify the Id of the ticket field to delete it. Allowed for admins.
DELETE FROM TicketFields WHERE Id = '123'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when the ticket is created. | |
Type | String | False |
The type of the ticket field: checkbox, date, decimal, integer, regexp, tagger, text, or textarea. Type is not editable once created. | |
Title | String | False |
The title of the ticket field. | |
RawTitle | String | False |
The dynamic content placeholder, if present, or the 'title' value, if not. | |
Description | String | False |
The description of the purpose of this ticket field, shown to users. | |
RawDescription | String | False |
The dynamic content placeholder, if present, or the 'description' value, if not. | |
Position | Integer | False |
A relative position for the ticket fields that determines the order of ticket fields on a ticket. Note that positions 0 to 7 are reserved for system fields. | |
Active | Boolean | False |
Whether this field is available. | |
Required | Boolean | False |
Whether this field is available. | |
CollapsedForAgents | Boolean | False |
If this field should be shown to agents by default or be hidden alongside infrequently used fields. Classic interface only. | |
RegexpForValidation | String | False |
Regular expression field only. The validation pattern for a field value to be deemed valid. | |
TitleInPortal | String | False |
The title of the ticket field when shown to end users. | |
RawTitleInPortal | String | False |
The dynamic content placeholder, if present, or the 'title_in_portal' value, if not. | |
VisibleInPortal | Boolean | False |
Whether this field is available to end users. | |
EditableInPortal | Boolean | False |
Whether this field is editable by end users. | |
Tag | String | False |
A tag value to set for checkbox fields when checked. | |
CreatedAt | Datetime | True |
The time the ticket field was created. | |
UpdatedAt | Datetime | True |
The time of the last update of the ticket field. | |
SystemFieldOptions | String | True |
Presented for a ticket field of type 'tickettype', 'priority' or 'status'. | |
CustomFieldOptions | String | False |
Required and presented for a ticket field of type 'tagger'. | |
Removable | Boolean | True |
If this field is not a system basic field that must be present for all tickets on the account. | |
Url | String | True |
The URL for this resource. | |
AgentDescription | String | False |
A description of the ticket field that only agents can see. | |
CustomStatuses | String | True |
List of customized ticket statuses. Only presented for a system ticket field of type custom_status. | |
RelationshipFilterAll | String | False |
A filter definition that allows your autocomplete to filter down results with Logical AND. | |
RelationshipFilterAny | String | False |
A filter definition that allows your autocomplete to filter down results with Logical OR. | |
RelationshipTargetType | String | False |
A representation of what type of object the field references. Options are zen:user, zen:organization, zen:ticket, or zen:custom_object:CUSTOM_OBJECT_KEY. For example zen:custom_object:apartment. | |
RequiredInPortal | String | False |
If true, end users must enter a value in the field to create the request. | |
SubTypeId | String | False |
For system ticket fields of type priority and status. Defaults to 0. A priority sub type of 1 removes the Low and Urgent options. A status sub type of 1 adds the On-Hold option. |
Create, update, delete, and query Ticket Forms in Zendesk.
SELECT * FROM TicketForms WHERE Id = '123' SELECT * FROM TicketForms WHERE Id IN ('123', '456') SELECT * FROM TicketForms WHERE Active = true SELECT * FROM TicketForms WHERE EndUserVisible = true SELECT * FROM TicketForms WHERE FallbackToDefault = true SELECT * FROM TicketForms WHERE AssociatedToBrand = true
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.
The Name field is required to insert. Allowed for admins.
INSERT INTO TicketForms (Name, EndUserVisible, DisplayName, Position, Active, Default) VALUES ('Snowboard Problem', true, 'Snowboard Damage' 2, true, false)
You must specify the Id of the ticket form to update it. All fields that are not readonly (readonly="false" in the table) are optional. Allowed for admins.
UPDATE TicketForms SET Name = 'Snowboard Fixed', DisplayName = 'Snowboard has been fixed' WHERE Id = '123'
You must specify the Id of the ticket form to delete it. Allowed for admins.
DELETE FROM TicketForms WHERE Id = '123'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Ticket form id. | |
Name | String | False |
The name of the form. | |
RawName | String | False |
The dynamic content placeholder, if present, or the 'name' value, if not. | |
DisplayName | String | False |
The name of the form that is displayed to an end user. | |
RawDisplayName | String | False |
The dynamic content placeholder, if present, or the 'display_name' value, if not. | |
Position | Integer | False |
The position of this form among other forms in the account, i.e. dropdown. | |
Active | Boolean | False |
If the form is set as active. | |
EndUserVisible | Boolean | False |
Is the form visible to the end user. | |
Default | Boolean | False |
Is the form the default form for this account. | |
TicketFieldIds | String | False |
Ids of all ticket fields which are in this ticket form. | |
InAllBrands | Boolean | False |
Is the form available for use in all brands on this account. | |
RestrictedBrandIds | String | False |
Ids of all brands that this ticket form is restricted to. | |
CreatedAt | Datetime | True |
The time the ticket form was created. | |
UpdatedAt | Datetime | True |
The time of the last update of the ticket form. | |
AgentConditions | String | False |
Array of condition sets for agent workspaces. | |
EndUserConditions | String | False |
Array of condition sets for end user products. | |
Url | String | True |
URL of the ticket form. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
FallbackToDefault | Boolean |
If true, returns default ticket form when the criteria defined by the parameters results in a set without active and end user visible ticket forms. |
AssociatedToBrand | Boolean |
Only ticket forms of current brand (defined by url) if true. |
Queries TicketMetricEvents in Zendesk.
To query all ticket metric events, use the following query:
SELECT * FROM TicketMetricEvents
To query ticket metric events, starting from a given time, use the following example:
SELECT * FROM TicketMetricEvents WHERE StartTime = '2017-02-05'
To get the TicketIds of deleted tickets run this query:
GETDELETED FROM TicketMetricEvents
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.
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | False |
Automatically assigned when the record is created. | |
TicketId | Integer | False |
Tickets.Id |
The Id of the associated ticket. |
Metric | String | False |
One of the following: agent_work_time, pausable_update_time, periodic_update_time, reply_time, requester_wait_time, or resolution_time. | |
InstanceId | Long | False |
The instance of the metric associated with the event. | |
Type | String | False |
When this locale last got updated. | |
Time | Datetime | False |
The time the event occurred. | |
Sla | String | False |
Available if type is apply_sla. The SLA policy and target being enforced on the ticket and the metric in question, if any. | |
Status | String | False |
Available if type is update_status. Minutes since the metric has been open. See status. | |
Deleted | Boolean | False |
Available if type is breach. In general, you can ignore any breach event when deleted is true. |
Query TicketMetrics in Zendesk.
SELECT * FROM TicketMetrics WHERE Id = '123' SELECT * FROM TicketMetrics WHERE TicketId = '123' SELECT * FROM TIcketMetrics WHERE TicketId IN (SELECT Id FROM Tickets)
To get the TicketIds of deleted tickets run this query:
GETDELETED FROM TicketMetrics
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.
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | False |
Automatically assigned. | |
TicketId [KEY] | Integer | False |
Tickets.Id |
The ID of the associated ticket. |
GroupStations | Integer | False |
Number of groups this ticket passed through. | |
AssigneeStations | Integer | False |
Number of assignees this ticket had. | |
Reopens | Integer | False |
Total number of times the ticket was reopened. | |
Replies | Integer | False |
Total number of times ticket was replied to. | |
AssigneeUpdatedAt | Datetime | False |
When the assignee last updated the ticket. | |
RequesterUpdatedAt | Datetime | False |
When the requester last updated the ticket. | |
StatusUpdatedAt | Datetime | False |
When the status was last updated. | |
InitiallyAssignedAt | Datetime | False |
When the ticket was initially assigned. | |
AssignedAt | Datetime | False |
When the ticket was last assigned. | |
SolvedAt | Datetime | False |
When the ticket was solved. | |
LatestCommentAddedAt | Datetime | False |
When the latest comment was added. | |
FirstResolutionTimeCalendar | Int | False |
Number of minutes to the first resolution time inside and out of business hours. | |
FirstResolutionTimeBusiness | Int | False |
Number of minutes to the first resolution time inside and out of business hours. | |
ReplyTimeCalendar | Int | False |
Number of minutes to the first reply inside and out of business hours. | |
ReplyTimeBusiness | Int | False |
Number of minutes to the first reply inside and out of business hours. | |
FullResolutionTimeCalendar | Int | False |
Number of minutes to the full resolution inside and out of business hours. | |
FullResolutionTimeBusiness | Int | False |
Number of minutes to the full resolution inside and out of business hours. | |
AgentWaitTimeCalendar | Int | False |
Number of minutes the agent spent waiting inside and out of business hours. | |
AgentWaitTimeBusiness | Int | False |
Number of minutes the agent spent waiting inside and out of business hours. | |
RequesterWaitTimeCalendar | Int | False |
Number of minutes the requester spent waiting inside and out of business hours. | |
RequesterWaitTimeBusiness | Int | False |
Number of minutes the requester spent waiting inside and out of business hours. | |
CreatedAt | Datetime | False |
When this record was created. | |
UpdatedAt | Datetime | False |
When this record last got updated. | |
Url | String | False |
The API url of this ticket metric. |
Create, update, delete, and query Tickets.
SELECT * FROM Tickets WHERE Id = '123' SELECT * FROM Tickets WHERE Id IN ('123', '456') SELECT * FROM Tickets WHERE UserId = '123' SELECT * FROM Tickets WHERE OrganizationId = '123' SELECT * FROM Tickets WHERE ViewId = '123'
The following ticket property keywords (columns/pseudo-columns) from the Search API are supported in the WHERE clause: created (CreatedAt), updated (UpdatedAt), due_date (DueAt), assignee, submitter, requester, via, subject, description, status, priority, ticket_type (Type), GroupId, GroupName, tags, commenter, cc, has_attachment.
The supported search operators are: =, <, >, <=, >=. For example:
SELECT * FROM Tickets WHERE CreatedAt = '2017-02-15' SELECT * FROM Tickets WHERE CreatedAt > '2017-02-15 10:15:00 AM' AND Status = 'open'
Other filters are processed client side within the Sync App. 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.
The Description or Comment fields are required to insert. Any other Custom Field of the ticket may be required to insert. Allowed for Agents.
INSERT INTO Tickets (Subject, Description) VALUES ('Sample Task', 'Details regarding the task.')
To insert multiple tickets, see Batch Processing for an example.
You must specify the Id of the ticket to update it. All fields that are not read-only (readonly="false" in the table) are optional. Allowed for Agents.
UPDATE Tickets SET Subject = 'updated', Status = 'Open' WHERE Id = '123'
You can create a new ticket comment by updating the ticket:
UPDATE Tickets SET Comment = 'this is a new comment' WHERE Id = '123'
To make the same change to multiple tickets, use the following SQL statement:
UPDATE Tickets SET Status = 'Open' WHERE Id IN ('123', '456')
To make different changes to multiple tickets, see Batch Processing for an example.
You must specify the Id of the ticket to delete it. Allowed for Admins.
DELETE FROM Tickets WHERE Id = '123'
You can delete many tickets simultaneously by providing their ids:
DELETE FROM Tickets WHERE Id IN ('123', '456')
You can also delete many tickets simultaneously by using Batch Processing.
To get the Ids of deleted tickets run this query:
GETDELETED FROM Tickets
To delete a ticket permanently use the DeleteTicketsPermanently stored procedure.
Name | Type | ReadOnly | References | Description |
Id [KEY] | Integer | False |
Automatically assigned when the ticket is created. | |
Subject | String | False |
The value of the subject field for this ticket. When used in WHERE clause: The text in the ticket's subject | |
RawSubject | String | False |
The dynamic content placeholder, if present, or the subject value, if not. | |
Description | String | False |
The first comment on the ticket. When used in WHERE clause: The text in the ticket's description and comments | |
Type | String | False |
The type of this ticket. Possible values: problem, incident, question or task. | |
Priority | String | False |
The urgency with which the ticket should be addressed. Possible values: urgent, high, normal, low. | |
Status | String | False |
The state of the ticket. Possible values: new, open, pending, hold, solved, closed. | |
Recipient | String | False |
The original recipient e-mail address of the ticket. | |
HasIncidents | Boolean | False |
Is true of this ticket has been marked as a problem, false otherwise. | |
DueAt | Datetime | False |
If this is a ticket of type task it has a due date. Due date format uses ISO 8601 format. | |
RequesterId | Long | False |
Users.Id |
The user who requested this ticket. |
SubmitterId | Long | False |
Users.Id |
The user who submitted the ticket. The submitter always becomes the author of the first comment on the ticket. |
AssigneeId | Long | False |
Users.Id |
The agent currently assigned to the ticket. |
OrganizationId | String | False |
The organization of the requester. You can only specify the ID of an organization associated with the requester. | |
GroupId | Long | False |
Groups.Id |
The ID of the group, to which the Ticket is assigned. |
CollaboratorIds | String | False |
The ids of users currently cc-ed on the ticket. | |
FollowerIds | String | False |
Agents currently following the ticket. | |
ForumTopicId | Long | False |
Topics.Id |
The topic this ticket originated from, if any. |
ProblemId | Integer | False |
Tickets.Id |
For tickets of type incident, the ID of the problem the incident is linked to. |
ExternalId | String | False |
An id you can use to link Zendesk Support tickets to local records. | |
FollowupIds | String | False |
Closed tickets only. The ids of the followups created from this ticket. | |
MacroIds | String | False |
POST requests only. List of macro IDs to be recorded in the ticket audit. | |
TicketFormId | Long | False |
TicketForms.Id |
Enterprise only. The id of the ticket form to render for the ticket. |
BrandId | Long | False |
Brands.Id |
Enterprise only. The id of the brand this ticket is associated with. |
Tags | String | False |
The array of tags applied to this ticket. | |
ViaChannel | String | False |
This tells you how the ticket or event was created. Examples: web, mobile, rule, system. | |
ViaSource | String | False |
The ticket's source. | |
SatisfactionRating | String | False |
The satisfaction rating of the ticket, if it exists, or the state of satisfaction, 'offered' or 'unoffered'. | |
SharingAgreementIds | String | False |
The ids of the sharing agreements used for this ticket. | |
AllowChannelback | Boolean | False |
Is false if channelback is disabled, true otherwise. Only applicable for channels framework ticket. | |
IsPublic | Boolean | False |
Is true if any comments are public, false otherwise. | |
CreatedAt | Datetime | False |
When this record was created. | |
UpdatedAt | Datetime | False |
When this record last got updated. | |
Url | String | False |
The API url of this ticket. | |
View_Id | Long | False |
Views.Id |
The view that tickets belong to. |
User_Id | Long | False |
Users.Id |
The user that tickets belong to. |
Assignee | String | False |
The assigned agent or other entity. You can specify 'none', 'me', user name (full name or partial), email address, user ID, or phone number | |
GroupName | String | False |
The name of the group, to which the Ticket is assigned. | |
Requester | String | False |
The ticket requester. You can specify 'none', 'me', user name (full name or partial), email address, user ID, or phone number. | |
Submitter | String | False |
The ticket submitter. This may be different than the requester if the ticket was submitted by an agent on behalf of the requester. You can specify 'none', 'me', user name (full name or partial), email address, user ID, or phone number. . | |
Brand | String | False |
Search for a specific Brand on a ticket. | |
Commenter | String | False |
People who have added comments to tickets. You can specify 'none', 'me', user name (full name or partial), email address, user ID, or phone number. | |
Cc | String | False |
People who have been CC'd on tickets. You can specify 'none', 'me', user name (full name or partial), email address, user ID, or phone number. | |
HasAttachment | Boolean | False |
Search for all tickets with or without attachments using 'true' or 'false'. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
Via | String |
The ticket's source, which can be any of the following:mail, api, phone, etc. |
ViaFollowupSourceId | String |
POST requests only. The id of a closed ticket when creating a follow-up ticket.. |
Solved | Date |
The date the ticket was set to solved. |
Comment | String |
Used to create a comment on the ticket, when creating or updating a ticket.. |
IsPublicComment | Boolean |
Used when creating a comment on the ticket. Set this to true to add a public comment and false to add an internal note. |
TicketComments | String |
Ticket comments object. |
ReferenceNumber | String |
Reference number which can be use while doing temp table insertion. |
Create and Query the TicketSkips in Zendesk. A skip is a record of when an agent skips over a ticket without responding to the end user. Skips are typically recorded while a play-only agent is in Guided mode.
SELECT * FROM TicketSkips SELECT * FROM TicketSkips WHERE UserId = '10478855687068' SELECT * FROM TicketSkips WHERE TicketId = '21'
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.
The TicketId and Reason fields are required to insert. Allowed for Agents.
INSERT INTO TicketSkips (TicketId, Reason) VALUES ('22', 'This is the skipped ticket.')
To get the TicketIds of deleted tickets run this query:
GETDELETED FROM TicketSkips
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned upon creation. | |
TicketId | Integer | False |
Tickets.Id |
ID of the skipped ticket. |
UserId | Long | True |
Users.Id |
ID of the skipping agent. |
Ticket | String | True |
The skipped ticket object. | |
Reason | String | False |
Reason for skipping the ticket. | |
CreatedAt | Datetime | True |
Time the skip was created. | |
UpdatedAt | Datetime | True |
Time the skip was last updated. |
The Collaborator id of users currently CC'ed on the ticket.
Name | Type | ReadOnly | References | Description |
Id [KEY] | Integer | False |
Tickets.Id |
Automatically assigned when the ticket is created. |
CollaboratorId [KEY] | Long | False |
The ids of users currently cc-ed on the ticket. |
The satisfaction rating of the ticket, if it exists, or the state of satisfaction.
Name | Type | ReadOnly | References | Description |
Id [KEY] | Integer | False |
Tickets.Id |
Automatically assigned when the ticket is created. |
SatisfactionRatingComment | String | False |
Comment of satisfaction rating for the ticket. | |
SatisfactionRatingId | Long | False |
Id of satisfaction rating for the ticket.. | |
SatisfactionRatingScore | String | False |
Score of satisfaction rating for the ticket.. |
The sharing agreements used for ticket.
Name | Type | ReadOnly | References | Description |
Id [KEY] | Integer | False |
Tickets.Id |
Automatically assigned when the ticket is created. |
SharingAgreementId [KEY] | Long | False |
The ids of the sharing agreements used for this ticket. |
The tags applied to the ticket
Name | Type | ReadOnly | References | Description |
Id [KEY] | Integer | False |
Tickets.Id |
Automatically assigned when the ticket is created. |
Tag [KEY] | String | False |
The array of tags applied to this ticket. |
List ViaSources for the Ticket.
Name | Type | ReadOnly | References | Description |
Id [KEY] | Integer | False |
Tickets.Id |
Automatically assigned when the ticket is created. |
ViaSourceFrom | String | False |
The ticket's source via from. | |
ViaSourceRel [KEY] | String | False |
The ticket's source via relation. | |
ViaSourceTo | String | False |
The ticket's source via to. |
Queries, Inserts, Updates, and Deletes Topics in Zendesk.
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | False |
Automatically assigned when the topic is created. | |
Url | String | False |
The API URL of the topic. | |
HtmlUrl | String | False |
The community URL of the topic. | |
Name | String | False |
The name of the topic. | |
Description | String | False |
The description of the topic. By default an empty string. | |
Position | Integer | False |
The position of the topic relative to other topics in the community. | |
FollowerCount | Integer | False |
The number of users following the topic. | |
ManageableBy | String | False |
The set of users who can manage this topic. 使用できる値は次のとおりです。staff, managers | |
UserSegmentId | Long | False |
The Id of the user segment to which this topic belongs. | |
CreatedAt | Datetime | False |
When the topic was created. | |
UpdatedAt | Datetime | False |
When the topic was last updated. |
Create, Update, Delete and Query the Translations in Zendesk.
Lists all translations for a given article, section, or category.
SELECT * FROM Translations WHERE ArticleId = '19206609899793' SELECT * FROM Translations WHERE ArticleId = '19206609899793' AND Locale = 'en-us' SELECT * FROM Translations WHERE SectionId = '19206579484689' SELECT * FROM Translations WHERE SectionId = '19206609899793' AND Locale = 'en-us' SELECT * FROM Translations WHERE CategoryId = '19206609899793' SELECT * FROM Translations WHERE CategoryId = '19206609899793' AND Locale = 'en-us'
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.
To create a translation for a given source i.e. article, section, or category, the affiliated id of the source, Locale and Title fields are required. Any locale that you specify must be enabled for the current Help Center. The locale must also be different from that of any existing translation associated with the source object. Allowed for Help Center Managers and Agents(article translations only)
INSERT INTO Translations (ArticleId, Locale, Title) VALUES (19206609899793, 'hr', 'Article Transalation')
INSERT INTO Translations (SectionId, Locale, Title) VALUES (19206579484689, 'hr', 'Section Transalation')
INSERT INTO Translations (CategoryId, Locale, Title) VALUES (19206609883537, 'hr', 'Category Transalation')
You must specify the affiliated id of the source and Locale for update. Allowed for Agents (only articles).
UPDATE Translations SET Title = 'Updated Article Translation' WHERE ArticleId = '19206609899793' AND Locale = 'hr'
UPDATE Translations SET Title = 'Section_Title_Updated' WHERE SectionId = '19206579484689' AND Locale = 'hr'
UPDATE Translations SET Title = 'Categoris Title' WHERE CategoryId = '19206609883537' AND Locale = 'hr'
You must specify the Id of the Translation to delete it. Allowed for agents.
DELETE FROM Translations WHERE Id = '19207534349457'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when a translation is created. | |
CreatedById | Long | True |
The id of the user who created the translation. | |
UpdatedById | Long | True |
The id of the user who last updated the translation. | |
SourceId | Long | True |
The id of the item that has this translation. | |
Title | String | False |
The title of the translation. | |
Body | String | False |
HTML body of the translation. Empty by default. | |
Draft | Boolean | False |
True if the translation is a draft; false otherwise. False by default. | |
HtmlUrl | String | True |
The url of the translation in Help Center. | |
Locale | String | False |
The locale of the translation. | |
Outdated | Boolean | False |
True if the translation is outdated; false otherwise. False by default. | |
SourceType | String | True |
The type of the item that has this translation. Can be article, section, or category. | |
Url | String | True |
The API url of the translation. | |
CreatedAt | Datetime | True |
The time at which the translation was created. | |
UpdatedAt | Datetime | True |
The time at which the translation was last updated. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
ArticleId | Long |
Id of the associated article. |
SectionId | Long |
Id of the associated section. |
CategoryId | Long |
Id of the associated category. |
Create, update, delete, and query Trigger Categories in Zendesk.
SELECT * FROM TriggerCategories SELECT * FROM TriggerCategories WHERE Id = '10498753811996'
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.
The Name field is required to insert.
INSERT INTO TriggerCategories (Name, Position) VALUES ('Test CData', 2)
You must specify the Id of the TriggerCategory to update. All fields that are not readonly (readonly="false" in the table) are optional.
UPDATE TriggerCategories SET Name = 'Updated Test' WHERE Id = '10498983125788'
You must specify the Id of the TriggerCategory to delete it.
DELETE FROM TriggerCategories WHERE Id = '10498983125788'
Name | Type | ReadOnly | References | Description |
Id [KEY] | String | True |
Automatically assigned when creating trigger categories. | |
Name | String | False |
The name of the trigger category. | |
Position | Integer | False |
The position of the trigger category. | |
CreatedAt | Datetime | True |
The time at which the trigger category was created. | |
UpdatedAt | Datetime | True |
The time at which the trigger category was last updated. |
Create, update, delete, and query Triggers in Zendesk.
SELECT * FROM Triggers WHERE Id = '123' SELECT * FROM Triggers WHERE Active = true SELECT * FROM Triggers ORDER BY Position SELECT * FROM Triggers ORDER BY CreatedAt SELECT * FROM Triggers ORDER BY UpdatedAt
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.
The Title, ConditionsAll, and Actions fields are required to insert. Allowed for agents.
INSERT INTO Triggers (Title, ConditionsAll, Actions) VALUES ('Roger Wilco', '[{ \"field\": \"status\", \"operator\": \"is\", \"value\": \"open\" }, { \"field\": \"priority\", \"operator\": \"less_than\", \"value\": \"high\" }]', '[{ \"field\": \"group_id\", \"value\": \"20455932\" }]')
You must specify the Id of the automation to update. Title is required. Updating an action updates the containing array, clearing the other actions. Include all your actions when updating any action. Allowed for agents.
UPDATE Triggers SET Title = 'Roger Wilco III' WHERE Id = '123'
You must specify the Id of the automation to delete it. Allowed for agents.
DELETE FROM Triggers WHERE Id = '123'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when created. | |
Title | String | False |
The title of the trigger. | |
Active | Boolean | False |
Whether the trigger is active. | |
Position | Integer | False |
Position of the trigger, determines the order they will execute in. | |
ConditionsAll | String | False |
An object that describes the conditions under which the trigger will execute. | |
ConditionsAny | String | False |
An object that describes the conditions under which the trigger will execute. | |
Actions | String | False |
An object describing what the trigger will do. | |
Description | String | False |
The description of the trigger. | |
CreatedAt | Datetime | True |
The time the trigger was created. | |
UpdatedAt | Datetime | True |
The time of the last update of the trigger. |
Create, update, delete, and query User Fields.
SELECT * FROM UserFields WHERE Id = '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.
The Type, Title, and Key fields are required to insert. Types of custom fields that can be created are: text (default when no Type is specified), textarea, checkbox, tagger (dropdown), date, integer, decimal, regex. When Type is regex, RegexpForValidation is also required. When Type is tagger, CustomFieldOptions is also required. Allowed for admins.
Understand the following behavior when creating a dropdown field:
To create a new option, pass a null Id along with name and value.
INSERT INTO UserFields (Type, Title, Key) VALUES ('text', 'Support description', 'support_description') INSERT INTO UserFields (Type, Title, Key, RegexpForValidation) VALUES ('regexp', 'TestRegExp', 'test_regexp', '\\b([0-9]{4})-(1[0-2]|0?[1-9])-(3[0-1]|[1-2][0-9]|0?[1-9])\\b') INSERT INTO UserFields (Type, Title, Key, CustomFieldOptions) VALUES ('tagger', 'TestDropdown', 'test_dropdown', '[{"id": null, "name": "Option 1", "value": "option_1"}, {"id": null, "name": "Option 2", "value": "option_2"}, {"id": null, "name": "Option 3", "value": "option_3"}]')
You can also create a Lookup Relationships. A lookup relationship field is a custom field whose type is "lookup". This type of custom field gives you the ability to create a relationship from a source object to a target object. To create a lookup relationship fields, Type, Key and RelationshipTargetType columns are required. The Type column value must be "lookup". A suitable combination of Field, Operator and Value is required for insertion in RelationshipFilterAll and RelationshipFilterAny. Here is a list of the possible combinations: "https://developer.zendesk.com/documentation/ticketing/reference-guides/conditions-reference/#shared-conditions".
INSERT INTO UserFieldsRelationshipFilterAll#temp(Field, Operator, Value) VALUES('status', 'less_than', 'solved') INSERT INTO UserFieldsRelationshipFilterAny#temp(Field, Operator, Value) VALUES('status', 'less_than', 'solved') INSERT INTO UserFields (Type, Title, Key, RelationshipTargetType, RelationshipFilterAll, RelationshipFilterAny) VALUES ('lookup', 'Support description', 'support_description5', 'zen:ticket', 'UserFieldsRelationshipFilterAll#temp', 'UserFieldsRelationshipFilterAny#temp')
You must specify the Id of the ticket field to update. All fields that are not readonly (readonly="false" in the table) are optional. Allowed for admins.
Understand the following behavior when updating a dropdown field:
UPDATE UserFields SET Title = 'Support description' WHERE Id = '123'
For ticket fields of type tagger (dropdown) use the CustomFieldOptions column to update the options. For type regexp use RegexpForValidation to update the regular expression.
You must specify the Id of the user field to delete it. Allowed for admins.
DELETE FROM UserFields WHERE Id = '123'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned upon creation. | |
Key | String | False |
A unique key that identifies this custom field. Required on create.This is used for updating the field and referencing in placeholders.After a field is created, you cannot change its key. | |
Type | String | False |
Type of the custom field: checkbox, date, decimal, dropdown, integer, regexp, text, or textarea.After a field is created, you cannot change its type | |
Title | String | False |
The title of the custom field. | |
RawTitle | String | False |
The dynamic content placeholder, if present, or the title value, if not. | |
Description | String | False |
User-defined description of this field's purpose. | |
RawDescription | String | False |
The dynamic content placeholder, if present, or the description value, if not. | |
Position | Integer | False |
Ordering of the field relative to other fields. | |
Active | Boolean | False |
If true, this field is available for use. | |
System | Boolean | True |
If true, only active and position values of this field can be changed. | |
RegexpForValidation | String | False |
Regular expression field only. The validation pattern for a field value to be deemed valid. | |
CreatedAt | Datetime | True |
The time the ticket field was created. | |
UpdatedAt | Datetime | True |
The time of the last update of the ticket field. | |
Tag | String | False |
Optional for custom field of type checkbox; not presented otherwise. | |
CustomFieldOptions | String | False |
Required and presented for a custom field of type dropdown. | |
Url | String | True |
The URL for this resource. | |
RelationshipTargetType | String | False |
A representation of what type of object the field references. Options are zen:user, zen:organization, zen:ticket, and zen:custom_object:CUSTOM_OBJECT_KEY. For example: zen:custom_object:apartment. | |
RelationshipFilterAll | String | False |
A filter definition that allows your autocomplete to filter down results with Logical AND. | |
RelationshipFilterAny | String | False |
A filter definition that allows your autocomplete to filter down results with Logical OR. |
Creates, updates, deletes, and queries User Identities.
SELECT * FROM UserIdentities WHERE UserId = '123' SELECT * FROM UserIdentities WHERE UserId = '123' AND Id = '345'You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any search criteria that refers to other columns will cause an error.
The Type, Value, and UserId fields are required to insert. Allowed for agents.
INSERT INTO UserIdentities (Type, Value, UserId) VALUES ('email', '[email protected]', '123')
You must specify the Id of the identity and UserId to update. Allowed for agents. Update allows you to do the following:
Set the specified identity as verified (but you cannot unverify a verified identity). Note: Primary should be true.
UPDATE UserIdentities SET Verified = true WHERE UserId = '123' AND Id = '456'
Update the value of the specified identity:
UPDATE UserIdentities SET Value = '[email protected]' WHERE UserId = '123' AND Id = '456'
You must specify the Id of the identity and UserId to delete an user identity. Users must have at least one identity after deletion. Allowed for agents.
DELETE FROM UserIdentities WHERE UserId = '123' AND Id = '456'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned on creation. | |
UserId [KEY] | Long | False |
Users.Id |
The Id of the user. |
Type | String | False |
One of email, twitter, facebook, google, or phone_number. | |
Value | String | False |
The identifier for this identity, such as an email address. | |
Verified | Boolean | False |
If the identity has been verified. | |
Primary | Boolean | True |
If the identity is the primary identity. Writable only when creating, not when updating. | |
CreatedAt | Datetime | True |
The time the ticket field was created. | |
UpdatedAt | Datetime | True |
The time of the last update of the ticket field. | |
UndeliverableCount | Integer | True |
The time of the last update of the ticket field. | |
DeliverableState | String | True |
The time of the last update of the ticket field. | |
Url | String | True |
The URL for this resource. |
Create, update, delete, and query Users in Zendesk.
SELECT * FROM Users WHERE Id = '123' SELECT * FROM Users WHERE Id IN ('123', '456') SELECT * FROM Users WHERE GroupId = '123' SELECT * FROM Users WHERE OrganizationId = '123' SELECT * FROM Users WHERE Role = 'agent' SELECT * FROM Users WHERE PermissionSet = 'roleid'
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.
The Name field is required to insert. Allowed for agents, with restrictions on certain actions.
INSERT INTO Users (Name, Email) VALUES ('Roger Wilco', '[email protected]')
To insert multiple users, see Batch Processing for an example.
If you need to create agents with a specific role, the Role parameter only accepts three possible values: "end-user", "agent", and "admin". Therefore, set the Role to "agent" as well as add a new parameter called "custom_role_id" and give it the actual desired role Id from your Zendesk Support account. This applies to the built-in "light-agent" role of Zendesk Support as well.
INSERT INTO Users (Name, Email, Role, CustomRoleId) VALUES ('Roger Wilco', '[email protected]', 'agent', '123456')
The user can also be added to a named organization.
INSERT INTO Users (Name, Email, Organization) VALUES ('Roger Wilco', '[email protected]', 'VIP Customers')
You must specify the Id of the user to update. All fields that are not readonly (readonly="false" in the table) are optional. Allowed for agents, with restrictions on certain actions. Agents can only update end users. Administrators can update end users, agents, and administrators.
UPDATE Users SET Name = 'Roger Wilco II' WHERE Id = '123'
To make the same change to multiple users, use the following SQL statement:
UPDATE Users SET OrganizationId = '1' WHERE Id IN ('123', '456')
To make different changes to multiple users, see Batch Processing for an example.
You must specify the Id of the user to delete it. Allowed for agents, with restrictions on certain actions.
DELETE FROM Users WHERE Id = '123'
You can delete many tickets simultaneously by providing their Ids:
DELETE FROM Users WHERE Id IN ('123', '456')
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when the ticket is created. | |
String | False |
The primary email address of the user. Writeable on create only. On update, a secondary email is added. | ||
Name | String | False |
The name of the user. | |
Role | String | False |
The role of the user. Possible values are end-user, agent, or admin. | |
Active | Boolean | True |
False if the user has been deleted. | |
OrganizationId | Long | False |
The id of the organization the user is associated with. | |
Alias | String | False |
An alias displayed to end users. | |
Verified | Boolean | False |
If the identity of the user has been verified or not. | |
ChatOnly | Boolean | True |
Whether or not the user is a chat-only agent. | |
CreatedAt | Datetime | True |
The time the user was created. | |
UpdatedAt | Datetime | True |
The time the user was last updated. | |
CustomRoleId | Long | False |
A custom role if the user is an agent on the Enterprise plan. | |
RoleType | String | True |
The role id of the user. 0 for custom agents, 1 for light agent and 2 for chat agent. | |
DefaultGroupId | Long | False |
The id of the default group of the user. Can only be set on create, not on update. | |
Details | String | False |
Any details you want to store about the user, such as an address. | |
ExternalId | Long | False |
A unique identifier from another system. | |
LastLoginAt | Datetime | True |
The last time the user signed in to Zendesk Support. | |
Locale | String | True |
The locale of the user. | |
LocaleId | Long | False |
The language identifier of the user. | |
Moderator | Boolean | False |
Designates whether the user has forum moderation capabilities. | |
Notes | String | False |
Any notes you want to store about the user. | |
OnlyPrivateComments | Boolean | False |
True if the user can only create private comments. | |
Phone | String | False |
The primary phone number of the user. | |
Photo | String | True |
photo attachment. | |
PhotoThumbnails | String | True |
photo thumbnails. | |
PhotoInline | Boolean | True |
If true, the attachment is excluded from the attachment list and the attachment's URL can be referenced within the comment of a ticket. Default is false. | |
RestrictedAgent | Boolean | False |
If the agent has any restrictions; false for admins and unrestricted agents, true for other agents. | |
Shared | Boolean | True |
If the user is shared from a different Zendesk Support instance. Ticket sharing accounts only. | |
SharedAgent | Boolean | True |
If the user is a shared agent from a different Zendesk Support instance. Ticket sharing accounts only. | |
Signature | String | False |
The signature of the user. Only agents and admins can have signatures. | |
Suspended | Boolean | False |
If the agent is suspended. Tickets from suspended users are also suspended, and these users cannot sign in to the end user portal. | |
Tags | String | False |
The tags of the user. Only present if your account has user tagging enabled. | |
TicketRestriction | String | False |
Specifies which tickets the user has access to. Possible values are: organization, groups, assigned, requested, null. | |
TimeZone | String | False |
The time zone of the user. | |
TwoFactorAuthEnabled | Boolean | True |
If two factor authentication is enabled. | |
Url | String | False |
The API url of the user. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
GroupName | String | |
Organization | String |
The name of the organization the user is associated with. |
GroupId | String |
The name of the group the user belongs to. |
PermissionSet | String |
Used for custom roles in the Enterprise plan. You can only filter by one role id per request. |
Create, Update, Delete and Query the User Segments in Zendesk. A user segment defines who can view the content of a section or topic.
SELECT * FROM UserSegments SELECT * FROM UserSegments WHERE Id = '19236906991121' SELECT * FROM UserSegments WHERE UserId = '19128124956177'
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.
The Name and UserType columns are required to insert. All fields that are not readonly (readonly="false" in the table) are optional for insert. Allowed for Help Center managers.
INSERT INTO UserSegments (Name, OrTags, UserType, GroupIds, Tags) VALUES ('Test', 'abcd', 'staff', '19236839815825;19236761830161', 'vip;test')
You must specify the Id of the UserSegment to update. All fields that are not readonly (readonly="false" in the table) are optional for insert. Allowed for Help Center managers.
UPDATE UserSegments SET Name = 'UpdatedName' WHERE Id = '19236906991121'
You must specify the Id of the UserSegment to delete it. Allowed for Help Center managers.
DELETE FROM UserSegments WHERE Id = '19236906991121'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when the user segment is created. | |
BuiltIn | Boolean | True |
Whether the user segment is built-in. Built-in user segments cannot be modified. | |
Name | String | False |
User segment name (localized to the locale of the current user for built-in user segments). | |
OrTags | String | False |
A user must have at least one tag in the list to have access. For insertion and updation provide these values separated by semicolon. | |
GroupIds | String | False |
The ids of the groups that have access. For insertion and updation provide these values separated by semicolon. | |
OrganizationIds | String | False |
The ids of the organizations that have access. For insertion and updation provide these values separated by semicolon. | |
Tags | String | False |
All the tags a user must have to have access. For insertion and updation provide these values separated by semicolon. | |
UserType | String | False |
The set of users who can view content. The UserType can be 'signed_in_users' for only authenticated users and 'staff' for only agents and Help Center managers. | |
CreatedAt | Datetime | True |
When the user segment was created. | |
UpdatedAt | Datetime | True |
When the user segment was last updated. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
UserId | Long |
Id of the User. |
Create, Update, Delete and Query Views in Zendesk.
The following queries are processed server side while other filters are processed client side by the Sync App. Allowed for agents.
SELECT * FROM Views WHERE Id = '123' SELECT * FROM Views WHERE GroupId = '123' SELECT * FROM Views WHERE Access = 'Shared' SELECT * FROM Views WHERE Active = true SELECT * FROM Views ORDER BY CreatedAt SELECT * FROM Views ORDER BY UpdatedAt SELECT * FROM Views WHERE Id in (18578482641937, 18578439448081)
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.
The Columns Title and ConditionsAll are required to insert. A suitable combination of Field, Operator and Value is required for insertion in ConditionsAll and ConditionsAny. Here is a list of the possible combinations: "https://developer.zendesk.com/documentation/ticketing/reference-guides/conditions-reference/". Allowed for agents.
INSERT INTO ViewsConditionsAll#temp(Field, Operator, Value) VALUES('status', 'less_than', 'solved') INSERT INTO ViewsConditionsAny#temp(Field, Operator, Value) VALUES('assignee_id', 'is', '18211830670225') INSERT INTO Views(Title,ConditionsAll, ConditionsAny, ExecutionColumns, ExecutionGroupBy, ExecutionGroupOrder, ExecutionSortBy, ExecutionSortOrder) VALUES('Test title', 'ViewsConditionsAll#temp', 'ViewsConditionsAny#temp', 'status;requester;asignee', 'asignee', 'desc', 'status', 'desc')
You must specify the Id of the View to update it. ConditionsAll and ConditionsAny aggregate columns support duplicate values in the object, so in order to update these fields, you must specifty the whole aggregate object. All fields that are not readonly (readonly="false" in the table) are optional. Allowed for agents.
INSERT INTO ViewsConditionsAll#temp(Field, Operator, Value) VALUES('status', 'less_than', 'solved') INSERT INTO ViewsConditionsAny#temp(Field, Operator, Value) VALUES('assignee_id', 'is', '18211830670225') UPDATE Views SET Title='Updated Title', ConditionsAll='ViewsConditionsAll#temp', ConditionsAny='ViewsConditionsAny#temp' WHERE Id='18551415691665'
To update multiple Views.
INSERT INTO Views#temp(Id, Position) VALUES(18578482641937, 5) INSERT INTO Views#temp(Id, Position) VALUES(18578439448081, 6) UPDATE VIEWS(Id, Position) Select Id, Position FROM Views#temp
You must specify the Id of the view to delete it. Allowed for agents.
DELETE FROM Views WHERE Id = '123'
To delete multiple Views.
INSERT INTO Views#temp(Id) VALUES(18578482641937) INSERT INTO Views#temp(Id) VALUES(18578439448081) DELETE FROM Views WHERE EXISTS Select Id FROM Views#temp
Note: There is a limitation on the API side in the case of Bulk Update and Bulk Delete. When you try to update or delete multiple records with at least one invalid Id, the API will throw a 404 not found exception. Due to this limitation, the LastResultInfo#temp for this table shows an empty resultset.
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when the ticket is created. | |
Title | String | False |
The title of the view. | |
Active | Boolean | False |
Useful for determining if the view should be displayed. | |
SlaId | Long | False |
SlaPolicies.Id |
If the view is for an SLA, shows the id. |
RestrictionId | Long | True |
The id of the restricion (who may access this account. Will be null when everyone in the account can access it). | |
RestrictionType | String | False |
The type of the restricion (who may access this account. Will be null when everyone in the account can access it). | |
RestrictionIds | String | False |
The numeric IDs of a single or more groups. Recommended for 'Group' type. | |
Position | Integer | False |
The position of the view. | |
ExecutionGroupBy | String | False |
Group the tickets by a column in the View columns table. The subject and submitter columns are not supported. | |
ExecutionGroupOrder | String | False |
Group the tickets by a column in the View columns table either by specifying asc or desc. | |
ExecutionSortBy | String | False |
Sort the tickets by a column in the View columns table. The subject and submitter columns are not supported. | |
ExecutionSortOrder | String | False |
Sort the tickets by a column in the View columns table either by specifying asc or desc. | |
ExecutionGroup | String | False |
When present, the structure indicating how the tickets are grouped. | |
ExecutionSort | String | False |
The column structure of the field used for sorting. | |
ExecutionColumns | String | False |
The ticket fields to display. For Insert, give the list of value separated by semi-colon. | |
ExecutionFields | String | False |
Execution is an object describing how the view should be executed. | |
ExecutionCustomFields | String | False |
Execution is an object describing how the view should be executed. | |
ConditionsAll | String | False |
Logical AND. Tickets must fulfill all of the conditions to be considered matching.Conditions is an object describing how the view is constructed. | |
ConditionsAny | String | False |
Logical OR. Tickets may satisfy any of the conditions to be considered matching.Conditions is an object describing how the view is constructed. | |
CreatedAt | Datetime | True |
The time the view was created. | |
UpdatedAt | Datetime | True |
The time of the last update of the view. | |
Access | String | False |
Only views with given access. May be personal, shared, or account | |
GroupId | Long | False |
Groups.Id |
The group id the view belongs to. Used to query the table |
Default | Boolean | False |
If true, the view is a default view. | |
Description | String | False |
The description of the view. | |
RawTitle | String | False |
The raw title of the view. | |
Url | String | True |
Url. |
Create, Delete and Query the Votes in Zendesk. Votes represents positive and negative opinions of users about articles, article comments, posts or post comments.
SELECT * FROM Votes WHERE UserId = '19128124956177' SELECT * FROM Votes WHERE ArticleId = '19206579478289' SELECT * FROM Votes WHERE Locale = 'en-us' AND ArticleId = '19206579478289' SELECT * FROM Votes WHERE ArticleId = '19206579478289' AND CommentId = '19244072685969' SELECT * FROM Votes WHERE Locale = 'en-us' AND ArticleId = '19206579478289' AND CommentId = '19244072685969' SELECT * FROM Votes WHERE PostId = '19206579516945' SELECT * FROM Votes WHERE PostId = '19206579516945' AND CommentId = '19244379733521'
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.
The Value field is required to insert. Allowed for End-users.
To create an vote for a given Article:
INSERT INTO Votes (ArticleId, Value) VALUES ('19206579478289', 1)
To create an vote for a given Article comment:
INSERT INTO Votes (ArticleId, CommentId, Value) VALUES ('19206579478289', '19244072685969', 1)
To create an vote for a given Post:
INSERT INTO Votes (PostId, Value) VALUES ('19206579516945', -1)
To create an vote for a given Post Comment:
INSERT INTO Votes (PostId, CommentId, Value) VALUES ('19206579516945', '19244379733521', -1)
You must specify the Id of the Vote to delete it. Allowed for Agents and End-users.
DELETE FROM Votes WHERE Id = '19243214837905'
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
Automatically assigned when the vote is created. | |
UserId | Long | True |
Users.Id |
The id of the user who cast this vote. |
ItemId | Long | True |
The id of the item for which this vote was cast. | |
ItemType | String | True |
The type of the item. Can be Article, Comment, Post or PostComment. | |
Value | Integer | False |
The value of the vote. Specify 1 for up and -1 for down. 使用できる値は次のとおりです。1, -1 | |
Url | String | True |
The ids of user segments that have edit privileges. For insertion and updation provide these values separated by semicolon. | |
CreatedAt | Datetime | True |
The time at which the vote was created. | |
UpdatedAt | Datetime | True |
The time at which the vote was last updated. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
Locale | String |
The locale value. |
ArticleId | Long |
The Id of the Article. |
CommentId | Long |
The Id of the Article Comment or Post Comment. |
PostId | Long |
The Id of the Post. |
ビューは、データを示すという点でテーブルに似ていますが、ビューは読み取り専用です。
クエリは、ビューに対して通常のテーブルと同様に実行することができます。
Name | Description |
ActivityStream | Query ActivityStreams in Zendesk. |
AppLocations | Query AppLocations in Zendesk. |
Attachments | Show ticket attachments in Zendesk. |
Calls | A complete list of information on inbound and outbound calls from your Zendesk Talk instance |
Collaborators | Query Collaborators in Zendesk. |
CustomObjectField | The view specifies all the attributes of a custom object property. |
JobStatus | A status record is created when somebody kicks off a job such as updating multiple tickets. You can access the job status data for an hour after a particular job is created, after which the data is no longer available. |
Locales | Query Locales in Zendesk. |
MonitoredTwitterHandles | Query Monitored Twitter handles in Zendesk. |
OrganizationFieldsRelationshipFilterAll | Query OrganizationFields RelationshipFilterAll Filter with Logical AND. |
OrganizationFieldsRelationshipFilterAny | Query OrganizationFields RelationshipFilterAny Filter with Logical OR. |
Requests | Query Requests in Zendesk. |
Requests_Collaborators | The Collaborator ids of users currently CC'ed on the ticket. |
SatisfactionReasons | Query the Satisfaction Reasons in Zendesk. |
SideConversationEvents | Query Side Conversations events in Zendesk. The messages that make up a side conversation are recorded as events. |
SideConversationEventsMessage | Query Side Conversations events message in Zendesk. |
SideConversationEventsMessageTo | Query the list of participants, the message was sent to. |
SideConversationParticipants | Query Side Conversation Participants in Zendesk. |
SlaPoliciesFilterAll | Query SlaPolicies Filter with Logical AND. |
SlaPoliciesFilterAny | Query SlaPolicies Filter with Logical OR. |
SlaPoliciesMetrics | Query SlaPoliciesMetrics that describes the metric targets for each value of the priority field. |
TicketFieldsRelationshipFilterAll | Query TicketFields RelationshipFilterAll Filter with Logical AND. |
TicketFieldsRelationshipFilterAny | Query TicketFields RelationshipFilterAny Filter with Logical OR. |
UserFieldsRelationshipFilterAll | Query UserFields RelationshipFilterAll Filter with Logical AND. |
UserFieldsRelationshipFilterAny | Query UserFields RelationshipFilterAny Filter with Logical OR. |
UserRelatedInformation | Query UserRelatedInformation in Zendesk. |
UserSubscriptions | Query the user subscriptions in Zendesk. |
ViewsConditionsAll | Query Views Conditions with Logical AND. |
ViewsConditionsAny | Query Views Conditions with Logical OR. |
Query ActivityStreams in Zendesk.
SELECT * FROM ActivityStream WHERE Id = '123' SELECT * FROM ActivityStream WHERE Since = '2017-02-15 10:15:25'
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.
Name | Type | References | Description |
Id [KEY] | Long | Automatically assigned upon creation. | |
Title | String | Description of this activity. | |
Verb | String | The type of activity. Can be tickets.assignment, tickets.comment, or tickets.priority_increase. | |
UserId | Long |
Users.Id | The user this activity pertains to. |
ActorId | Long |
Users.Id | The user this activity pertains to. |
CreatedAt | Datetime | When this locale was created. | |
UpdatedAt | Datetime | When this locale last got updated. | |
Url | String | The API url of this activity. |
Query AppLocations in Zendesk.
SELECT * FROM AppLocations WHERE Id = '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.
Name | Type | References | Description |
Id [KEY] | Long | Internal location ID. | |
Name | String | The unique location key. | |
ProductCode | Integer | Internal product ID. | |
HostApplication | String | The unique host application key. | |
Orderable | Boolean | True if reordering has any effect. |
Show ticket attachments in Zendesk.
SELECT * FROM Attachments WHERE TicketId = '123' SELECT * FROM Attachments WHERE AttachmentId = '123'
You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any search criteria that refers to other columns will cause an error.
Name | Type | References | Description |
AttachmentId [KEY] | Long | Automatically assigned when the ticket is created. | |
TicketId | Integer |
Tickets.Id | The id of the ticket the comment belongs to. |
CommentId | Long | The id of the comment the attachment belongs to. | |
FileName | String | The name of the form. | |
ContentUrl | String | A full URL where the attachment image file can be downloaded. | |
ContentType | String | The content type of the image. | |
Size | Integer | The size of the image file in bytes. | |
Inline | Boolean | If true, the attachment is excluded from the attachment list and the attachment's URL can be referenced within the comment of a ticket. Default is false. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description | |
UpdatedAt | Datetime | The time of the attachment was updated. |
A complete list of information on inbound and outbound calls from your Zendesk Talk instance
The Sync App will use the Zendesk API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the Sync App.
For example, the following queries are processed server side.
SELECT * FROM Calls WHERE starttime = '2022-09-01'
Name | Type | References | Description |
Id | Long | Call id | |
AgentId | Long | The id of the first agent who picked up the call | |
CallCharge | String | Total charge for the call. String representation of a decimal number with six decimal places. | |
CallGroupId | Long | The id number of the group the call was last placed in before completion. | |
CallRecordingConsent | String | Call recording consent value configured for the phone number. Allowed values are always, opt_in, opt_out or never | |
CallRecordingConsentAction | String | Call recording consent option selected by the caller. Allowed values are caller_opted_in, caller_opted_out or null | |
CallRecordingConsentKeypress | String | Keypress the caller chose to give their call recording consent option. Allowed values are 3 or null | |
Callback | Boolean | True if the call was initiated by a callback request from the customer | |
CallbackSource | String | The source of the callback request. Allowed values are null, queue or web_widget | |
CompletionStatus | String | Status of the call. Allowed values are completed, abandoned_in_queue, abandoned_in_ivr, abandoned_in_voicemail, abandoned_on_hold or pending_voicemail | |
ConsultationTime | String | Sum of how long in seconds agents consulted with each other while the customer was on hold | |
CreatedAt | Datetime | When the call object was created | |
CustomerId | Long | Customer Id | |
CustomerRequestedVoicemail | Boolean | The customer requested to be directed to voicemail instead of waiting for an agent to answer | |
DefaultGroup | Boolean | The call was answered by an agent who is a member of the calls default group, if group routing is used | |
Direction | String | Inbound or outbound. The agent or customer who initialized the call | |
Duration | Integer | Call duration in seconds | |
ExceededQueueWaitTime | Boolean | The customer exceeded the maximum queue wait time and did not speak with an agent | |
HoldTime | Integer | Sum of how long in seconds the customer was placed on hold by an agent(s) | |
IvrAction | String | Menu action that was used by the caller in the IVR menu selection. Possible values: null (if IVR is not used), menu, voicemail, group, phone_number, textback, invalid (returned for an invalid keypress) | |
IvrDestinationGroupName | String | Name of the group that received the call through IVR routing. null if IVR is disabled | |
IvrHops | Integer | How many menu options the customer went through in IVR before talking to an agent. null if IVR is disabled | |
IvrRoutedTo | String | Phone number where call was routed to by IVR. Example: +1311123456789. null if IVR is disabled | |
IvrTimeSpent | Integer | How long in seconds the customer spent in IVR. Null if IVR is disabled | |
MinutesBilled | Integer | Minutes billed | |
Line | String | Line | |
LineId | Long | Line Id | |
NotRecordingTime | Integer | How long in seconds spent not recording on the call. | |
OutsideBusinessHours | Boolean | The call was received outside business hours | |
Overflowed | Boolean | True if the call overflowed | |
OverflowedTo | String | The phone number that the call overflowed to. null if overflowed is false | |
PhoneNumber | String | Talk phone associated with the call. If this a digital line, the digital line nickname. Example: +1311123456789 | |
PhoneNumberId | Integer | Talk phone number id | |
QualityIssues | String | A summary of the call's quality issues related to the call provided to Zendesk from Twilio. Until the information is made available by Twilio, the array contains information_not_available. If there are no issues, the array contains none. Other possible values: one or more of silence, high_jitter, high_packet_loss, high_pdd, high_latency | |
RecordingControlInteractions | Integer | The amount of times agents have paused or resumed a recording on the call. | |
RecordingTime | Integer | How long in seconds spent recording on the call | |
TalkTime | Integer | Sum of how long in seconds the customer was in conference with an agent(s). If a call is not accepted by an agent this will be 0 | |
TicketId | Integer | The id of the ticket related to the call | |
TimeToAnswer | Integer | How long in seconds the customer waited for an agent to answer after hearing the Available agents greeting | |
UpdatedAt | Datetime | When the call object was last created | |
Voicemail | Boolean | If true, the call was a voicemail | |
WaitTime | Integer | How long in seconds the customer was in the call before an agent answered | |
WrapUpTime | Integer | Sum of how long in seconds the agent(s) spent in wrap up |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description | |
StartTime | Datetime | Start Time |
Query Collaborators in Zendesk.
The following queries are processed server side while other filters are processed client side within the Sync App:
SELECT * FROM Collaborators WHERE TicketId = '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.
Name | Type | References | Description |
Id [KEY] | Long | Automatically assigned when the ticket is created. | |
TicketId | Integer |
Tickets.Id | The id of the ticket. |
String | The primary email address of the collaborator. Writeable on create only. On update, a secondary email is added. | ||
Name | String | The name of the collaborator. | |
Role | String | The role of the collaborator. Possible values are end-collaborator, agent, or admin. | |
Active | Boolean | False if the collaborator has been deleted. | |
OrganizationId | Long | The id of the organization the collaborator is associated with. | |
Alias | String | An alias displayed to end users. | |
Verified | Boolean | If the identity of the collaborator has been verified or not. | |
ChatOnly | Boolean | Whether or not the collaborator is a chat-only agent. | |
CreatedAt | Datetime | The time the collaborator was created. | |
UpdatedAt | Date | The time the collaborator was last updated. | |
CustomRoleId | Long | A custom role if the collaborator is an agent on the Enterprise plan. | |
RoleType | String | The role id of the collaborator. 0 for custom agents, 1 for light agent and 2 for chat agent. | |
DefaultGroupId | Long |
Groups.Id | The id of the default group of the collaborator. Can only be set on create, not on update. |
Details | String | Any details you want to store about the collaborator, such as an address. | |
ExternalId | String | A unique identifier from another system. | |
LastLoginAt | Datetime | The last time the collaborator signed in to Zendesk Support. | |
Locale | String | The locale of the collaborator. | |
LocaleId | Long |
Locales.Id | The language identifier of the collaborator. |
Moderator | Boolean | Designates whether the collaborator has forum moderation capabilities. | |
Notes | String | Any notes you want to store about the collaborator. | |
OnlyPrivateComments | Boolean | True if the collaborator can only create private comments. | |
Phone | String | The primary phone number of the collaborator. | |
PhotoId | Long | Automatically assigned when the attachment is created. | |
PhotoFileName | String | The name of the image file. | |
PhotoContentUrl | String | A full URL where the attachment image file can be downloaded. | |
PhotoContentType | String | The content type of the image. Example value: image/png. | |
PhotoSize | Integer | The size of the image file in bytes. | |
PhotoThumbnailsId | Long | . | |
PhotoThumbnailsFileName | String | . | |
PhotoThumbnailsContentUrl | String | . | |
PhotoThumbnailsContentType | String | . | |
PhotoThumbnailsSize | Integer | . | |
PhotoInline | Boolean | If true, the attachment is excluded from the attachment list and the attachment's URL can be referenced within the comment of a ticket. Default is false. | |
RestrictedAgent | Boolean | If the agent has any restrictions; false for admins and unrestricted agents, true for other agents. | |
Shared | Boolean | If the collaborator is shared from a different Zendesk Support instance. Ticket sharing accounts only. | |
SharedAgent | Boolean | If the collaborator is a shared agent from a different Zendesk Support instance. Ticket sharing accounts only. | |
Signature | String | The signature of the collaborator. Only agents and admins can have signatures. | |
Suspended | Boolean | If the agent is suspended. Tickets from suspended users are also suspended, and these users cannot sign in to the end collaborator portal. | |
Tags | String | The tags of the collaborator. Only present if your account has collaborator tagging enabled. | |
TicketRestriction | String | Specifies which tickets the collaborator has access to. Possible values are: organization, groups, assigned, requested, null. | |
TimeZone | String | The time zone of the collaborator. | |
TwoFactorAuthEnabled | Boolean | If two factor authentication is enabled. | |
Url | String | The API url of the collaborator. |
The view specifies all the attributes of a custom object property.
The CustomObjectField view supports the ObjectName in the WHERE clause. This view supports the following operator: '='.
For example:
SELECT * FROM CustomObjectField WHERE ObjectName = 'house'
Name | Type | References | Description |
ObjectName [KEY] | String | A user-defined unique identifier. | |
FieldName | String | The name of the property. | |
Type | String | The type of the property.
使用できる値は次のとおりです。boolean, integer, number, string | |
Description | String | The description of the property. | |
Required | String | Indicates whether or not this property is required when you create a record. |
A status record is created when somebody kicks off a job such as updating multiple tickets. You can access the job status data for an hour after a particular job is created, after which the data is no longer available.
SELECT * FROM JobStatus WHERE Id = '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.
Name | Type | References | Description |
Id [KEY] | String | Automatically assigned when the job is queued. | |
Total | Integer | The total number of tasks this job is batching through. | |
Progress | Integer | Number of tasks that have already been completed. | |
Status | String | The current status. One of the following: queued, working, failed, completed, killed. | |
Message | String | Message from the job worker, if any. | |
Results | String | Result data from processed tasks. | |
Url | String | The URL to poll for status updates. |
Query Locales in Zendesk.
SELECT * FROM Locales
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.
Name | Type | References | Description |
Id [KEY] | Long | Automatically assigned. | |
Name | String | Name of the locale. | |
Locale | String | The locale. | |
CreatedAt | Datetime | When this locale was created. | |
UpdatedAt | Datetime | When this locale last got updated. | |
Url | String | The API url of the locale. |
Query Monitored Twitter handles in Zendesk.
SELECT * FROM MonitoredTwitterHandles WHERE Id = '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.
Name | Type | References | Description |
Id [KEY] | Long | Automatically assigned upon creation. | |
ScreenName | String | Name of the locale. | |
TwitterUserId | Long | The country's code. | |
CreatedAt | Datetime | The time the handle was created. | |
UpdatedAt | Datetime | The time of the last update of the handle. | |
AvatarUrl | String | The profile image url of the handle. | |
Name | String | The profile name of the handle. | |
AllowReply | Boolean | The profile image url of the handle. | |
CanReply | Boolean | If replies are allowed for this handle. | |
BrandId | Long |
Brands.Id | What brand the handle is associated with. |
Query OrganizationFields RelationshipFilterAll Filter with Logical AND.
SELECT * FROM OrganizationFieldsRelationshipFilterAll SELECT * FROM OrganizationFieldsRelationshipFilterAll WHERE TicketFieldId = '10676711527964'
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.
Name | Type | References | Description |
OrganizationFieldId | Long | The Organization field id. | |
Field | String | The name of a ticket field. | |
Operator | String | A comparison operator. | |
Value | String | The value of a ticket field. |
Query OrganizationFields RelationshipFilterAny Filter with Logical OR.
SELECT * FROM OrganizationFieldsRelationshipFilterAny SELECT * FROM OrganizationFieldsRelationshipFilterAny WHERE TicketFieldId = '10676711527964'
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.
Name | Type | References | Description |
OrganizationFieldId | Long | The Organization field id. | |
Field | String | The name of a ticket field. | |
Operator | String | A comparison operator. | |
Value | String | The value of a ticket field. |
Query Requests in Zendesk.
SELECT * FROM Requests WHERE Id = '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.
Name | Type | References | Description |
Id [KEY] | Long | Automatically assigned when creating requests. | |
Subject | String | The value of the subject field for this request if the subject field is visible to end users; a truncated version of the description otherwise. | |
Description | String | The first comment on the request. | |
Status | String | The state of the request, new, open, pending, hold, solved, closed. | |
Priority | String | The priority of the request, low, normal, high, urgent. | |
Type | String | The type of the request, question, incident, problem, task. | |
OrganizationId | Long | The organization of the requester. | |
RequesterId | Long |
Users.Id | The id of the requester. |
AssigneeId | Long |
Users.Id | The id of the assignee if the field is visible to end users. |
GroupId | Long |
Groups.Id | The id of the assigned group if the field is visible to end users. |
CollaboratorIds | String | Who are currently CC'ed on the ticket. | |
ViaChannel | String | This tells you how the ticket or event was created. Examples: web, mobile, rule, system. | |
ViaSource | String | For some channels a source object gives more information about how or why the ticket or event was created. | |
IsPublic | Boolean | Is true if any comments are public, false otherwise. | |
DueAt | Date | When the task is due (only applies if the request is of type 'task'). | |
CanBeSolvedByMe | Boolean | If true, end user can mark request as solved. | |
Solved | Boolean | Whether or not request is solved (an end user can set this if 'can_be_solved_by_me', above, is true for that user). | |
TicketFormId | Long |
TicketForms.Id | The numeric id of the ticket form associated with this request if the form is visible to end users - only applicable for enterprise accounts. |
Recipient | String | The original recipient e-mail address of the request. | |
FollowupSourceId | Integer |
Tickets.Id | The id of the original ticket if this request is a follow-up ticket. |
CreatedAt | Datetime | The time the request was created. | |
UpdatedAt | Datetime | The time of the last update of the request. | |
Url | String | The API url of this request. |
The Collaborator ids of users currently CC'ed on the ticket.
Name | Type | References | Description |
Id | Long |
Requests.Id | Automatically assigned when creating requests. |
CollaboratorId | Long | The id of users currently CC'ed on the ticket |
Query the Satisfaction Reasons in Zendesk.
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.
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. |
Query Side Conversations events in Zendesk. The messages that make up a side conversation are recorded as events.
SELECT * FROM SideConversationEvents WHERE TicketId = 2 AND SideConversationId = '5d133b65-576c-11ee-bcb2-bdce8f618e59'
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.
Name | Type | References | Description |
Id [KEY] | String | Automatically assigned when the event is created. | |
TicketId | Integer |
Tickets.Id | The parent ticket id of the side conversation. |
SideConversationId | String | The id of the side conversation the event belongs to. | |
ActorEmail | String | The email address of the participant. | |
ActorName | String | The name of the participant. | |
ActorUserId | Long | If the participant is an agent, the agent's user id. | |
ActorSlackWorkspaceId | String | If the participant is a Slack user or channel, the Slack workspace id. | |
ActorSlackChannelId | String | If the participant is a Slack channel, the Slack channel id. | |
ActorSupportGroupId | String | If the participant is a Support ticket, the support group id. | |
ActorSupportAgentId | String | If the participant is a Support ticket, the support agent id. | |
ActorMSTeamsChannelId | String | If the participant is a Microsoft teams channel, the Teams channel id. | |
Message | String | Events of type create and reply have a message. | |
CreatedAt | Datetime | The time the side conversation event was created. | |
Type | String | The type of event. | |
Updates | String | Events of type update have fields here. | |
via | String | The channel used when creating the event. | |
Url | String | The API url of the side conversation. |
Query Side Conversations events message in Zendesk.
SELECT * FROM SideConversationEventsMessage WHERE TicketId = 2 AND SideConversationId = '5d133b65-576c-11ee-bcb2-bdce8f618e59'
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.
Name | Type | References | Description |
SideConversationEventsId | String | Side Conversation Events Id. | |
TicketId | Integer |
Tickets.Id | The parent ticket id of the side conversation. |
SideConversationId | String | The id of the side conversation the event belongs to. | |
Subject | String | The subject of the message. | |
PreviewText | String | A plain text string describing the message. | |
Body | String | The plain text version of the body of the message. | |
HtmlBody | String | The HTML version of the body of the message. | |
FromUserId | Long | If the participant is an agent, the agent's user id. | |
FromEmail | String | The name of the participant. | |
FromName | String | The email address of the participant. | |
To | String | The list of participants the message was sent to. | |
ExternalIds | String | A key-value object where all values are strings. Used for metadata. |
Query the list of participants, the message was sent to.
SELECT * FROM SideConversationEventsMessageTo WHERE TicketId = 2 AND SideConversationId = '5d133b65-576c-11ee-bcb2-bdce8f618e59'
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.
Name | Type | References | Description |
SideConversationEventsId | String | Side Conversation Events Id. | |
TicketId | Integer |
Tickets.Id | The parent ticket id of the side conversation. |
SideConversationId | String | The id of the side conversation the event belongs to. | |
UserId | Long | If the participant is an agent, the agent's user id. | |
String | The email address of the participant. | ||
Name | String | The name of the participant. | |
SlackWorkspaceId | String | If the participant is a Slack user or channel, the Slack workspace id. | |
SlackChannelId | String | If the participant is a Slack channel, the Slack channel id. | |
SupportGroupId | String | If the participant is a Support ticket, the support group id. | |
SupportAgentId | String | If the participant is a Support ticket, the support group id. | |
MSTeamsChannelId | String | If the participant is a Microsoft teams channel, the Teams channel id. |
Query Side Conversation Participants in Zendesk.
SELECT * FROM SideConversationParticipants WHERE TicketId = 1 SELECT * FROM SideConversationParticipants WHERE TicketId = 1 AND SideConversationId = '5d133b65-576c-11ee-bcb2-bdce8f618e59'
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.
Name | Type | References | Description |
SideConversationId | String | Side Conversation Id. | |
TicketId | Integer |
Tickets.Id | The parent ticket id of the side conversation. |
UserId | Long | If the participant is an agent, the agent's user id. | |
String | The email address of the participant. | ||
Name | String | The name of the participant. | |
SlackWorkspaceId | String | If the participant is a Slack user or channel, the Slack workspace id. | |
SlackChannelId | String | If the participant is a Slack channel, the Slack channel id. | |
SupportGroupId | String | If the participant is a Support ticket, the support group id. | |
SupportAgentId | String | If the participant is a Support ticket, the support group id. | |
MSTeamsChannelId | String | If the participant is a Microsoft teams channel, the Teams channel id. |
Query SlaPolicies Filter with Logical AND.
SELECT * FROM SlaPoliciesFilterAll SELECT * FROM SlaPoliciesFilterAll WHERE SlaPolicyId = '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.
Name | Type | References | Description |
SlaPolicyId | Long | SlaPolicy id. | |
Field | String | The name of a ticket field. | |
Operator | String | A comparison operator. | |
Value | String | The value of a ticket field. |
Query SlaPolicies Filter with Logical OR.
SELECT * FROM SlaPoliciesFilterAny SELECT * FROM SlaPoliciesFilterAny WHERE SlaPolicyId = '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.
Name | Type | References | Description |
SlaPolicyId | Long | SlaPolicy id. | |
Field | String | The name of a ticket field. | |
Operator | String | A comparison operator. | |
Value | String | The value of a ticket field. |
Query SlaPoliciesMetrics that describes the metric targets for each value of the priority field.
SELECT * FROM SlaPoliciesMetrics SELECT * FROM SlaPoliciesMetrics WHERE SlaPolicyId = '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.
Name | Type | References | Description |
SlaPolicyId [KEY] | Long | SlaPolicy id. | |
BusinessHours | Boolean | Boolean value that returns whether the metric targets are being measured in business hours or calendar hours. | |
Metric | String | The definition of the time that is being measured. | |
Priority | String | Priority that a ticket must match. | |
Target | Integer | The time within which the end-state for a metric should be met. |
Query TicketFields RelationshipFilterAll Filter with Logical AND.
SELECT * FROM TicketFieldsRelationshipFilterAll SELECT * FROM TicketFieldsRelationshipFilterAll WHERE TicketFieldId = '10676711527964'
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.
Name | Type | References | Description |
TicketFieldId | Long |
TicketFields.Id | The Ticket field id. |
Field | String | The name of a ticket field. | |
Operator | String | A comparison operator. | |
Value | String | The value of a ticket field. |
Query TicketFields RelationshipFilterAny Filter with Logical OR.
SELECT * FROM TicketFieldsRelationshipFilterAny SELECT * FROM TicketFieldsRelationshipFilterAny WHERE TicketFieldId = '10676711527964'
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.
Name | Type | References | Description |
TicketFieldId | Long |
TicketFields.Id | The Ticket field id. |
Field | String | The name of a ticket field. | |
Operator | String | A comparison operator. | |
Value | String | The value of a ticket field. |
Query UserFields RelationshipFilterAll Filter with Logical AND.
SELECT * FROM UserFieldsRelationshipFilterAll SELECT * FROM UserFieldsRelationshipFilterAll WHERE UserFieldId = '19067693577105'
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.
Name | Type | References | Description |
UserFieldId | Long |
UserFields.Id | The User field id. |
Field | String | The name of a ticket field. | |
Operator | String | A comparison operator. | |
Value | String | The value of a ticket field. |
Query UserFields RelationshipFilterAny Filter with Logical OR.
SELECT * FROM UserFieldsRelationshipFilterAny SELECT * FROM UserFieldsRelationshipFilterAny WHERE UserFieldId = '19067693577105'
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.
Name | Type | References | Description |
UserFieldId | Long |
UserFields.Id | The User field id. |
Field | String | The name of a ticket field. | |
Operator | String | A comparison operator. | |
Value | String | The value of a ticket field. |
Query the user subscriptions in Zendesk.
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.
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. |
Query Views Conditions with Logical AND.
SELECT * FROM ViewsConditionsAll SELECT * FROM ViewsConditionsAll WHERE ViewId = '18521247306513'
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.
Name | Type | References | Description |
ViewId [KEY] | Long | View id. | |
Active | Boolean | Useful for determining if the view should be displayed. | |
Access | String | Only views with given access. May be personal, shared, or account | |
GroupId | Long | The group id the view belongs to. Used to query the table | |
Field | String | The name of a ticket field. | |
Operator | String | A comparison operator. | |
Value | String | The value of a ticket field. |
Query Views Conditions with Logical OR.
SELECT * FROM ViewsConditionsAny SELECT * FROM ViewsConditionsAny WHERE ViewId = '18521247306513'
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.
Name | Type | References | Description |
ViewId [KEY] | Long | View id. | |
Active | Boolean | Useful for determining if the view should be displayed. | |
Access | String | Only views with given access. May be personal, shared, or account | |
GroupId | Long | The group id the view belongs to. Used to query the table | |
Field | String | The name of a ticket field. | |
Operator | String | A comparison operator. | |
Value | String | The value of a ticket field. |
プロパティ | 説明 |
AuthScheme | Whether to connect to Zendesk with User/(Password/APIToken), or OAuth. |
URL | URL は、Zendesk Support のURL です。 |
User | 認証で使用されるZendesk ユーザーアカウント。 |
Password | ユーザーの認証で使用されるパスワード。 |
ApiToken | 現在の認証ユーザーのAPI トークン。 |
プロパティ | 説明 |
OAuthClientId | OAuth 認証サーバーを使用してアプリケーションを登録する場合に割り当てられたクライアントId。 |
OAuthClientSecret | OAuth 認証サーバーにアプリケーションを登録する場合に割り当てられたクライアントシークレット。 |
プロパティ | 説明 |
SSLServerCert | TLS/SSL を使用して接続するときに、サーバーが受け入れ可能な証明書。 |
プロパティ | 説明 |
FirewallType | プロキシベースのファイアウォールで使われるプロトコル。 |
FirewallServer | プロキシベースのファイアウォールの名前もしくはIP アドレス。 |
FirewallPort | プロキシベースのファイアウォールのTCP ポート。 |
FirewallUser | プロキシベースのファイアウォールに認証するために使うユーザー名。 |
FirewallPassword | プロキシベースのファイアウォールへの認証に使われるパスワード。 |
プロパティ | 説明 |
ProxyAutoDetect | これは、システムプロキシ設定を使用するかどうかを示します。 |
ProxyServer | HTTP トラフィックをルートするためのプロキシのホストネームもしくはIP アドレス。 |
ProxyPort | ProxyServer プロキシが起動しているTCP ポート。 |
ProxyAuthScheme | ProxyServer プロキシへの認証で使われる認証タイプ。 |
ProxyUser | ProxyServer プロキシへの認証に使われるユーザー名。 |
ProxyPassword | ProxyServer プロキシへの認証に使われるパスワード。 |
ProxySSLType | ProxyServer プロキシへの接続時に使用するSSL タイプ。 |
ProxyExceptions | ProxyServer 経由での接続が免除される宛先ホスト名またはIP のセミコロン区切りのリスト。 |
プロパティ | 説明 |
LogModules | ログファイルに含めるコアモジュール。 |
プロパティ | 説明 |
Location | テーブル、ビュー、およびストアドプロシージャを定義するスキーマファイルを格納するディレクトリへのパス。 |
BrowsableSchemas | このプロパティは、使用可能なスキーマのサブセットにレポートされるスキーマを制限します。例えば、BrowsableSchemas=SchemaA,SchemaB,SchemaC です。 |
Tables | このプロパティは、使用可能なテーブルのサブセットにレポートされるテーブルを制限します。例えば、Tables=TableA,TableB,TableC です。 |
Views | 使用可能なテーブルのサブセットにレポートされるビューを制限します。例えば、Views=ViewA,ViewB,ViewC です。 |
プロパティ | 説明 |
IncludeCustomObjects | If set to true, the provider will display custom objects among the other views and make them available for use. |
IncludeDeleted | Set this property to true, to include deleted Tickets when using Incremental API. |
MaxRows | クエリで集計またはGROUP BY を使用しない場合に返される行数を制限します。これはLIMIT 句よりも優先されます。 |
Other | これらの隠しプロパティは特定のユースケースでのみ使用されます。 |
Pagesize | The number of results to return per page of data retrieved from Zendesk. |
PseudoColumns | このプロパティは、テーブルのカラムとして疑似カラムが含まれているかどうかを示します。 |
Timeout | タイムアウトエラーがスローされ、処理をキャンセルするまでの秒数。 |
UseIncrementalAPI | Set this property to true, to make use of the Zendesk Incremental API. |
UseParallelPaging | Determines whether to use parallel pagination. |
UserDefinedViews | カスタムビューを含むJSON コンフィギュレーションファイルを指すファイルパス。 |
このセクションでは、本プロバイダーの接続文字列で設定可能なAuthentication プロパティの全リストを提供します。
プロパティ | 説明 |
AuthScheme | Whether to connect to Zendesk with User/(Password/APIToken), or OAuth. |
URL | URL は、Zendesk Support のURL です。 |
User | 認証で使用されるZendesk ユーザーアカウント。 |
Password | ユーザーの認証で使用されるパスワード。 |
ApiToken | 現在の認証ユーザーのAPI トークン。 |
Whether to connect to Zendesk with User/(Password/APIToken), or OAuth.
URL は、Zendesk Support のURL です。
URL は、Zendesk Support のURL です。例:https://{subdomain}.zendesk.com
現在の認証ユーザーのAPI トークン。
The User and ApiToken are together used to authenticate with the server.
このセクションでは、本プロバイダーの接続文字列で設定可能なOAuth プロパティの全リストを提供します。
プロパティ | 説明 |
OAuthClientId | OAuth 認証サーバーを使用してアプリケーションを登録する場合に割り当てられたクライアントId。 |
OAuthClientSecret | OAuth 認証サーバーにアプリケーションを登録する場合に割り当てられたクライアントシークレット。 |
OAuth 認証サーバーを使用してアプリケーションを登録する場合に割り当てられたクライアントId。
OAuth アプリケーションの登録の一環として、コンシューマキーとも呼ばれるOAuthClientId 値、およびクライアントシークレットOAuthClientSecret が提供されます。
OAuth 認証サーバーにアプリケーションを登録する場合に割り当てられたクライアントシークレット。
OAuth アプリケーションの登録の一環として、コンシューマキーとも呼ばれるOAuthClientId が提供されます。また、コンシューマーシークレットと呼ばれるクライアントシークレットも提供されます。クライアントシークレットをOAuthClientSecret プロパティに設定します。
このセクションでは、本プロバイダーの接続文字列で設定可能なSSL プロパティの全リストを提供します。
プロパティ | 説明 |
SSLServerCert | TLS/SSL を使用して接続するときに、サーバーが受け入れ可能な証明書。 |
TLS/SSL を使用して接続するときに、サーバーが受け入れ可能な証明書。
TLS/SSL 接続を使用する場合は、このプロパティを使用して、サーバーが受け入れるTLS/SSL 証明書を指定できます。コンピュータによって信頼されていない他の証明書はすべて拒否されます。
このプロパティは、次のフォームを取ります:
説明 | 例 |
フルPEM 証明書(例では省略されています) | -----BEGIN CERTIFICATE----- MIIChTCCAe4CAQAwDQYJKoZIhv......Qw== -----END CERTIFICATE----- |
証明書を保有するローカルファイルへのパス。 | C:\cert.cer |
公開鍵(例では省略されています) | -----BEGIN RSA PUBLIC KEY----- MIGfMA0GCSq......AQAB -----END RSA PUBLIC KEY----- |
MD5 Thumbprint (hex 値はスペースおよびコロン区切り) | ecadbdda5a1529c58a1e9e09828d70e4 |
SHA1 Thumbprint (hex 値はスペースおよびコロン区切り) | 34a929226ae0819f2ec14b4a3d904f801cbb150d |
これを指定しない場合は、マシンが信用するすべての証明書が受け入れられます。
すべての証明書の受け入れを示すには、'*'を使用します。セキュリティ上の理由から、これはお勧めできません。
このセクションでは、本プロバイダーの接続文字列で設定可能なFirewall プロパティの全リストを提供します。
プロパティ | 説明 |
FirewallType | プロキシベースのファイアウォールで使われるプロトコル。 |
FirewallServer | プロキシベースのファイアウォールの名前もしくはIP アドレス。 |
FirewallPort | プロキシベースのファイアウォールのTCP ポート。 |
FirewallUser | プロキシベースのファイアウォールに認証するために使うユーザー名。 |
FirewallPassword | プロキシベースのファイアウォールへの認証に使われるパスワード。 |
プロキシベースのファイアウォールで使われるプロトコル。
このプロパティは、Sync App がFirewallServer プロキシ経由でトンネルトラフィックを使うためのプロトコルを指定します。デフォルトでは、Sync App はシステムプロキシに接続します。この動作を無効化し次のプロキシタイプのどれかで接続するには、ProxyAutoDetect をfalse に設定します。
タイプ | デフォルトポート | 説明 |
TUNNEL | 80 | これが設定されている場合、Sync App はZendesk への接続を開き、プロキシを経由して通信が行われます。 |
SOCKS4 | 1080 | これが設定されている場合、Sync App はデータをFirewallServer およびFirewallPort で指定されたSOCS 4 プロキシ経由で送信し、接続リクエストが許容されるかどうかを決定します。 |
SOCKS5 | 1080 | これが設定されている場合、Sync App はデータをFirewallServer およびFirewallPort で指定されたSOCS 5 プロキシ経由で送信します。プロキシに認証が必要な場合には、FirewallUser およびFirewallPassword をプロキシが認識する認証情報に設定します。 |
HTTP プロキシへの接続には、ProxyServer およびProxyPort ポートを使ってください。HTTP プロキシへの認証には、ProxyAuthScheme、ProxyUser、およびProxyPassword を使ってください。
プロキシベースのファイアウォールの名前もしくはIP アドレス。
ファイアウォールトラバーサルを許容するために設定するIP アドレス、DNS 名、もしくはプロキシホスト名を指定するプロパティです。プロトコルはFirewallType で指定されます。このプロパティとFirewallServer を使って、SOCKS 経由での接続、もしくはトンネリングが可能です。HTTP プロキシへの接続には、ProxyServer を使用します。
Sync App はデフォルトでシステムプロキシを使うので注意してください。他のプロキシを使う場合には、ProxyAutoDetect をfalse に設定してください。
プロキシベースのファイアウォールのTCP ポート。
ファイアウォールトラバーサルを許容するために設定するプロキシベースのファイアウォールのTCP ポート。名前もしくはIP アドレスを指定するには、FirewallServer を使います。FirewallType でプロトコルを指定します。
プロキシベースのファイアウォールに認証するために使うユーザー名。
FirewallUser およびFirewallPassword プロパティは、FirewallType により指定された認証方式に則り、FirewallServer、およびFirewallPort で指定されたプロキシに対しての認証に使われます。
プロキシベースのファイアウォールへの認証に使われるパスワード。
このプロパティは、FirewallType により指定された認証メソッドに則り、FirewallServer およびFirewallPort で指定されたプロキシに渡されます。
このセクションでは、本プロバイダーの接続文字列で設定可能なProxy プロパティの全リストを提供します。
プロパティ | 説明 |
ProxyAutoDetect | これは、システムプロキシ設定を使用するかどうかを示します。 |
ProxyServer | HTTP トラフィックをルートするためのプロキシのホストネームもしくはIP アドレス。 |
ProxyPort | ProxyServer プロキシが起動しているTCP ポート。 |
ProxyAuthScheme | ProxyServer プロキシへの認証で使われる認証タイプ。 |
ProxyUser | ProxyServer プロキシへの認証に使われるユーザー名。 |
ProxyPassword | ProxyServer プロキシへの認証に使われるパスワード。 |
ProxySSLType | ProxyServer プロキシへの接続時に使用するSSL タイプ。 |
ProxyExceptions | ProxyServer 経由での接続が免除される宛先ホスト名またはIP のセミコロン区切りのリスト。 |
これは、システムプロキシ設定を使用するかどうかを示します。
これは他のプロキシ設定よりも優先されるため、カスタムプロキシ設定を使用するにはProxyAutoDetect をFALSE に設定する必要があります。
HTTP プロキシへの接続には、ProxyServer を参照してください。SOCKS やトンネリングなどの他のプロキシには、FirewallType を参照してください。
HTTP トラフィックをルートするためのプロキシのホストネームもしくはIP アドレス。
HTTP トラフィックをルートするためのプロキシのホストネームもしくはIP アドレス。HTTP プロキシへの認証には、Sync App はHTTP、Windows(NTLM)、もしくはKerberos 認証タイプを使用することができます。
SOCKS プロキシを経由して接続する、もしくは接続をトンネルするには、FirewallType を参照してください。
デフォルトで、Sync App はsystem プロキシを使います。他のプロキシを使う場合には、ProxyAutoDetect をfalse に設定します。
ProxyServer プロキシが起動しているTCP ポート。
HTTP トラフィックをリダイレクトするHTTP プロキシが実行されているポート。ProxyServer でHTTP プロキシを指定します。その他のプロキシタイプについては、FirewallType を参照してください。
ProxyServer プロキシへの認証で使われる認証タイプ。
この値は、ProxyServer およびProxyPort で指定されるHTTP プロキシに認証するために使われる認証タイプを指定します。
Sync App は、デフォルトでsystem proxy settings を使い、追加での設定が不要です。他のプロキシへの接続をする場合には、ProxyServer およびProxyPort に加え、ProxyAutoDetect をfalse に設定します。認証するには、ProxyAuthScheme を設定し、必要な場合にはProxyUser およびProxyPassword を設定します。
認証タイプは、次のどれかになります。
SOCKS 5 認証のような他の認証タイプを使用するには、FirewallType を参照してください。
ProxyServer プロキシへの認証に使われるユーザー名。
ProxyUser および ProxyPassword オプションは、ProxyServer で指定されたHTTP プロキシに対して接続および認証するために使用されます。
ProxyAuthScheme で使用可能な認証タイプを選択することができます。HTTP 認証を使う場合、これをHTTP プロキシで識別可能なユーザーのユーザー名に設定します。Windows もしくはKerberos 認証を使用する場合、このプロパティを次の形式のどれかでユーザー名に設定します。
user@domain domain\user
ProxyServer プロキシへの認証に使われるパスワード。
このプロパティは、NTLM(Windows)、Kerberos、もしくはHTTP 認証をサポートするHTTP プロキシサーバーに認証するために使われます。HTTP プロキシを指定するためには、ProxyServer およびProxyPort を設定します。認証タイプを指定するためにはProxyAuthScheme を設定します。
HTTP 認証を使う場合、さらにHTTP プロキシにProxyUser およびProxyPassword を設定します。
NTLM 認証を使う場合、Windows パスワードにProxyUser およびProxyPassword を設定します。Kerberos 認証には、これらを入力する必要があります。
SOCKS 5 認証もしくは、トンネリングは、FirewallType を参照してください。
デフォルトで、Sync App はsystem プロキシを使います。他のプロキシに接続する場合には、これをfalse に設定します。
ProxyServer プロキシへの接続時に使用するSSL タイプ。
このプロパティは、ProxyServer で指定されたHTTP プロキシへの接続にSSL を使用するかどうかを決定します。この値は、AUTO、ALWAYS、NEVER、TUNNEL のいずれかです。有効な値は次のとおりです。
AUTO | デフォルト設定。URL がHTTPS URL の場合、Sync App は、TUNNEL オプションを使います。URL がHTTP URL の場合、コンポーネントはNEVER オプションを使います。 |
ALWAYS | 接続は、常にSSL 有効となります。 |
NEVER | 接続は、SSL 有効になりません。 |
TUNNEL | 接続は、トンネリングプロキシを経由します。プロキシサーバーがリモートホストへの接続を開き、プロキシを経由して通信が行われます。 |
ProxyServer 経由での接続が免除される宛先ホスト名またはIP のセミコロン区切りのリスト。
ProxyServer は、このプロパティで定義されたアドレスを除くすべてのアドレスに使用されます。セミコロンを使用してエントリを区切ります。
Sync App は、追加設定なしにデフォルトでシステムのプロキシ設定を使います。この接続のプロキシ例外を明示的に構成するには、ProxyAutoDetect をfalse に設定して、ProxyServer およびProxyPort を設定する必要があります。認証するには、ProxyAuthScheme を設定し、必要な場合にはProxyUser およびProxyPassword を設定します。
ログファイルに含めるコアモジュール。
指定された(';' で区切られた)モジュールのみがログファイルに含まれます。デフォルトではすべてのモジュールが含まれます。
概要はログ ページを参照してください。
このセクションでは、本プロバイダーの接続文字列で設定可能なSchema プロパティの全リストを提供します。
プロパティ | 説明 |
Location | テーブル、ビュー、およびストアドプロシージャを定義するスキーマファイルを格納するディレクトリへのパス。 |
BrowsableSchemas | このプロパティは、使用可能なスキーマのサブセットにレポートされるスキーマを制限します。例えば、BrowsableSchemas=SchemaA,SchemaB,SchemaC です。 |
Tables | このプロパティは、使用可能なテーブルのサブセットにレポートされるテーブルを制限します。例えば、Tables=TableA,TableB,TableC です。 |
Views | 使用可能なテーブルのサブセットにレポートされるビューを制限します。例えば、Views=ViewA,ViewB,ViewC です。 |
テーブル、ビュー、およびストアドプロシージャを定義するスキーマファイルを格納するディレクトリへのパス。
Sync App のスキーマファイル(テーブルとビューの場合は.rsd ファイル、ストアドプロシージャの場合は.rsb ファイル)を含むディレクトリへのパス。このフォルダの場所は、実行ファイルの場所からの相対パスにすることができます。Location プロパティは、定義をカスタマイズしたり(例えば、カラム名を変更する、カラムを無視するなど)、新しいテーブル、ビュー、またはストアドプロシージャでデータモデルを拡張する場合にのみ必要です。
指定しない場合、デフォルトの場所は"%APPDATA%\\CData\\Zendesk Data Provider\\Schema" となり、%APPDATA% はユーザーのコンフィギュレーションディレクトリに設定されます:
Platform | %APPDATA% |
Windows | APPDATA 環境変数の値 |
Linux | ~/.config |
このプロパティは、使用可能なスキーマのサブセットにレポートされるスキーマを制限します。例えば、BrowsableSchemas=SchemaA,SchemaB,SchemaC です。
スキーマをデータベースからリストすると、負荷がかかる可能性があります。接続文字列でスキーマのリストを提供すると、 パフォーマンスが向上します。
このプロパティは、使用可能なテーブルのサブセットにレポートされるテーブルを制限します。例えば、Tables=TableA,TableB,TableC です。
テーブルを複数のデータベースからリストすると、負荷がかかる可能性があります。接続文字列でテーブルのリストを提供すると、Sync App のパフォーマンスが向上します。
このプロパティは、作業したいビューがすでにわかっていて、ビューが多すぎる場合に、ビューを自動的にリストする代わりに使用することもできます。
カンマ区切りのリストで使用したいテーブルを指定します。各テーブルは、角かっこ、二重引用符、またはバッククオートを使用してエスケープされた特殊文字列を含む有効なSQL 識別子である必要があります。 例えば、Tables=TableA,[TableB/WithSlash],WithCatalog.WithSchema.`TableC With Space` です。
複数のスキーマまたはカタログを持つデータソースに接続する場合は、複数のカタログやスキーマに存在するテーブル間の曖昧さを避けるため、最後の例のように、このプロパティにテーブルの完全修飾名を指定する必要があることに注意してください。
使用可能なテーブルのサブセットにレポートされるビューを制限します。例えば、Views=ViewA,ViewB,ViewC です。
ビューを複数のデータベースからリストすると、負荷がかかる可能性があります。接続文字列でビューのリストを提供すると、Sync App のパフォーマンスが向上します。
このプロパティは、作業したいビューがすでにわかっていて、ビューが多すぎる場合に、ビューを自動的にリストする代わりに使用することもできます。
カンマ区切りのリストで使用したいビューを指定します。各ビューは、角かっこ、二重引用符、またはバッククオートを使用してエスケープされた特殊文字列を含む有効なSQL 識別子である必要があります。 例えば、Views=ViewA,[ViewB/WithSlash],WithCatalog.WithSchema.`ViewC With Space` です。
複数のスキーマまたはカタログを持つデータソースに接続する場合は、複数のカタログやスキーマに存在するテーブル間の曖昧さを避けるため、最後の例のように、このプロパティにテーブルの完全修飾名を指定する必要があることに注意してください。
このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。
プロパティ | 説明 |
IncludeCustomObjects | If set to true, the provider will display custom objects among the other views and make them available for use. |
IncludeDeleted | Set this property to true, to include deleted Tickets when using Incremental API. |
MaxRows | クエリで集計またはGROUP BY を使用しない場合に返される行数を制限します。これはLIMIT 句よりも優先されます。 |
Other | これらの隠しプロパティは特定のユースケースでのみ使用されます。 |
Pagesize | The number of results to return per page of data retrieved from Zendesk. |
PseudoColumns | このプロパティは、テーブルのカラムとして疑似カラムが含まれているかどうかを示します。 |
Timeout | タイムアウトエラーがスローされ、処理をキャンセルするまでの秒数。 |
UseIncrementalAPI | Set this property to true, to make use of the Zendesk Incremental API. |
UseParallelPaging | Determines whether to use parallel pagination. |
UserDefinedViews | カスタムビューを含むJSON コンフィギュレーションファイルを指すファイルパス。 |
If set to true, the provider will display custom objects among the other views and make them available for use.
If set to true, the Sync App will display custom objects among other views. Retrieving custom views is a costly operation, so this property defaults to 'false'.
Set this property to true, to include deleted Tickets when using Incremental API.
This property has effect only on the Tickets table.
クエリで集計またはGROUP BY を使用しない場合に返される行数を制限します。これはLIMIT 句よりも優先されます。
クエリで集計またはGROUP BY を使用しない場合に返される行数を制限します。これはLIMIT 句よりも優先されます。
これらの隠しプロパティは特定のユースケースでのみ使用されます。
以下にリストされているプロパティは、特定のユースケースで使用可能です。通常のドライバーのユースケースおよび機能では、これらのプロパティは必要ありません。
複数のプロパティをセミコロン区切りリストで指定します。
DefaultColumnSize | データソースがメタデータにカラムの長さを提供しない場合に、文字列フィールドのデフォルトの長さを設定します。デフォルト値は2000です。 |
ConvertDateTimeToGMT | 日時の値を、マシンのローカルタイムではなくGMT グリニッジ標準時に変換するかどうかを決定します。 |
RecordToFile=filename | 基底のソケットデータ転送を指定のファイルに記録します。 |
The number of results to return per page of data retrieved from Zendesk.
Note that most of the tables support 100 as the maximum value.
このプロパティは、テーブルのカラムとして疑似カラムが含まれているかどうかを示します。
Entity Framework ではテーブルカラムでない疑似カラムに値を設定できないため、この設定はEntity Framework で特に便利です。この接続設定の値は、"Table1=Column1, Table1=Column2, Table2=Column3" の形式です。"*=*" のように"*" 文字を使用して、すべてのテーブルとすべてのカラムを含めることができます。
タイムアウトエラーがスローされ、処理をキャンセルするまでの秒数。
Timeout が0に設定されている場合は、操作がタイムアウトしません。処理が正常に完了するか、エラー状態になるまで実行されます。
Timeout の有効期限が切れても処理が完了していない場合は、Sync App は例外をスローします。
Set this property to true, to make use of the Zendesk Incremental API.
Set this property to true, to make use of the Zendesk Incremental API. This property has effect only on the Tickets, TicketMetrics and Calls table and disables all server side criteria.
Determines whether to use parallel pagination.
Enabling this property retrieves a maximum of 10K records due to API limitations. This applies to these tables:
カスタムビューを含むJSON コンフィギュレーションファイルを指すファイルパス。
ユーザー定義ビューは、UserDefinedViews.json というJSON 形式のコンフィギュレーションファイルで定義されています。Sync App は、このファイルで指定されたビューを自動的に検出します。
また、複数のビュー定義を持ち、UserDefinedViews 接続プロパティを使用して制御することも可能です。このプロパティを使用すると、指定されたビューのみがSync App によって検知されます。
このユーザー定義ビューのコンフィギュレーションファイルは、次のようにフォーマットされています。
次に例を示します。
{ "MyView": { "query": "SELECT * FROM Tickets WHERE MyColumn = 'value'" }, "MyView2": { "query": "SELECT * FROM MyTable WHERE Id IN (1,2,3)" } }UserDefinedViews 接続プロパティを使用して、JSON コンフィギュレーションファイルの場所を指定します。次に例を示します。
"UserDefinedViews", C:\Users\yourusername\Desktop\tmp\UserDefinedViews.json指定されたパスは引用符で囲まれていないことに注意してください。