You need to enable JavaScript to run this app.
导航
获取明细数据源的枚举值 - GetDetailAttributes
最近更新时间:2025.01.15 11:35:30首次发布时间:2024.07.12 14:50:50

请求说明

  • 请求方式:POST
  • 接口名称:GetDetailAttributes
  • 请求地址:https://console.volcengine.com/cdp/open_platform/openapi

请求参数

参数

类型

是否必选

示例值

描述

Authorization

String

HMAC-SHA256 Credential=BDPP2952f97532xxxxxx/20240716/cn/openPlatform/request, SignedHeaders=host;x-content-sha256;x-date, Signature=131f3d297eb22a7xxxxxx

详细介绍请查阅调用方式文档

Query

参数

类型

是否必选

示例值

描述

ApiAction

String

GetDetailAttributes

固定值,对应“请求说明”中的“接口名称”

ApiVersion

String

2023-02-10

固定值,版本号:2023-02-10

tenantCode

String

1

项目ID

attributeId

String

1

要查的数据源字段id

keyword

String

xx

查询关键字

current

Int

1

当前页(如果当前页和分页大小不传拉取1000条)

pageSize

Int

10

分页大小

Body

参数

数据类型

是否必选

示例值

描述

datasourceId

Int

1

数据源id

times

JsonValue

{
  "type":"Range",
  "startTime":"2020-01-01",
  "endTime":"2020-02-01"
}

描述时间范围的类型

返回参数

参数

类型

示例值

描述

code

Number

0

状态码,0表示正常

data

Array

[s1,s2]

返回一个数组,其中包括所有该字段出现过的枚举值

请求示例

GET /?ApiAction=GetDetailAttributes&ApiVersion=2023-02-10&tenantCode=1&attributeId=1&keyword=xx&current=1&pageSize=10

返回示例

{
    "data": [
        "\"上海\"",
        "\"重庆\"",
        "\"天津\"",
        "\"广州\""
    ],
    "code": 0
}

错误码

下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。

HTTP 状态码

错误码

错误信息

说明

400

invalidParameter

PARAMETER INVALID

参数非法,检查入参。