Hello, is there a way to get ticket metrics incrementally in the same data structure as I get from GET /api/v2/ticket_metrics/ (which I believe is not "incremental capable") ?
ticket_metric_events is giving me different data structure
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
/api/v2/ticket_metricsor/api/v2/ticket/{ticket_id}/metrics, however it will be returned in its own object connected to the ticket as opposed to be doing only the metrics data. You can do this with the following call:https://{subdomain}.zendesk.com/api/v2/incremental/tickets/cursor.json?start_time={epochtime}&include=metric_setsHope that helps, apologies again for the misunderstanding!