参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Authorization | String | 是 | HMAC-SHA256 Credential=BDPP2952f97532xxxxxx/20240716/cn/openPlatform/request, SignedHeaders=host;x-content-sha256;x-date, Signature=131f3d297eb22a7xxxxxx | 详细介绍请查阅调用方式文档 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
ApiAction | String | 是 | GetProperties | 固定值,对应“请求说明”中的“接口名称” |
ApiVersion | String | 是 | 2024-05-22 | 固定值,版本号: 2024-05-22 |
project_id | String | 是 | 项目ID | |
keyword | String | 否 | 关键字 | |
online_status_code | Int | 否 | 在线状态,0-未开启,1-开启,但数据未就绪,2-开启且数据就绪过,注意:这里不代表已经是最新的数据,只是成功过 | |
datasource_id | Int | 否 | 数据源ID | |
subject_id | Int | 否 | 1 | 主体ID,参考附录-主体ID获取方式 |
无
data字段内容
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
total | Int | 总数 | |
code | Int | 0 | 状态 |
msg | String | 错误信息 | |
properties | Array |
properties数组元素内容
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
id | Int | id | |
name | String | 名称 | |
expr | String | 表达式 | |
dataType | String | 数据类型 | |
onlineStatus | String | 0 | 在线状态,0-未开启,1-开启,但数据未就绪,2-开启且数据就绪过,注意:这里不代表已经是最新的数据,只是成功过 |
latestAvailableDate | String | 2024-05-10 | 最近一次可用日期 |
showName | String | 显示名称 | |
datasourceId | Int | 数据源ID | |
datasourceName | String | 数据源名称 |
无
{ "properties": [ { "id": 307, "name": "city", "expr": "city", "dataType": "string", "onlineStatus": "COMPLETED", "showName": "city", "datasourceId": 34, "datasourceName": "autotest_user_cdp11131836_改名" }, { "id": 324, "name": "department_1", "expr": "department_1", "dataType": "string", "onlineStatus": "COMPLETED", "showName": "department_1", "datasourceId": 34, "datasourceName": "autotest_user_cdp11131836_改名" } ], "total": 2, "code": 200 }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HTTP 状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | invalidParameter | PARAMETER INVALID | 参数非法,检查入参。 |