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