{
"list": [
{
"documentId": "e7d297bd2b32497abc15641f32dcb0ce",
"documentVersion": 1
}
]
}
curl --location --request POST '/zt/api/v1/data/classification/tree' \
--header 'Content-Type: application/json' \
--data-raw '{
"list": [
{
"documentId": "e7d297bd2b32497abc15641f32dcb0ce",
"documentVersion": 1
}
]
}'
{
"data": [
{
"id": "6549dce5eecbe60109c93786",
"guid": "0pnQRcks12HgXmc403YvQG",
"name": "hello",
"isVirtual": null,
"children": [
{
"guid": "8933b784004643d781e2786eb95dea8b",
"name": "卧室",
"isVirtual": true,
"children": [
{
"guid": "3_RW3H1RPCSwzp64Kfvy4Q",
"name": "1:卧室",
"isVirtual": null,
"children": null
}
]
}
],
"documentId": "a78c62f436f6484b9dd30207e98a8f27",
"documentVersion": 1,
"createTime": 1699339431435,
"updateTime": 1699339431435
}
],
"code": 0,
"msg": "成功"
}