🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/doorbellcamera/getDoorbellCameraRulesForOrg \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data '{}'
{ "doorbellCameraUuidToRulesMap": {}, "error": true, "errorMsg": "<string>", "warningMsg": "<string>" }
Get rules for all doorbell cameras in an org.
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for retrieving rules for all doorbell cameras in an organization.
OK
Response object containing rules for all doorbell cameras in an organization.
Map of doorbell camera UUIDs to their component rules
Show child attributes
Was this page helpful?