转人工会话统计
POST
https://qiyukf.com/openapi/openapi/ai/statistic/transferHuman
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://qiyukf.com/openapi/openapi/ai/statistic/transferHuman?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"robotId":2,
"sessionType":0,
"startTime":1595952000000,
"endTime": 1596038399999
}'
响应示例响应示例
{
"code": 200,
"message": "哈哈",
"data": [
{
"type": 0,
"count": 7,
"sessionRatio": 0.0337
}
]
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
time
string
必需
默认值:
{{time}}
checksum
string
必需
默认值:
{{checksum}}
Body 参数application/json
返回响应
修改于 2022-01-28 04:35:02