{
"maxResultCount": 1,
"skipCount": 0,
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"name": "string",
"status": [
0
],
"way": 0
}
curl --location --request POST '/blackHole3D/project/fileManage/list' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"maxResultCount": 1,
"skipCount": 0,
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"name": "string",
"status": [
0
],
"way": 0
}'
{
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"creationTime": "2019-08-24T14:15:22Z",
"creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
"lastModificationTime": "2019-08-24T14:15:22Z",
"lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
"key": "string",
"fileName": "string",
"scheme": "string",
"savePath": "string",
"size": 0,
"suffix": "string",
"description": "string",
"blobSize": 0,
"blobCount": 0,
"blobIndex": 0,
"uploadTime": "2019-08-24T14:15:22Z",
"uploadStatus": {
"value": 0,
"displayName": "string"
},
"uploadWay": {
"value": 0,
"displayName": "string"
},
"extraProperties": {
"property1": null,
"property2": null
},
"checkResult": "string"
}
],
"totalCount": 0
}