{
"documentId": "string",
"documentVersion": 0
}
curl --location --request POST '/zt/api/v1/data/file/detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"documentId": "string",
"documentVersion": 0
}'
{
"data": {
"id": "",
"projectId": "",
"name": "",
"fileType": "",
"objectId": "",
"convertStatus": "",
"storagePath": "",
"fileSize": 0,
"customAttributes": ""
},
"code": 0,
"msg": ""
}