- 开发指南
- 基础接口
- 客户设置
- 消息推送
- 客户&线索&待分配
- 客户查询
- 客户导入
- 客户
- 线索&待 分配
- 商机
- 个人客户转企业客户
- 企业客户联系人
- 客户旅程
- 客户操作
- 按企微员工id列出企微好友客户详情POST
- 公海
- 企微组织架构
- 企微标签库
- 企业
- 合同
- 电商平台
- 营销
- 数据统计
- 内容访客
- 电销手机
- SOP任务
- 群发消息
- 管控
- 工单
- 素材
- 应用通知
- 附录
- 群数据
- 店主活码
列出指定线索&待分配客户跟进内容
POST
/api/v3/clue/list-follow-up
请求参数
Header 参数
appId
string
应用 appId
默认值:
{{appId}}
timestamp
string
请求时间戳
默认值:
{{timestamp}}
sign
string
请求消息签名值
默认值:
{{sign}}
appKey
string
应用 appKey
默认值:
{{appKey}}
Body 参数application/json
customerId
integer
线索&待分配客户id
size
integer
请求列出数量
type
integer
类型
cursor
string
游标
示例
{
"customerId": 0,
"size": 0,
"type": 0,
"cursor": "string"
}
示例代码
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-follow-up' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 0,
"size": 0,
"type": 0,
"cursor": "string"
}'
返回响应
🟢200成功
application/json
Body
code
integer
状态码
message
string
结果说明
data
object
跟进列表页
list
array [object {5}]
跟进列表
nextCursor
string
游标
示例
{
"code": 0,
"message": "success",
"data": {
"list": [
{
"id": 43438,
"type": 1,
"content": "in aliqua occaecat labore proident",
"createTime": "2021-07-26 17:28:58",
"operator": {
"qwUserId": "",
"name": "API"
}
},
{
"id": 43429,
"type": 2,
"content": "添加了客户的信息:\n“日期: 2021-07-20”",
"createTime": "2021-07-26 17:26:45",
"operator": {
"qwUserId": "",
"name": "admin"
}
},
{
"id": 43428,
"type": 1,
"content": "sss",
"createTime": "2021-07-26 17:26:41",
"operator": {
"qwUserId": "",
"name": "admin"
}
}
],
"nextCursor": "AAAAAGD-f9EAAAAABQG9AAAAAAAAAKmk"
}
}
🟢200异常
修改于 2022-12-26 11:10:09