Skip to main content
GET
/
agent
/
queryAgentInfoList
查询客服信息列表
curl --request GET \
  --url https://sg.sobot.io/agent/queryAgentInfoList \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

serviceId
string

客服ID

companyId
string

公司ID

serviceName
string
serviceNick
string
serviceStatus
integer

客服状态 0未激活,1启用中,2平台管控,9停用,-1删除

phoneNo
string
serviceEmail
string

客服邮箱

cusRoleId
string

客服角色ID

roleId
string
userId
string
groupId
string
groupIds
string
cusRoleName
string
serviceNo
string
departId
string
managerFlag
integer
qywxBindStatus
integer

客服绑定状态 0和2或者NULL表示未绑定,1表示绑定

productIdList
string[]
queryContent
string
queryType
integer

查询类型 1 所有 2 组织架构

departFlag
integer

查询部门数据 1 当前部门

serviceIdList
string[]

一批客服ID

departIdList
string[]
agentIdList
string[]
roleIdList
string[]
userIdList
string[]
pageNo
integer

页数

pageSize
integer

每页记录数

qywxUserId
string

企业微信userId

qywxUserIdList
string[]

企微userId列表

sortCol
string

排序字段

sortSeq
string

排序结果,降序desc,还是升序asc

language
string

多语言

type
string
flag
integer
timezone
string

时区

groupIdList
string[]

客服组id list

delDepartFlag
integer

查询删除部门信息 1查询

Response

200 - application/json

成功