最近の検索
最近の検索はありません
Request API search by range date
投稿日時:2023年2月23日
Is there any way to search the request API (https://developer.zendesk.com/api-reference/ticketing/tickets/ticket-requests/) by range date ? The idea is to only return a collection of requests that are between two dates.
Is this possible ? thank you
0
3
3件のコメント
Tipene Hughes
You can use the Search Requests endpoint to specify a date range using support placeholders. Here's a link to the support search reference which has information about searching with date ranges:
Searching with a date/time range
I hope this helps!
Tipene
1
Carlos
Hi Tipene Hughes
Thank you for the reply. I double checked the query it worked :)
Example: /api/v2/requests/search.json?query=created>2023-02-01 created<2023-02-03
Appreciated !
0
Tipene Hughes
Glad to hear it :)
Have a great day!
Tipene
0