curl --location --request POST '/zt/api/v1/statistics/fileListByTypeAndSource'
{
"data": [
{
"sourceScene": "",
"fileListByType": [
{
"fileType": "",
"fileList": [
{
"fileName": "",
"fileType": "",
"documentVersion": 0,
"fileSize": 0,
"documentId": "",
"objectId": "",
"parentId": "",
"convertStatus": "",
"customAttributes": ""
}
]
}
]
}
],
"code": 0,
"msg": ""
}