8.2 跟进记录查询-新版
GET
https://openapi.weiling.cn/openapi/v2/progress/list请求参数
Query 参数
access_token
string
可选
id
string
对象id
type
string
必需
对象类型(0联系人 3企业 4访客 6群 7商机)
cursor
string
可选
分页游标,初始为空,当返回为空时表示分页结束
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
msg
string
必需
code
integer
必需
data
object
可选
cursor
string
可选
分页游标,初始为空,当返回为空时表示分页结束
progress_list
array [object {6}]
跟进记录列表
示例
{
"msg": "success",
"code": 0,
"data": {
"progress_list": [
{
"progress_id": "xeovUN63XNQQ8djJIUWtMTw5KkdXf_4vWP2xrIeJA3E",
"create_user_id": "tf3K5LLM5peaaFxWWbiJ9BYp9e10Qk82LHrX917lQrU",
"content": "787878",
"image_file": "https://demo-cos.weiling.cn/1607658556125941760/1725343899885_94b83e59-3cef-4863-85ab-c082c0a2ceb6.jpg",
"create_time": 1725343942000,
"attachment_file": [
{
"name": "测试文档.docx",
"type": 3,
"size": 10455,
"url": "https://demo-cos.weiling.cn/1607658556125941760/1725343908.docx"
}
]
}
]
}
}
最后修改时间: 13 天前