Does anyone know how to create such a dashboard or event get the data in order to track Time to Respond and Time to Resolve for cases/alerts?
I search the version 1 API and even if you use: /api/external/v1/dynamic-cases/GetCaseDetails
The data returns: Creation, Modification, Start time, end time
The Modification field that tracks the update, is updated anytime the case is modified - this includes comments and assignment.
The end_time field doesnt seem to be updated at all event after case closure. At least while I use the api explorer.
Has anyone managed to create a dash board that is able to track this information?