{
"id": "string"
}
curl --location --request POST '/zt/api/v1/data/content/all/tree' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string"
}'
{
"data": [
{
"id": "",
"name": "",
"parentId": "",
"property": "",
"tag": "",
"type": "",
"fileType": "",
"objectId": "",
"documentId": "",
"fileVersion": 0,
"storagePath": "",
"fileSize": 0,
"convertStatus": "",
"customAttributes": "",
"createTime": 1698890451033,
"children": [
{
"id": "",
"name": "",
"parentId": "",
"property": "",
"tag": "",
"type": "",
"fileType": "",
"objectId": "",
"documentId": "",
"fileVersion": 0,
"storagePath": "",
"fileSize": 0,
"convertStatus": "",
"customAttributes": "",
"createTime": 1698890451033,
"children": []
}
]
}
],
"code": 0,
"msg": ""
}