按数据源返回入库文件分类
已测完
POST
/zt/api/v1/statistics/fileListByTypeAndSource
2023-10-25
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/zt/api/v1/statistics/fileListByTypeAndSource'
返回响应
🟢200成功
application/json
Body
模型数量
data
array [object {2}] | null
可选
sourceScene
string | null
数据源
fileListByType
array [object {2}] | null
文件列表
code
integer | null
可选
msg
string | null
可选
示例
{
"data": [
{
"sourceScene": "",
"fileListByType": [
{
"fileType": "",
"fileList": [
{
"fileName": "",
"fileType": "",
"documentVersion": 0,
"fileSize": 0,
"documentId": "",
"objectId": "",
"parentId": "",
"convertStatus": "",
"customAttributes": ""
}
]
}
]
}
],
"code": 0,
"msg": ""
}
修改于 2023-12-09 13:36:09