{
"documentId": "string",
"documentVersion": 0
}
curl --location --request POST '/zt/api/v1/data/file/equipment/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"documentId": "string",
"documentVersion": 0
}'
{
"data": [
{
"deviceId": "",
"deviceName": "",
"objectId": "",
"location": {
"x": 0,
"y": 0,
"z": 0
},
"rotation": "",
"urn": "",
"jobType": "",
"type": ""
}
],
"code": 0,
"msg": ""
}