Support Chart API
Last updated
Last updated
Method
Post
Media Type
application/json
URL
http://[server]/dolphin/apiv1/graph/support/chart/avgWaitTime
Header
Authorization : Bearer [generatedToken]
Body
Status
200
Response
{ “status”: “success”, “data”: “00:00:00”, “hasMore”: false, “nextIndex”: 0, “prevIndex”: 0, “totalResults”: 0 }
Method
Post
Media Type
application/json
URL
http://[server]/dolphin/apiv1/graph/support/chart/avgResolutionTime
Header
Authorization : Bearer [generatedToken]
Body
Status
200
Response
{ “status”: “success”, “data”: “00:00:00”, “hasMore”: false, “nextIndex”: 0, “prevIndex”: 0, “totalResults”: 0 }