- 开发指南
- 基础接口
- 客户设置
- 消息推送
- 客户&线索&待分配
- 客户查询
- 客户导入
- 客户
- 客户数据
- 客户聊天
- 已跟进客户数据
- 线索&待分配
- 商机
- 个人客户转企业客户
- 企业客户联系人
- 客户旅程
- 客户操作
- 按企微员工id列出企微好友客户详情POST
- 公海
- 企微组织架构
- 企微标签库
- 企业
- 合同
- 电商平台
- 营销
- 数据统计
- 内容访客
- 电销手机
- SOP任务
- 群发消息
- 管控
- 工单
- 素材
- 应用通知
- 附录
- 群数据
- 店主活码
列出销售跟进的客户
已废弃
POST
/api/v3/customer-relation/list-by-qw-user-id
请求参数
Header 参数
appId
string
应用 appId
默认值:
{{appId}}
timestamp
string
请求时间戳
默认值:
{{timestamp}}
sign
string
请求消息签名值
默认值:
{{sign}}
appKey
string
应用 appKey
默认值:
{{appKey}}
Body 参数application/json
qwUserId
string
销售企微账号
cursor
string
游标
size
integer
获取数量
type
integer
类型
示例
{
"qwUserId": "anim laboris fugiat culpa magna",
"cursor": "officia",
"size": 100,
"type": 2
}
示例代码
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-relation/list-by-qw-user-id' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"qwUserId": "anim laboris fugiat culpa magna",
"cursor": "officia",
"size": 100,
"type": 2
}'
返回响应
🟢200成功
application/json
Body
code
integer
状态码
message
string
结果说明
data
object
客户列表页
list
array [object {13}]
客户列表
nextCursor
string
游标
示例
{
"code": 0,
"message": "ok",
"data": {
"list": [
{
"customerId": 398604120668224,
"qwUserId": "dowen",
"type": 1,
"fields": [
{
"field": "customer_source",
"type": 2,
"valueAsText": "4"
},
{
"field": "description",
"type": 1,
"valueAsText": null
},
{
"field": "mobile",
"type": 8,
"valueAsText": "[\"110110\"]"
},
{
"field": "address",
"type": 1,
"valueAsText": null
},
{
"field": "birthday",
"type": 3,
"valueAsText": null
},
{
"field": "corp_name",
"type": 1,
"valueAsText": null
},
{
"field": "name",
"type": 1,
"valueAsText": "14635"
},
{
"field": "purchase_intention",
"type": 2,
"valueAsText": null
},
{
"field": "gender",
"type": 2,
"valueAsText": "0"
},
{
"field": "customer_stage",
"type": 2,
"valueAsText": "396823724189760"
}
],
"tagIds": [
"etvRo3DwAAq7llRWbNwJvWxLxioIuhtQ",
"etvRo3DwAAq7llRWbNwJvWxLxioIuhtQ"
],
"createTime": "2021-03-06 16:22:17",
"lastUpdateTime": "2021-03-31 14:59:21",
"wechatNickname": null,
"wechatAvatar": null,
"wechatLocation": null,
"convertCustomerTime": null,
"qwRemark": "14635",
"externalUserId": null
},
{
"customerId": 398923388842048,
"qwUserId": "dowen",
"type": 1,
"fields": [
{
"field": "customer_source",
"type": 2,
"valueAsText": "4"
},
{
"field": "description",
"type": 1,
"valueAsText": null
},
{
"field": "mobile",
"type": 8,
"valueAsText": "[\"18910515284\"]"
},
{
"field": "address",
"type": 1,
"valueAsText": null
},
{
"field": "birthday",
"type": 3,
"valueAsText": null
},
{
"field": "corp_name",
"type": 1,
"valueAsText": null
},
{
"field": "name",
"type": 1,
"valueAsText": "张三测"
},
{
"field": "purchase_intention",
"type": 2,
"valueAsText": null
},
{
"field": "gender",
"type": 2,
"valueAsText": "0"
},
{
"field": "customer_stage",
"type": 2,
"valueAsText": "398792098304064"
}
],
"tagIds": [],
"createTime": "2021-03-06 16:26:51",
"lastUpdateTime": "2021-03-31 14:59:21",
"wechatNickname": null,
"wechatAvatar": null,
"wechatLocation": null,
"convertCustomerTime": null,
"qwRemark": "张三测",
"externalUserId": null
}
],
"nextCursor": "AAAAAGBDPMsAAAAACC5MoAAAAAADfxpa"
}
}
🟢200异常
修改于 2023-06-06 08:12:30