Retrieve the available asset descriptors
GEThttps://demo.openremote.io/api/master/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 (auto)
Schema
- Array [
- ]
namestring
Possible values: Value must match regular expression ^\w+$
iconstring
colourstring
dynamicboolean
descriptorType stringrequired
Possible values: []
[
{
"name": "string",
"icon": "string",
"colour": "string",
"dynamic": true,
"descriptorType": "string"
}
]
Authorization: oauth2
name: openidtype: oauth2flows: {
"clientCredentials": {
"tokenUrl": "/auth/realms/master/protocol/openid-connect/token",
"refreshUrl": "/auth/realms/master/protocol/openid-connect/token",
"scopes": {
"profile": "profile"
}
},
"authorizationCode": {
"authorizationUrl": "/auth/realms/master/protocol/openid-connect/auth",
"tokenUrl": "/auth/realms/master/protocol/openid-connect/token",
"refreshUrl": "/auth/realms/master/protocol/openid-connect/token",
"scopes": {
"profile": "profile"
}
}
}
- curl
- nodejs
- java
- python
- ruby
- csharp
- go
- php
- powershell
- CURL
curl -L 'https://demo.openremote.io/api/master/model/assetDescriptors' \
-H 'Authorization: Bearer <token>'
ResponseClear