最近搜索


没有最近搜索

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 调用不会超出 速率限制。 

如需了解更多关于工单共用的信息,请查阅文章:与其它 Support 帐户共用工单

翻译免责声明:本文章使用自动翻译软件翻译,以便您了解基本内容。 我们已采取合理措施提供准确翻译,但不保证翻译准确性

如对翻译准确性有任何疑问,请以文章的英语版本为准。

已于 2023年1月26日 编辑 · Joe Tinter

1

关注者

0

投票

0

评论