QueryDataMessage - 查询用户数据表中的更新消息

用户数据表中的更新消息查询。

接口说明

查询用户指定实例,指定数据表中的更新消息。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

调试

授权信息

当前API暂无授权信息透出。

请求语法

GET /v2/openapi/instances/{instanceId}/tables/{table}/data-message HTTP/1.1

请求参数

名称

类型

必填

描述

示例值

instanceId

string

实例 ID。

airec-cn-o400whm78004

startTime

integer

开始时间秒级时间戳

1586673466

endTime

integer

结束时间秒级时间戳

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

imei

string

返回参数

名称

类型

描述

示例值

object

result

object

查询结果

xxx

code

string

错误码

InternalServerError

requestId

string

请求 id

8F81A922-6C81-46D6-B78C-CC35E16B1691

message

string

错误详情

An internal server error occurred

示例

正常返回示例

JSON格式

{
  "result": {
    "test": "test",
    "test2": 1
  },
  "code": "InternalServerError",
  "requestId": "8F81A922-6C81-46D6-B78C-CC35E16B1691",
  "message": "An internal server error occurred"
}

错误码

访问错误中心查看更多错误码。

变更历史

更多信息,参考变更详情