- 开发指南
- 基础接口
- 客户设置
- 消息推送
- 客户&线索&待分配
- 客户查询
- 客户导入
- 客户
- 线索&待 分配
- 商机
- 个人客户转企业客户
- 企业客户联系人
- 客户旅程
- 客户操作
- 按企微员工id列出企微好友客户详情POST
- 公海
- 企微组织架构
- 企微标签库
- 企业
- 合同
- 电商平台
- 营销
- 数据统计
- 内容访客
- 电销手机
- SOP任务
- 群发消息
- 管控
- 工单
- 素材
- 应用通知
- 附录
- 群数据
- 店主活码
按创建时间列出线索&待分配客户
POST
/api/v3/clue/list-by-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
指定时间段结束时间(不包含)
size
integer
获取数量
cursor
string
游标
type
integer
类型
示例
{
"since": "sunt",
"before": "enim qui in",
"size": 10,
"type": 1,
"cursor": "quis"
}
示例代码
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/clue/list-by-create-time-asc' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"since": "sunt",
"before": "enim qui in",
"size": 10,
"type": 1,
"cursor": "quis"
}'
返回响应
🟢200成功
application/json
Body
code
integer
状态码
message
string
结果说明
data
object
线索&待分配客户列表页
list
array [object {9}]
线索&待分配客户列表
nextCursor
string
游标
示例
{
"code": 0,
"message": "ok",
"data": {
"list": [
{
"customerId": 410983932389440,
"isClue": false,
"type": 1,
"fields": [
{
"field": "customer_source",
"type": 2,
"valueAsText": null
},
{
"field": "description",
"type": 1,
"valueAsText": "u 诶IE"
},
{
"field": "mobile",
"type": 8,
"valueAsText": "[\"145678388\"]"
},
{
"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": null
},
{
"field": "customer_stage",
"type": 2,
"valueAsText": "396823724189760"
}
],
"tagIds": [],
"createTime": "2021-05-11 15:15:48",
"lastUpdateTime": "2021-05-11 15:15:48"
},
{
"customerId": 410984073320512,
"isClue": false,
"type": 2,
"fields": [
{
"field": "customer_source",
"type": 2,
"valueAsText": null
},
{
"field": "description",
"type": 1,
"valueAsText": "大家看打开"
},
{
"field": "mobile",
"type": 8,
"valueAsText": "[\"17893883939\"]"
},
{
"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": null
},
{
"field": "customer_stage",
"type": 2,
"valueAsText": "401244899840064"
}
],
"tagIds": [
"etvRo3DwAA7XiFifIv16YLb67KkCx9Ow",
"etvRo3DwAAum4AEpERyhywF2pdCA5JwQ"
],
"createTime": "2021-05-11 15:16:57",
"lastUpdateTime": "2021-05-11 19:58:21",
"companyInfo": {
"id": 410948476397632,
"name": "uuu"
}
}
],
"nextCursor": "AAAAAGCaL2kAAAAAAAAAAAAAAAAAAAn8"
}
}
🟢200异常
修改于 2022-02-15 02:32:32