{
"projectId": 1
}
curl --location --request POST '/rest/services//plotting/openProject' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": 1
}'
{
"result": [
{
"Child": [
{
"LayerId": 2,
"LayerName": "RenewLayer",
"Symbolrefscale": "5e+6",
"UserName": "aa"
}
],
"GroupLayerName": "tempLayer",
"LayerId": 1
}
],
"resultcode": "success",
"time": 229
}