最近の検索


最近の検索はありません

Joe Tinter's Avatar

Joe Tinter

参加日2021年10月26日

·

前回のアクティビティ2022年11月30日

フォロー中

0

フォロワー

0

合計アクティビティ

4

投票

0

受信登録

2

アクティビティの概要

さんの最近のアクティビティ Joe Tinter

Joe Tinterさんがコメントを作成しました:

コミュニティのコメント Developer - Zendesk APIs
Hello Shannon!
 
The Ticket Audits API shows the full audit history for a ticket. It includes every change to the ticket, including metadata for each update, all field changes, all comment text, etc. It's a complete picture, but it only supports one ticket at a time. This option is helpful if you've identified a subset of tickets (through search or some other resource), and you need to pull detailed information for that list of ticket IDs. It's not efficient for large or ongoing exports.
 
For large or ongoing exports that include ticket audits, I recommend the Incremental Ticket Events API. The incremental endpoints are designed to deliver lots of raw data as efficiently as possible. The ticket events endpoint returns each event on its own, complete with all changes and metadata. (You have to include the comment_events side-load if you want comment text as well.) This allows you to pull all ticket events in bulk, but you need to reassemble them into tickets separately. The incremental Ticket Events API also allows for cursor based pagination, with an start_time in Unix time for your initial request (1648785600 would be April 1, 2022 at 00:00 UTC, if you're looking to start with 6 months ago), and subsequent pages and exports use the cursor parameter provided to you in the response.
 
I hope this information helps for your request!

コメントを表示 · 投稿日時:2022年11月30日 · Joe Tinter

0

フォロワー

0

投票

0

コメント


Joe Tinterさんが記事を作成しました:

記事サポートとチケット作成に関するヘルプ

質問

チケット共有設定で [共有招待を追加] をクリックすると、サードパーティ システムオプションとは何ですか? また、どのように使用できますか?

回答

このオプションを使用すると、共有契約 APIを使用して、サードパーティ システムをチケット共有受信者として接続できます。

このタイプの接続には、直接サポートされていないカスタム コードが必要です。Zendesk アカウント外の第三者とチケットを共有するために実装するコードと、API 呼び出しがレート制限を超えないようにする責任は、お客様にあります。

チケット共有の詳細については、次の記事を参照してください。チケットを他のサポート アカウントと共有する

翻訳に関する免責事項:この記事は、お客様の利便性のために自動翻訳ソフトウェアによって翻訳されたものです。Zendeskでは、翻訳の正確さを期すために相応の努力を払っておりますが、翻訳の正確性については保証いたしません。

翻訳された記事の内容の正確性に関して疑問が生じた場合は、正式版である英語の記事を参照してください。

編集日時:2023年1月12日 · Joe Tinter

1

フォロワー

1

投票

0

コメント