客服组排队情况查询
POST
https://qiyukf.com/openapi/chat/queue/group/query
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://qiyukf.com/openapi/chat/queue/group/query?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId": 624001
}'
响应示例响应示例
{
"code": 200,
"message": "",
"staffInfo": [
{
"id": 12712411,
"realname": "李莉莉",
"maxServeCount": 20,
"servingCount": 10
},
{
"id": 12712612,
"realname": "张磊",
"maxServeCount": 15,
"servingCount": 13
}
]
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
time
string
必需
默认值:
{{time}}
checksum
string
必需
默认值:
{{checksum}}
Body 参数application/json
返回响应
修改于 2022-01-28 04:24:37