参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Authorization | String | 是 | HMAC-SHA256 Credential=BDPP2952f97532xxxxxx/20240716/cn/openPlatform/request, SignedHeaders=host;x-content-sha256;x-date, Signature=131f3d297eb22a7xxxxxx | 详细介绍请查阅调用方式文档 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
ApiAction | String | 是 | QueryeventList | 对应“请求说明”中的“接口名称” |
ApiVersion | String | 是 | 2023-02-10 | 版本号:2023-02-10 |
dataSourceId | Integer | 是 | 数据源id |
无
data字段内容
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
id | Int | 0 | 事件id |
eventId | Int | 0 | 事件id |
enName | String | string | 事件名 |
cnName | String | string | 事件展示名 |
description | String | string | 事件描述 |
eventType | Int | 0 | 事件类型 |
originId | Int | 0 | 原始id |
isDisplay | Bool | true | 是否显示 |
editBan | Bool | true | 是否可编辑 |
dataSourceId | Int | 0 | 数据源id |
dataSourceName | String | string | 数据源名 |
sourceTag | String | string | 数据源注册来源 |
sourceType | Int | 0 | 数据源类型 |
无
{ "code": 0, "msg": "String", "data": [ { "id": 0, "eventId": 0, "enName": "String", "cnName": "String", "description": "String", "eventType": 0, "originId": 0, "isDisplay": true, "editBan": true, "dataSourceId": 0, "dataSourceName": "String", "sourceTag": "String", "sourceType": 0 } ] }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HTTP 状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | invalidParameter | PARAMETER INVALID | 参数非法,检查入参。 |