8.4 跟进记录ID查询记录
GET
https://openapi.weiling.cn/openapi/progress/get请求参数
Query 参数
access_token
string
接口调用凭证
progress_id
string
跟进记录id
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
string
可选
msg
string
可选
data
object
可选
progress_id
string
跟进记录id
content
string
内容
remark
string
简要内容
related_id
string
对象关联id
type
integer
可选
对象类型(0联系人 3企业 6群 7商机)
create_user_id
string
创建人
image_file
string
可选
跟进记录图片文件地址,多个使用逗号分割
attachment_file
array [object {4}]
可选
示例
{
"code": "string",
"msg": "string",
"data": {
"progress_id": "string",
"content": "string",
" remark": "string",
"related_id": "string",
"type": 0,
"create_user_id": "string",
"image_file": "string",
"attachment_file": [
{
"name": "string",
"type": "string",
"size": "string",
"url": "string"
}
]
}
}
最后修改时间: 14 天前