bi


查询字段类型

接口名称:

查询字段类型

接口描述:

请求路径:

/api/v1/dataSet/fieldType/search

请求方式:

GET

请求参数:

  • Header
参数名 参数值 必填 描述
Content-Type application/x-www-form-urlencoded Y application/x-www-form-urlencoded
  • Param
参数名 类型 必选 描述
type String Y 维度:dimension;指标:measure
  • Body

请求示例:

&type=null

返回参数:

参数名 类型 必选 描述
code String N 响应码
message String N 响应消息
data List<FieldTypeVO> N 响应数据
-->element FieldTypeVO Y
-->-->code Integer N 字段类型编码
-->-->message String N 字段类型描述

返回示例:

{
    &quot;code&quot;: &quot;&quot;,
    &quot;message&quot;: &quot;&quot;,
    &quot;data&quot;: [
        {
            &quot;code&quot;: 0,
            &quot;message&quot;: &quot;&quot;
        }
    ]
}

页面列表

ITEM_HTML