🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/feature/getDeviceFeatures \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0" } '
{ "error": true, "errorMsg": "<string>", "features": { "deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0", "featureMap": {} }, "warningMsg": "<string>" }
Get enabled features for a device
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for retrieving enabled features for a device.
RUUID with optional appended facet information
"AAAAAAAAAAAAAAAAAAAAAA.v0"
OK
Response object containing enabled features for a device.
Device features configuration with feature enablement mapping.
Show child attributes
Was this page helpful?