🚧 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/keypad/getKeypadsForLocation \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"keypads": [
{
"additionalFeaturesDisabled": true,
"armCountdownSecs": 123,
"buildingAdminPhoneNumber": "<string>",
"connectionState": "ONLINE",
"floorNumber": 123,
"ipAddress": "<string>",
"lastModified": 123,
"latitude": 123,
"locationName": "<string>",
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"logoUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"longitude": 123,
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"platform": "ANDROID",
"qualifiedAddress": {
"addressLine2": "<string>",
"addressline1": "<string>",
"administrativeArea": "<string>",
"locality": "<string>",
"postalCode": "<string>",
"regionCode": "<string>"
},
"showCallBuildingAdmin": true,
"signalStrength": 123,
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"tz": "<string>",
"uuid": "AAAAAAAAAAAAAAAAAAAAAA",
"videoWallUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"warningMsg": "<string>"
}Get a list of all registered keypads for a location
curl --request POST \
--url https://api2.rhombussystems.com/api/keypad/getKeypadsForLocation \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"keypads": [
{
"additionalFeaturesDisabled": true,
"armCountdownSecs": 123,
"buildingAdminPhoneNumber": "<string>",
"connectionState": "ONLINE",
"floorNumber": 123,
"ipAddress": "<string>",
"lastModified": 123,
"latitude": 123,
"locationName": "<string>",
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"logoUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"longitude": 123,
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"platform": "ANDROID",
"qualifiedAddress": {
"addressLine2": "<string>",
"addressline1": "<string>",
"administrativeArea": "<string>",
"locality": "<string>",
"postalCode": "<string>",
"regionCode": "<string>"
},
"showCallBuildingAdmin": true,
"signalStrength": 123,
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"tz": "<string>",
"uuid": "AAAAAAAAAAAAAAAAAAAAAA",
"videoWallUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for getting all registered keypads for a specific location.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Was this page helpful?