🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/component/findComponentShadowsByOwnerDevice \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"componentShadows": [
{
"state": "CONNECTED",
"stateUpdateEventTimestampMs": 123,
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"createdAtMillis": 123,
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"type": "DoorReaderShadow",
"updatedAtMillis": 123
}
]
}Retrieve component shadows by the specified owner device uuid
curl --request POST \
--url https://api2.rhombussystems.com/api/component/findComponentShadowsByOwnerDevice \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"componentShadows": [
{
"state": "CONNECTED",
"stateUpdateEventTimestampMs": 123,
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"createdAtMillis": 123,
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"type": "DoorReaderShadow",
"updatedAtMillis": 123
}
]
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
OK
Show child attributes
Was this page helpful?