View how long a task has been in each status. The Total time in Status ClickApp must first be enabled by the Workspace owner or an admin.
{- "current_status": {
- "status": "open",
- "color": "#d3d3d3",
- "total_time": {
- "by_minute": 21708,
- "since": "1604004423494"
}
}, - "status_history": [
- {
- "status": "open",
- "color": "#d3d3d3",
- "type": "open",
- "total_time": {
- "by_minute": 21707,
- "since": "1604004423494"
}, - "orderindex": 0
}, - {
- "status": "active status",
- "color": "#5CF1D4",
- "type": "custom",
- "total_time": {
- "by_minute": 23274,
- "since": "1602607941692"
}, - "orderindex": 4
}
]
}