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 [ 
- ] 
namestring
Possible values: Value must match regular expression ^\w+$
iconstring
colourstring
dynamicboolean
descriptorTypestringrequired
[
  {
    "name": "string",
    "icon": "string",
    "colour": "string",
    "dynamic": true,
    "descriptorType": "string"
  }
]