🚧 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/event/getPolicyAlertCount \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "maxResultsSize": 1000 } '
{ "count": 42, "error": true, "errorMsg": "<string>", "warningMsg": "<string>" }
Get count of policy alerts
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for retrieving the count of policy alerts.
Maximum number of results to count
1000
OK
Response object containing the count of policy alerts.
Count of policy alerts
42
Was this page helpful?