{
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da",
"paramNames": [
"string"
],
"nodeIds": [
0
]
}curl --location --request POST '/blackHole3D/project/element/v3/getParamValueByTreeNodeIds' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da",
"paramNames": [
"string"
],
"nodeIds": [
0
]
}'[
{
"nodeId": 0,
"fileName": "string",
"elementParams": [
{
"paramName": "string",
"paramValue": "string"
}
]
}
]