实时数据报表
POST
https://qiyukf.com/openapi/data/overview/session
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://qiyukf.com/openapi/data/overview/session?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"toGroup":[-1],
"toStaff":[-1],
"assignStaff":[-1]
}'
响应示例响应示例
{
"code": 200,
"message": {
"averageServiceTime": 23430,
"averageWaitingTime": 0,
"evaluatePercent": 0,
"kefuCount": 1,
"leaveSessionCount": 2,
"queueCount": 4,
"relativeSatisfactionPercent": 0,
"servicePercent": 0.2,
"sessionCount": 8,
"totalQueueCount": 0,
"totalSessionCount": 0,
"firstResponseTime": 1000,
"averageResponseTime": 2399,
"evaluationCount": 12,
"type": 1
}
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
time
string
必需
默认值:
{{time}}
checksum
string
必需
默认值:
{{checksum}}
Body 参数application/json
返回响应
修改于 2022-01-28 04:34:15