curl --request POST \
--url https://api2.rhombussystems.com/api/keypad/updateKeypad \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"additionalFeaturesDisabled": true,
"armCountdownSecs": 30,
"buildingAdminPhoneNumber": "+1-555-123-4567",
"floorNumber": 1,
"keypadUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"latitude": 37.7749,
"locationName": "Main Building",
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"logoUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"longitude": -122.4194,
"name": "Main Entrance Keypad",
"qualifiedAddress": {
"addressLine2": "<string>",
"addressline1": "<string>",
"administrativeArea": "<string>",
"locality": "<string>",
"postalCode": "<string>",
"regionCode": "<string>"
},
"showCallBuildingAdmin": true,
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"subLocationsHierarchyKeyUpdated": false,
"timeZoneId": "America/Los_Angeles",
"videoWallUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Update keypad settings
curl --request POST \
--url https://api2.rhombussystems.com/api/keypad/updateKeypad \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"additionalFeaturesDisabled": true,
"armCountdownSecs": 30,
"buildingAdminPhoneNumber": "+1-555-123-4567",
"floorNumber": 1,
"keypadUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"latitude": 37.7749,
"locationName": "Main Building",
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"logoUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"longitude": -122.4194,
"name": "Main Entrance Keypad",
"qualifiedAddress": {
"addressLine2": "<string>",
"addressline1": "<string>",
"administrativeArea": "<string>",
"locality": "<string>",
"postalCode": "<string>",
"regionCode": "<string>"
},
"showCallBuildingAdmin": true,
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"subLocationsHierarchyKeyUpdated": false,
"timeZoneId": "America/Los_Angeles",
"videoWallUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://api-docs.rhombus.community/llms.txt
Use this file to discover all available pages before exploring further.
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.
api-token, api, partner-api-token, partner-api Request object for updating keypad settings and configuration.
Arm countdown seconds for the keypad
30
Phone number of the building administrator
"+1-555-123-4567"
Floor number where the keypad is located
1
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Latitude coordinate of the keypad location
37.7749
Name of the location where the keypad is installed
"Main Building"
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Longitude coordinate of the keypad location
-122.4194
Name of the keypad
"Main Entrance Keypad"
Qualified address information for the keypad location
Show child attributes
Whether to show the call building admin option
true
A sequence of one or more base 64 (url-safe) uuid substrings. These substrings are separated by dots (.).
Show child attributes
"AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA"
Whether the sub-locations hierarchy key has been updated
false
Time zone ID for the keypad location
"America/Los_Angeles"
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Was this page helpful?