🚧 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/license/getAlertMonitoringLicenses \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data '{}'
{ "alertMonitoringLicenses": [ { "allowedDeviceCount": 123, "claimKeyUuid": "AAAAAAAAAAAAAAAAAAAAAA", "createdOn": "2023-11-07T05:31:56Z", "deviceUuids": [ "AAAAAAAAAAAAAAAAAAAAAA" ], "firstAssignedDate": "2023-11-07T05:31:56Z", "licenseToUnassignEmailState": "INITIAL_EMAIL_SUCCEEDED", "licenseType": "STARTER", "locationUuid": "AAAAAAAAAAAAAAAAAAAAAA", "maxDeleteDate": "2023-11-07T05:31:56Z", "monthlyVerificationLimit": 123, "monthsReset": 123, "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA", "percentUsage": 123, "priorClaimKeyUuid": "AAAAAAAAAAAAAAAAAAAAAA", "productCode": "<string>", "productType": "DEVICE", "remainingAlarms": 123, "remainingVerifications": 123, "state": "CLAIMED", "trial": true, "updatedOn": "2023-11-07T05:31:56Z", "uuid": "AAAAAAAAAAAAAAAAAAAAAA", "warningStage": 123 } ], "error": true, "errorMsg": "<string>", "warningMsg": "<string>" }
Get list of alert monitoring licenses available in organization
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for getting list of alert monitoring licenses available in organization.
OK
Response object containing list of alert monitoring licenses available in organization.
List of alert monitoring licenses available in the organization
Show child attributes
Was this page helpful?