최근 검색
최근 검색 없음

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
I hope this information helps for your request!
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 계정 외부의 제3자와 티켓을 공유하기 위해 구현하는 코드와 API 호출이 호출빈도 제한을 초과하지 않도록 해야 할 책임이 있습니다.
티켓 공유에 대한 자세한 내용은 다른 Support 계정과 티켓 공유하기.
번역 고지 사항: 본 문서는 콘텐츠에 대한 기본적인 이해를 제공하기 위해 자동 번역 소프트웨어를 사용하여 번역되었습니다. 정확한 번역을 제공하고자 합당한 노력을 기울였으나 Zendesk는 번역의 정확성을 보장하지 않습니다.
번역된 문서에 포함된 정보의 정확성과 관련하여 질문이 있으시면 문서의 공식 버전인 영문 버전을 참조하시기 바랍니다.
2023년 1월 12일에 편집됨 · Joe Tinter
1
팔로워
1
투표
0
댓글