Fine+接口
  1. API服务
Fine+接口
  • 数据融合
    • API服务
      • 搜索
        POST
      • 指标属性
        GET
      • 指标血缘
        GET
      • 指标相关维度
        GET
      • 维度属性
        GET
      • 维度血缘
        GET
      • 维度相关指标
        GET
      • 维度值
        POST
      • 数据查询
        POST
      • SQL查询
        POST
  1. API服务

维度血缘

开发中
GET
/api/dc/{version}/indicator/dimension/{dimensionId}/consanguinity
最后修改时间:2026-01-14 02:35:33

请求参数

Authorization
在 header 添加参数
Authorization
示例:
Authorization: ********************
Path 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/dc/v1/indicator/dimension/67e84c6e-9a2d-4afd-9b77-df2a6d4d2000/consanguinity' \
--header 'Authorization: <api-key>'

返回响应

🟢200成功
application/json
Body

示例
{
    "nodeInfo": {
        "8da09af019094758ac32ca423939d971": {
            "id": "string",
            "showName": "string",
            "engineType": "string",
            "status": 0,
            "publishStatus": 0,
            "consanguinityLevel": 0,
            "consanguinityOverLimit": true,
            "parentId": "string",
            "manageable": true,
            "usable": true,
            "viewable": true,
            "knots": 0,
            "moduleType": 0,
            "resourceType": 0,
            "tableType": 0
        }
    },
    "parentEdges": [
        {
            "parent": "string",
            "child": "string"
        }
    ],
    "childEdges": [
        {
            "parent": "string",
            "child": "string"
        }
    ]
}
上一页
维度属性
下一页
维度相关指标
Built with