客服满意度报表
POST
/openapi/statistic/satisfaction/report
1.
2.
3.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://qiyukf.com/openapi/statistic/satisfaction/report?appKey=&time=&checksum=' \
--header 'content-type: application/json;charset=utf-8' \
--data-raw '{
"startTime": 1594308486784,
"endTime": 1594308486784,
"model": 3,
"staffIdList": [
34240,
92461,
74647
]
}'
响应示例响应示例
{
"code": 0,
"message": {
"id": 0,
"name": "string",
"account": "string",
"date": 0,
"staffInviteCount": 0,
"inviteCount": 0,
"evaCount": 0,
"verySatisfiedCount": 0,
"satisfiedCount": 0,
"normalSatisfiedCount": 0,
"veryNotSatisfiedCount": 0,
"notSatisfiedCount": 0,
"staffInviteRatio": 0,
"inviteRatio": 0,
"validStaffInviteRatio": 0,
"validInviteRatio": 0,
"evaRatio": 0,
"validEvaRatio": 0,
"satisfactionRatio": 0,
"validSatisfactionRatio": 0
}
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
time
string
必需
默认值:
{{time}}
checksum
string
必需
默认值:
{{checksum}}
Header 参数
content-type
string
必需
示例值:
application/json;charset=utf-8
Body 参数application/json