{
"spaceId": "string",
"documentId": "string",
"documentVersion": 0
}curl --location '/dms_symbol_sz/api/bim/middleGround/getComponentBySpace' \
--header 'Content-Type: application/json' \
--data '{
"spaceId": "string",
"documentId": "string",
"documentVersion": 0
}'{
"code": 0,
"errmsg": "string",
"data": {
"documentId": "string",
"documentVersion": 0,
"componentList": [
{
"key": "string",
"value": "string",
"unit": null,
"entityId": "string"
}
]
}
}