获取意向用户互动记录
Scope: enterprise.data 需要申请权限 需要用户授权
请求地址
GET /enterprise/leads/user/action/list/
请求头
- Content-Type: application/json
- access-token: 调用/oauth/access_token/生成的 token,此 token 需要用户授权。示例: act.1d1021d2aee3d41fee2d2add43456badMFZnrhFhfWotu3Ecuiuka27L56lr
请求参数
URL 请求
参数名称 | 参数类型 | 参数描述 | 参数示例 | 是否必填 |
---|
暂无数据
响应参数
参数名称 | 参数类型 | 参数描述 | 参数示例 | 是否必填 |
---|
暂无数据
响应样例
{
"data": {
"cursor": "<nil>",
"description": "",
"error_code": "0",
"has_more": "<nil>",
"list": [
{
"action_flag": "<nil>",
"action_source": "<nil>",
"action_type": "<nil>",
"create_time": "<nil>",
"user_id": "<nil>"
}
]
},
"extra": {
"description": "",
"error_code": "0",
"logid": "202008121419360101980821035705926A",
"now": "1597213176393",
"sub_description": "",
"sub_error_code": "0"
}
}
响应错误样例
{
"data": {
"description": "Parameter error",
"error_code": 2100005
},
"extra": {
"logid": "2020070614111601022506808001045D59",
"now": 1594015876138
}
}
诚邀您对本文档易读易用性进行评价
好用
不好用