I see that the /api/v2/tickets/{id}/metrics.json contains the solved_at field. Why can't this be in /api/v2/tickets/{id}.json endpoint? I'm running into latency and rate limiting issue trying to get solve_at.
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Hey there,
The metrics endpoint is kept separate as to allow for faster response times along with better stability for reporting that relies on it. The tickets endpoint pulls from the same rate limit as the ticket metrics endpoint, so moving it would actually cause further issues. Would you be able to tell us a bit more about the issues you're encountering?
Have a wonderful day!
Eric Nelson | Manager - Developer Advocacy