客服质量报表
POST
http://qiyukf.com/openapi/statistic/staffquality
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://qiyukf.com/openapi/statistic/staffquality?appKey=&time=&checksum=' \
--header 'content-type: application/json;charset=utf-8' \
--data-raw '{
"startTime": 1594306727942,
"endTime": 1594308204040,
"model": 1,
"staffGroupList": [
63294,
80624,
46334
],
"staffIdList": [
34240,
92461,
74647
]
}'
响应示例响应示例
{
"code": 0,
"message": {
"id": 0,
"name": "string",
"namePinyin": "string",
"avgFirstRespTime": 0,
"avgRespTime": 0,
"replyRatio": 0,
"avgTime": 0,
"evaRatio": 0,
"satisfactionRatio": "string",
"role": 0,
"timestamp": 0,
"evaluationDetail": "string",
"dynamicTitle": 0,
"answerReplyRatio": 0,
"oneOffRatio": 0
}
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
time
string
必需
默认值:
{{time}}
checksum
string
必需
默认值:
{{checksum}}
Header 参数
content-type
string
必需
示例值:
application/json;charset=utf-8
Body 参数application/json
返回响应
修改于 2022-01-28 05:35:47