参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Authorization | String | 是 | HMAC-SHA256 Credential=BDPP2952f97532xxxxxx/20240716/cn/openPlatform/request, SignedHeaders=host;x-content-sha256;x-date, Signature=131f3d297eb22a7xxxxxx | 详细介绍请查阅调用方式文档 |
X-Tenant | Int | 是 | 1 | 项目ID |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
ApiAction | String | 是 | QueryDataSourceList | 固定值,对应“请求说明”中的“接口名称” |
ApiVersion | String | 是 | 2023-02-10 | 固定值,版本号:2023-02-10 |
sourceName | String | 否 | 数据源名称,不传获取所有 |
无
data 数组元素字段内容
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
id | Int | 0 | 数据源id |
projectId | Int | 0 | 项目id |
entityType | String | string | 所在实体名 |
sourceType | Int | 0 | 数据源类型(1:属性,2:明细,3;行为) |
sourceName | String | string | 数据源名称 |
owner | String | string | 数据源owner |
sourceTag | String | string | |
syncType | Int | 0 | 更新类型(0:离线,1:实时) |
templateOrNot | Boolean | true | 是否为模版 |
无
{ "code": 0, "msg": "成功", "data": [ { "id": 18, "projectId": 1, "subjectId": 1, "entityType": "baseid", "entityIdField": "base_id", "sourceType": 4, "sourceName": "标签数据源_1_baseid", "sourceDesc": "系统初始化当前APP_ID自动创建", "owner": "admin", "sourceTag": "inner", "tags": [ ], "syncType": 0, "targetSetId": null, "templateOrNot": false, "editBan": true, "driver": "click_house", "createTime": "2024-11-13 18:38:24", "updateTime": "2024-11-13 18:38:24", "appIds": [ ], "actions": null, "dataUpdateType": null, "pdateField": "p_date" } ] }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HTTP 状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | invalidParameter | PARAMETER INVALID | 参数非法,检查入参。 |