用户数据表中的更新消息查询。
接口说明
查询用户指定实例,指定数据表中的更新消息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
GET /v2/openapi/instances/{instanceId}/tables/{table}/data-message
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
instanceId | string | 是 | 实例 ID。 | airec-cn-o400whm78004 |
startTime | long | 是 | 开始时间秒级时间戳 | 1586673466 |
endTime | long | 是 | 结束时间秒级时间戳 | 1586673466 |
table | string | 是 | 智能推荐表名(item/user) | item |
cmdType | string | 否 | update/delete/add 三选一 | update |
itemId | string | 否 | table 为 item 时必选 | 111 |
itemType | string | 否 | table 为 item 时必选 | video |
userId | string | 否 | table 为 user 时必选 | 222 |
userType | string | 否 | table 为 user 时必选 | app |
page | integer | 否 | 默认为 1 | 1 |
size | integer | 否 | 默认每页返回 20 条 | 20 |
traceId | string | 否 | trace_id | Alibaba |
sceneId | string | 否 | 场景 id | test |
bhvType | string | 否 | expose 曝光 click 点击 like 点赞 comment 评论 collect 收藏 stay 停留时长 cart 加购 buy 购买 evaluate 评论 | expose |
messageSource | string | 否 | CONSOLE 控制台更新物品 FEEDER SDK 更新物品 | CONSOLE |
返回参数
示例
正常返回示例
JSON
格式
{
"result": {
"test": "test",
"test2": 1
},
"code": "InternalServerError",
"requestId": "8F81A922-6C81-46D6-B78C-CC35E16B1691",
"message": "An internal server error occurred"
}
错误码
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史