Retrieve the available asset descriptors
GET/model/assetDescriptors
Retrieve the available asset descriptors
Request
Query Parameters
parentId string
parentType string
Header Parameters
Authorization string
X-Forwarded-Proto string
X-Forwarded-Host string
Responses
- default
default response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
name string
Possible values: Value must match regular expression ^\w+$
icon string
colour string
dynamic boolean
descriptorType stringrequired
[
{
"name": "string",
"icon": "string",
"colour": "string",
"dynamic": true,
"descriptorType": "string"
}
]
Loading...