最近の検索
最近の検索はありません
How to Retrieve All Tickets in a Date Range from Zendesk API
投稿日時:2025年2月17日
"I am looking for a way to obtain all tickets within a date range, from [start date] to [end date], but I see that the Zendesk API only handles a maximum of 1000 records per request. I am interested in getting all the ticket information (without events). Any recommendations?"
0
1
1件のコメント
Erica Girges
I recommend using the Incremental Export API instead. You'll have a max of 1000 results per page but you'll be able to use cursor based pagination to retrieve all the data that you need.
0