DANA
  1. 元数据-规范中心-标准管理
DANA
  • DS迭代
    • DS5.6
      • jobmanager
        • 列举任务
        • 指标卡数据
      • 元数据-元数据开发-分层管理
        • 列举分层
      • 元数据-元数据开发-编目管理
        • 列举文件夹
        • 删除文件夹
        • 新增/编辑文件夹
      • 元数据-元数据开发-表管理
        • 表模型管理表详情
        • 表模型管理列举表信息
      • 元数据-规范中心-标准管理
        • 列举编目
          POST
        • 列举标准
          POST
      • 元数据-规范中心-脱敏规则
        • 列举脱敏规则
      • 元数据-敏感管理
        • 敏感等级-列举
        • 敏感识别规则列举
      • 任务运维-实时运维
        • 4.6实时任务运维-实时任务列表
      • 任务运维-周期运维-周期作业
        • 列举周期作业
      • 数据资产-资产概览
        • 获取分层数据总览
      • 数据资产-资产中心
        • 列举文件夹
        • 资产中心列举表v2
      • 数据资产-问题数据
        • 模糊搜索问题数据表信息。
      • 数据共享-发布管理-服务监控
        • 列举服务监控列表
      • 数据服务-服务管理
        • 服务列举接口
      • 文件夹管理
        • 文件夹列举
  1. 元数据-规范中心-标准管理

列举编目

POST
/metadata/devcenter/listdir
image.png

请求参数

Header 参数
Content-Type
string 
必需
示例:application/json
Body 参数application/json
projectid
string 
所属项目id,必填
必需
dirtype
string 
必需
标识文件夹类型,目前有编目、标签、标准三种,对应值:catalog、tagdir、standarddir,必填
sorttype
integer 
必需
排序字段:1-name
示例
{
  "projectid": "czy",
  "dirtype": "standarddir",
  "sorttype": 1
}

返回响应

🟠400响应参数
application/json
Body
code
integer 
状态码示例:200
必需
result
array [object {15}] 
必需
标准文件夹列表,item 类型: object
id
string 
文件夹id
必需
name
string 
文件夹名称
必需
dirtype
string 
文件夹类型
必需
parentid
string 
上一级文件夹id
必需
parentname
string 
上一级文件夹名称
必需
number
integer 
文件夹编号
必需
order
string 
编目编号
必需
count
integer 
文件夹包含文件个数
必需
isfourth
boolean 
是否是第四级文件夹
必需
islower
boolean 
是否最底层文件夹
必需
projectid
string 
所属项目标识
必需
created
string 
创建时间
必需
modified
string 
修改时间
必需
tables
array [object] 
其下所有表
必需
sorttype
integer 
必需
排序字段:1.name
示例
{
  "code": 0,
  "result": [
    {
      "id": "string",
      "name": "string",
      "dirtype": "string",
      "parentid": "string",
      "parentname": "string",
      "number": 0,
      "order": "string",
      "count": 0,
      "isfourth": true,
      "islower": true,
      "projectid": "string",
      "created": "string",
      "modified": "string",
      "tables": [
        {}
      ],
      "sorttype": 0
    }
  ]
}
修改于 2023-03-29 08:29:32
上一页
表模型管理列举表信息
下一页
列举标准
Built with