{
"parentId": "70850378-7d3c-4f45-91b7-942d4dfbbd43",
"rootId": "5fbed245-3fa3-4aec-a906-36fce6169827",
"nodes": [
{
"nodeName": "string",
"nodeType": 0,
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"nodeId": "959356e3-6168-4a92-b4a5-b9d462be6177",
"dataSetType": 0
}
]
}
curl --location --request POST '/blackHole3D/project/sceneTree/addSubNodes' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"parentId": "70850378-7d3c-4f45-91b7-942d4dfbbd43",
"rootId": "5fbed245-3fa3-4aec-a906-36fce6169827",
"nodes": [
{
"nodeName": "string",
"nodeType": 0,
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"nodeId": "959356e3-6168-4a92-b4a5-b9d462be6177",
"dataSetType": 0
}
]
}'
[
{
"creationTime": "2019-08-24T14:15:22Z",
"creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
"lastModificationTime": "2019-08-24T14:15:22Z",
"lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
"rootId": "5fbed245-3fa3-4aec-a906-36fce6169827",
"sceneNodeName": "string",
"coordinates": "string",
"levelCode": "string",
"parentId": "70850378-7d3c-4f45-91b7-942d4dfbbd43",
"levelPathName": "string",
"nodeType": {
"value": 0,
"displayName": "string"
},
"constituteType": {
"value": 0,
"displayName": "string"
},
"subNodes": [
{}
],
"hasTexture": true,
"sceneNodeId": "480bc965-a963-4d5b-9288-c315f26dcd76",
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da",
"dataSetType": {
"value": 0,
"displayName": "string"
},
"viewStatus": {
"value": 0,
"displayName": "string"
},
"extraProperties": {
"property1": null,
"property2": null
}
}
]