🚧 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/findAccessControlledDoorShadowsByLocation \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"lastEvaluatedKey": "<string>",
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"maxPageSize": 123
}
'{
"lastEvaluatedKey": "<string>",
"shadows": [
{
"authFirstIn": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>",
"type": "USER"
},
"source": "CONFIG_MANUAL_OVERRIDE",
"state": "DISABLED",
"stateUpdateEventTimestampMs": 123
},
"componentCompositeUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"createdAtMillis": 123,
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"scheduleFirstIn": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>",
"type": "USER"
},
"source": "CONFIG_MANUAL_OVERRIDE",
"state": "DISABLED",
"stateUpdateEventTimestampMs": 123
},
"state": {
"source": "DEFAULT_STATE",
"state": "UNLOCKED",
"stateUpdateEventTimestampMs": 123
},
"type": "AccessControlledDoorShadow",
"updatedAtMillis": 123
}
]
}Find access controlled door shadows within the specified location
curl --request POST \
--url https://api2.rhombussystems.com/api/component/findAccessControlledDoorShadowsByLocation \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"lastEvaluatedKey": "<string>",
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"maxPageSize": 123
}
'{
"lastEvaluatedKey": "<string>",
"shadows": [
{
"authFirstIn": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>",
"type": "USER"
},
"source": "CONFIG_MANUAL_OVERRIDE",
"state": "DISABLED",
"stateUpdateEventTimestampMs": 123
},
"componentCompositeUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"createdAtMillis": 123,
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"scheduleFirstIn": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>",
"type": "USER"
},
"source": "CONFIG_MANUAL_OVERRIDE",
"state": "DISABLED",
"stateUpdateEventTimestampMs": 123
},
"state": {
"source": "DEFAULT_STATE",
"state": "UNLOCKED",
"stateUpdateEventTimestampMs": 123
},
"type": "AccessControlledDoorShadow",
"updatedAtMillis": 123
}
]
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Was this page helpful?