최근 검색
최근 검색 없음
Ticket Search API - Field Specific Response?
2023년 12월 01일에 게시됨
I'm running an API ticket search by phone number
Ex. /api/v2/search.json?query=type:ticket+requester:%2B555-123-4567
I only want returned in the response the "url" value for ticket(s) found and don't need all of the other fields. Is it possible to either only return certain fields or suppress lengthy sections like "custom_fields"?
0
1
댓글 1개
Tipene Hughes
It's not possible to filter the properties on the response object(s), unfortunately. Depending on how you're working with the data, your best bet would likely be running a bit of code in the background to filter the results on your end.
Sorry I couldn't be more help!
Tipene
0