🚧 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/keypad/getKeypadsForOrg \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data '{}'
{ "error": true, "errorMsg": "<string>", "keypads": [ { "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 an org
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for getting all registered keypads for an organization.
OK
Response object containing all registered keypads for an organization.
List of all registered keypads for the organization
Show child attributes
Was this page helpful?