OpenDoc_API-文档访问 (2.0.10)

Download OpenAPI specification:Download

API to access AnyFabric

如有任何疑问,可到开发者社区提问:https://developers.aishu.cn

Authentication

  • 调用需要鉴权的API,必须将token放在HTTP header中:"Authorization: Bearer ACCESS_TOKEN"
  • 对于GET请求,除了将token放在HTTP header中。

资产门户首页

数据服务超市最新上线(数据目录)

数据服务超市最新上线(数据目录)

Responses

Response samples

Content type
application/json
[
  • {
    }
]

获取数据服务超市最新上线(资源)

获取数据服务超市最新上线(资源)

query Parameters
resource_type
required
string
Enum: "data_view" "interface_svc" "indicator"

申请资源类型

Responses

Response samples

Content type
application/json
[
  • {
    }
]

获取最近下载(逻辑视图)

获取最近下载 (逻辑视图)

Responses

Response samples

Content type
application/json
[
  • {
    }
]

获取我的被授权资源

获取我的被授权资源,包括逻辑视图、接口管理、指标

query Parameters
resource_type
required
string
Enum: "data_view" "interface_svc" "indicator"

申请资源类型

Responses

Response samples

Content type
application/json
{
  • "authorized_at": 1733547923255,
  • "id": "f31d1061-a5cf-4bec-8d0e-1a678df8f888",
  • "indicator_type": "atomic",
  • "name": "项目个数"
}

获取我的资源数量

获取我的资源数量(授权给我的、我是Owner),包括逻辑视图、接口管理、指标

Responses

Response samples

Content type
application/json
{
  • "data_view": {
    },
  • "indicator": {
    },
  • "interface_svc": {
    }
}