最近搜索
没有最近搜索
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