- 开发指南
- 基础接口
- 客户设置
- 消息推送
- 客户&线索&待分配
- 客户查询
- 客户导入
- 客户
- 线索&待分配
- 商机
- 个人客户转企业客户
- 企业客户联系人
- 客户旅程
- 客户操作
- 按企微员工id列出企微好友客户详情POST
- 公海
- 企微组织架构
- 企微标签库
- 企业
- 合同
- 电商平台
- 营销
- 数据统计
- 内容访客
- 电销手机
- SOP任务
- 群发消息
- 管控
- 工单
- 素材
- 应用通知
- 附录
- 群数据
- 店主活码
客户高级筛选接口
将废弃
POST
/api/v3/customer/list-customer-of-search
客户&线索&待分配/客户/客户数据/客户查询
请求参数
Header 参数
appId
string
应用 appId
默认值:
{{appId}}
timestamp
string
请求时间戳
默认值:
{{timestamp}}
sign
string
请求消息签名值
默认值:
{{sign}}
appKey
string
应用 appKey
默认值:
{{appKey}}
Body 参数application/json
searchKey
string | null
搜索关键字
customerType
integer | null
客户模式
customerAllocateSource
null
客户来源
protectedTime
integer | null
是否锁定客户
conditions
object | null
高级筛选组
isEmty
boolean | null
高级筛选时填写false,否则不写
conditionOp
integer
高级筛选条件组合规则
conditionItems
array [object {4}] | null
高级筛选条件组
pageSize
integer | null
页大小
pageNo
integer | null
页数
sortField
string | null
排序字段
friendType
string | null
按好友关系查询
obtainWay
string | null
按获取途径查询客户
示例
{
"searchKey": "",
"customerType": 3,
"repoId": null,
"customerAllocateSource": null,
"protectedTime": 0,
"conditions": {
"isEmty": false,
"conditionOp": 0,
"conditionItems": [
{
"name": "别动单选",
"op": 2,
"fieldType": 2,
"values": [
"权重"
]
},
{
"name": "客户来源",
"op": 2,
"fieldType": 2,
"values": [
"老客户介绍"
]
}
]
},
"pageSize": 50,
"pageNo": 1,
"sortField": "create_time",
"sortDir": 1
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v3/customer/list-customer-of-search' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"searchKey": "",
"customerType": 3,
"repoId": null,
"customerAllocateSource": null,
"protectedTime": 0,
"conditions": {
"isEmty": false,
"conditionOp": 0,
"conditionItems": [
{
"name": "别动单选",
"op": 2,
"fieldType": 2,
"values": [
"权重"
]
},
{
"name": "客户来源",
"op": 2,
"fieldType": 2,
"values": [
"老客户介绍"
]
}
]
},
"pageSize": 50,
"pageNo": 1,
"sortField": "create_time",
"sortDir": 1
}'
返回响应
🟢200成功
application/json
Body
code
integer
调用响应码
message
string