List resolution times
GET {{baseUrl}}/api/v1/dashboards/ticketsResolutionTime?groupBy=<string> max chars : 100&duration=<String>
This API lists the durations taken to resolve tickets.
OAuth Scope
Desk.tickets.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
groupBy | string | Key that groups stats according to a specific attribute: date, channel, agent, or hour | |
departmentId | string | ID(s) of the department(s) from which the stats must be fetched | |
agentId | string | ID(s) of the agent(s) whose stats must be fetched | |
teamId | string | ID(s) of the team(s) from which the stats must be fetched | |
duration | string | Predefined time range from which the stats must be fetched | |
startDate | string | Starting date for defining custom time range | |
endDate | string | Ending date for defining custom time range | |
channel | string | Channel through which the tickets were received |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"totalAvgAgentTime":"41:50 hrs","timeData":[{"avgSystemTime":"41:50 hrs","ticketCount":"1","avgAgentTime":"41:50 hrs","value":"Priyanka","referenceValue":"4000000012629"}],"totalTicketCount":"1","totalAvgSystemTime":"41:50 hrs","groupedBy":"agent"}