Get Property Tree widget favorite properties for the project
GET/explorer/:sceneId/propertytree/favorites
Get Property Tree widget favorite properties for the project
Request
Path Parameters
sceneId stringrequired
Responses
- 200
- 401
- 403
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
propertyName stringrequired
Property name
[
{
"propertyName": "string"
}
]
Unauthorized
Forbidden
Not Found
Server Error
Loading...