最近搜索


没有最近搜索

Get Closed tickets via Guide API



已于 2023年6月15日 发布

Hi, 

Im currently trying to get the data from fields/custom_fields using the /api/v2/requests/search api endpoint, however, the data seems to be null only for closed tickets. If I used the endpoint /api/v2/requests/ I get all the info including close ticket fields. Any reason why is this happening ? 

Thank you 


0

3

3 条评论

image avatar

Erica Girges

Zendesk Developer Advocacy

Hi Carlos!
 
I assume you meant the Ticketing Search API and not the Guide one as that would only return article and community post data. (But please correct me if I'm wrong.) You will find that with some of our endpoints such as the Ticketing Search API specific closed ticket data isn't included. This is just to meant to help streamline the data returned from this endpoint. As a whole though this API isn't meant to extract multiple or large amounts of data. If you are looking to do that, I would recommend looking into using the Incremental Exports API. You can set it up to automatically retrieve the desired data for you once the ticket status is closed or any other determining ticket updates/changes.  
 
All the best!

0


Hi Erica,

Thank you for the response. I meant the Request API since we are dealing with end_users https://developer.zendesk.com/api-reference/ticketing/tickets/ticket-requests/, we are using the following endpoint: 

  • GET /api/v2/requests/search

Is there any way we could get data from closed tickets ? 

0


image avatar

Erica Girges

Zendesk Developer Advocacy

Have you looked into using Side-Loading with the Search API? The Search API won't get you the data you need but it will get you the ticket ID's of the closed tickets which then you could use to sideload the data you're looking for. 

0


请先登录再写评论。

找不到所需的内容?

新建帖子