9.2 获取动态(即将废弃)
GET
https://openapi.weiling.cn/openapi/event/list请求参数
Query 参数
id
string
对象id
type
integer
必需
0手机号线索 1企微好友 7商机
dynamic_type
integer
可选
1 客户动态 2 跟进动态
cursor
string
必需
分页游标,初始为空,当返回为空时表示分页结束
access_token
string
必需
获取到的凭证,最长为512字节
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
cursor
string
必需
分页游标,当还有更多项时返回,否则不返回
history
array [object {12}]
必需
示例
{
"code": 0,
"msg": "ok",
"data": {
"cursor": "cursor",
"history": [
{
"history_id": "history_id",
"history_type": 201,
"create_time": 1629553239377,
"create_userid": "create_userid",
"title": "title",
"content": "content",
"duration": 100,
"keyword": "xxxx",
"searchword": "xxxx",
"url": "http://xxxx.com",
"clickTime": 1631618303000,
"ip": "127.0.0.1"
}
]
}
}
最后修改时间: 11 天前