- 统一接口
- 分管控制台/客服坐席管理
- 客服坐席
- 主控
- 分管
- 菜单管理
- 管理员
- 首页
- IP管理
- 坐席主管
- ip2world
- 拉群
- 消息回调POST
- 重新登录POST
- 协议回调更新手机号状态POST
- 物理IP获取POST
- 提供给协议做调用POST
分管查询坐席对应下面得全部营销用户
开发中
开发环境
http://localhost:8080
开发环境
http://localhost:8080
POST
/xd/channel/retrieveUsersForAgent
请求参数
Header 参数
token
string
必需
Body 参数application/json
managedId
integer
分控id
agentId
integer
坐席id
receId
integer
可选
示例
{
"managedId": 0,
"agentId": 0,
"receId": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:8080/xd/channel/retrieveUsersForAgent' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"managedId": 0,
"agentId": 0,
"receId": 0
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"msg": "操作成功",
"code": 200,
"data": [
{
"receId": 473661,
"receImageUrl": null,
"receLoginState": "0",
"receName": "8617600247012",
"remark": ""
}
]
}