🚧 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/doorcontroller/updateDetails \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Update details for door controller. Note: uuid is a required field
curl --request POST \
--url https://api2.rhombussystems.com/api/doorcontroller/updateDetails \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for updating details for a door controller.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Description of the door controller
"Controls access to the main entrance"
Direction in radians for the door controller
1.5708
Floor number where the door controller is located
1
Latitude coordinate of the door controller
34.0522
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Longitude coordinate of the door controller
-118.2437
Name of the door controller
"Main Entrance Controller"
Was this page helpful?