{
"fileType": "string"
}
curl --location --request POST '/zt/api/v1/statistics/project//fileList' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileType": "string"
}'
{
"data": [
{
"projectId": "",
"parentId": "",
"name": "",
"fileType": "",
"objectId": "",
"documentId": "",
"documentVersion": 0,
"storagePath": "",
"fileSize": 0,
"property": "",
"tag": ""
}
],
"code": 0,
"msg": ""
}