Response
The following table describes the information that is available in the response.
Response Fields
Parameter | Required/Optional | Description |
---|---|---|
This method is used to fetch agent operational metrics of the last 24 hrs.
This section describes the information that is available in the request.
Method | URL | End Point |
---|---|---|
GET |
/public/{streamId}/analytics/agents/me/ops-summary |
No Request parameters.
TBD
The following table describes the information that is available in the response.
Parameter | Required/Optional | Description |
---|---|---|
Invoke the API with JWT in the header with the following syntax:
auth: {{JWT}}
application/json
{
"avgCSAT": 3.1,
"totalCalls": 10,
"resolved": 5,
"avgHandleTime": 4.32
}