- 开发指南
- 基础接口
- 客户设置
- 消息推送
- 客户&线索&待分配
- 客户查询
- 客户导入
- 客户
- 客户数据
- 客户聊天
- 已跟进客户数据
- 线索&待分配
- 商机
- 个人客户转企业客户
- 企业客户联系人
- 客户旅程
- 客户操作
- 按企微员工id列出企微好友客户详情POST
- 公海
- 企微组织架构
- 企微标签库
- 企业
- 合同
- 电商平台
- 营销
- 数据统计
- 内容访客
- 电销手机
- SOP任务
- 群发消息
- 管控
- 工单
- 素材
- 应用通知
- 附录
- 群数据
- 店主活码
按跟进关系创建时间升序列出已跟进的客户
将废弃
POST
/api/v3/customer-relation/list-by-relation-create-time-asc
请求参数
Header 参数
appId
string
应用 appId
默认值:
{{appId}}
timestamp
string
请求时间戳
默认值:
{{timestamp}}
sign
string
请求消息签名值
默认值:
{{sign}}
appKey
string
应用 appKey
默认值:
{{appKey}}
Body 参数application/json
since
string
指定时间段开始时间(包含)
before
string
指定时间段结束时间(不包含)
type
integer
类型
qwUserId
string
销售企微账号。不传不限定
size
integer
获取数量
cursor
string
游标
示例
{
"since": "2013-04-17 20:33:09",
"qwUserId": "elit magna",
"size": 100,
"type": 1,
"before": "2018-08-15 00:35:37",
"cursor": "in ea consequat"
}
示例代码
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-relation-create-time-asc' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"since": "2013-04-17 20:33:09",
"qwUserId": "elit magna",
"size": 100,
"type": 1,
"before": "2018-08-15 00:35:37",
"cursor": "in ea consequat"
}'
返回响应
🟢200成功
application/json
Body
code
integer
状态码
message
string
结果说明
data
object
客户列表页
list
array [object {15}]
客户列表
nextCursor
string
游标
示例
{
"code": 0,
"message": "ok",
"data": {
"list": [
{
"customerId": 414912243411008,
"qwUserId": "dowen",
"type": 1,
"fields": [
{
"field": "customer_source",
"type": 2,
"valueAsText": null
},
{
"field": "description",
"type": 1,
"valueAsText": null
},
{
"field": "mobile",
"type": 8,
"valueAsText": "[\"18809890987\"]"
},
{
"field": "address",
"type": 1,
"valueAsText": null
},
{
"field": "birthday",
"type": 3,
"valueAsText": null
},
{
"field": "corp_name",
"type": 1,
"valueAsText": null
},
{
"field": "name",
"type": 1,
"valueAsText": "客户A3ooIc"
},
{
"field": "purchase_intention",
"type": 2,
"valueAsText": null
},
{
"field": "gender",
"type": 2,
"valueAsText": "0"
},
{
"field": "customer_stage",
"type": 2,
"valueAsText": "401244899840064"
}
],
"tagIds": [],
"createTime": "2021-06-02 20:04:41",
"lastUpdateTime": "2021-06-02 20:04:41",
"wechatNickname": null,
"wechatAvatar": null,
"wechatLocation": null,
"convertCustomerTime": null,
"qwRemark": "客户A3ooIc",
"externalUserId": null
},
{
"customerId": 416156789723200,
"qwUserId": "dowen",
"type": 2,
"fields": [
{
"field": "customer_source",
"type": 2,
"valueAsText": null
},
{
"field": "description",
"type": 1,
"valueAsText": ""
},
{
"field": "mobile",
"type": 8,
"valueAsText": "[]"
},
{
"field": "address",
"type": 1,
"valueAsText": null
},
{
"field": "birthday",
"type": 3,
"valueAsText": null
},
{
"field": "corp_name",
"type": 1,
"valueAsText": null
},
{
"field": "name",
"type": 1,
"valueAsText": null
},
{
"field": "purchase_intention",
"type": 2,
"valueAsText": null
},
{
"field": "gender",
"type": 2,
"valueAsText": "1"
},
{
"field": "customer_stage",
"type": 2,
"valueAsText": "401244899840064"
}
],
"tagIds": [],
"createTime": "2021-06-09 20:52:58",
"lastUpdateTime": "2021-06-09 20:52:58",
"companyInfo": {
"id": 416156782616640,
"name": "考虑考虑"
},
"wechatNickname": "dong",
"wechatAvatar": "https://wx.qlogo.cn/mmhead/Q3auHgzwzM79SIfrfXkGZWcLiczyiaGOLFHmOW01oysQiaM8NOtBc8QVQ/0",
"wechatLocation": null,
"convertCustomerTime": null,
"qwRemark": "dong",
"externalUserId": null
}
],
"nextCursor": "AAAAAGDAuaoAAAAALLJOeAAAAAADf7ZB"
}
}
🟢200异常
修改于 2023-02-09 08:49:02