- DS迭代
- DS5.6
- jobmanager
- 元数据-元数据开发-分层管理
- 元数据-元数据开发-编目管理
- 元数据-元数据开发-表管理
- 元数据-规范中心-标准管理
- 元数据-规范中心-脱敏规则
- 元数据-敏感管理
- 任务运维-实时运维
- 任务运维-周期运维-周期作业
- 数据资产-资产概览
- 数据资产-资产中心
- 数据资产-问题数据
- 数据共享-发布管理-服务监控
- 数据服务-服务管理
- 文件夹管理
列举编目
POST
/metadata/devcenter/listdir

请求参数
Header 参数
Content-Type
string
必需
Body 参数application/json
projectid
string
所属项目id,必填
dirtype
string
必需
sorttype
integer
必需
示例
{
"projectid": "czy",
"dirtype": "standarddir",
"sorttype": 1
}
返回响应
🟠400响应参数
application/json
Body
code
integer
状态码示例:200
result
array [object {15}]
必需
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
必需
示例
{
"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