Get alert monitoring threat case
curl --request POST \
--url https://api2.rhombussystems.com/api/event/getAlertMonitoringThreatCase \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'import requests
url = "https://api2.rhombussystems.com/api/event/getAlertMonitoringThreatCase"
payload = { "uuid": "AAAAAAAAAAAAAAAAAAAAAA" }
headers = {
"x-auth-scheme": "<x-auth-scheme>",
"x-auth-apikey": "<api-key>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {
'x-auth-scheme': '<x-auth-scheme>',
'x-auth-apikey': '<api-key>',
'Content-Type': 'application/json'
},
body: JSON.stringify({uuid: 'AAAAAAAAAAAAAAAAAAAAAA'})
};
fetch('https://api2.rhombussystems.com/api/event/getAlertMonitoringThreatCase', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));HttpResponse<String> response = Unirest.post("https://api2.rhombussystems.com/api/event/getAlertMonitoringThreatCase")
.header("x-auth-scheme", "<x-auth-scheme>")
.header("x-auth-apikey", "<api-key>")
.header("Content-Type", "application/json")
.body("{\n \"uuid\": \"AAAAAAAAAAAAAAAAAAAAAA\"\n}")
.asString();{
"error": true,
"errorMsg": "<string>",
"threatCase": {
"alertGroupingKeys": {},
"associatedDeviceUuids": {},
"createdAtMillis": 123,
"deleted": true,
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"locationName": "<string>",
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"noonlightAlarmId": "<string>",
"noonlightVerificationId": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"policyAlertComponentCompositeUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"policyAlertDeviceUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"policyAlertUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"policyAlertUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"promptTitle": "<string>",
"sharedClipGroupUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"sirenSettings": {
"audioGateways": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"clipUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"durationSeconds": 123,
"playCount": 123
},
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"submissionTimestampMs": 123,
"submitDelayExpireTimestampMs": 123,
"timelineEventList": [
{
"alertUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"message": "<string>",
"noonlightVerificationId": "<string>",
"timestampSec": 123,
"userUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"uuid": "AAAAAAAAAAAAAAAAAAAAAA",
"verificationHistory": {
"alertIndex": 123,
"currentVerification": {
"alertUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"clipVerificationId": "<string>",
"failedAsClip": true,
"failedAsStream": true,
"initiatedAsClip": true,
"sentAsClip": true,
"sentAsClipAtMs": 123,
"sentAsWindowedStream": true,
"sentAsWindowedStreamAtMs": 123,
"streamVerificationId": "<string>",
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA"
},
"verificationRecords": [
{
"alertUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"clipVerificationId": "<string>",
"failedAsClip": true,
"failedAsStream": true,
"initiatedAsClip": true,
"sentAsClip": true,
"sentAsClipAtMs": 123,
"sentAsWindowedStream": true,
"sentAsWindowedStreamAtMs": 123,
"streamVerificationId": "<string>",
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA"
}
]
}
},
"warningMsg": "<string>"
}Event Webservice
Get alert monitoring threat case
Get alert monitoring threat case
POST
/
api
/
event
/
getAlertMonitoringThreatCase
Get alert monitoring threat case
curl --request POST \
--url https://api2.rhombussystems.com/api/event/getAlertMonitoringThreatCase \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'import requests
url = "https://api2.rhombussystems.com/api/event/getAlertMonitoringThreatCase"
payload = { "uuid": "AAAAAAAAAAAAAAAAAAAAAA" }
headers = {
"x-auth-scheme": "<x-auth-scheme>",
"x-auth-apikey": "<api-key>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {
'x-auth-scheme': '<x-auth-scheme>',
'x-auth-apikey': '<api-key>',
'Content-Type': 'application/json'
},
body: JSON.stringify({uuid: 'AAAAAAAAAAAAAAAAAAAAAA'})
};
fetch('https://api2.rhombussystems.com/api/event/getAlertMonitoringThreatCase', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));HttpResponse<String> response = Unirest.post("https://api2.rhombussystems.com/api/event/getAlertMonitoringThreatCase")
.header("x-auth-scheme", "<x-auth-scheme>")
.header("x-auth-apikey", "<api-key>")
.header("Content-Type", "application/json")
.body("{\n \"uuid\": \"AAAAAAAAAAAAAAAAAAAAAA\"\n}")
.asString();{
"error": true,
"errorMsg": "<string>",
"threatCase": {
"alertGroupingKeys": {},
"associatedDeviceUuids": {},
"createdAtMillis": 123,
"deleted": true,
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"locationName": "<string>",
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"noonlightAlarmId": "<string>",
"noonlightVerificationId": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"policyAlertComponentCompositeUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"policyAlertDeviceUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"policyAlertUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"policyAlertUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"promptTitle": "<string>",
"sharedClipGroupUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"sirenSettings": {
"audioGateways": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"clipUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"durationSeconds": 123,
"playCount": 123
},
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"submissionTimestampMs": 123,
"submitDelayExpireTimestampMs": 123,
"timelineEventList": [
{
"alertUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"message": "<string>",
"noonlightVerificationId": "<string>",
"timestampSec": 123,
"userUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"uuid": "AAAAAAAAAAAAAAAAAAAAAA",
"verificationHistory": {
"alertIndex": 123,
"currentVerification": {
"alertUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"clipVerificationId": "<string>",
"failedAsClip": true,
"failedAsStream": true,
"initiatedAsClip": true,
"sentAsClip": true,
"sentAsClipAtMs": 123,
"sentAsWindowedStream": true,
"sentAsWindowedStreamAtMs": 123,
"streamVerificationId": "<string>",
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA"
},
"verificationRecords": [
{
"alertUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"clipVerificationId": "<string>",
"failedAsClip": true,
"failedAsStream": true,
"initiatedAsClip": true,
"sentAsClip": true,
"sentAsClipAtMs": 123,
"sentAsWindowedStream": true,
"sentAsWindowedStreamAtMs": 123,
"streamVerificationId": "<string>",
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA"
}
]
}
},
"warningMsg": "<string>"
}Authorizations
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Headers
Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.
Available options:
api-token, api, partner-api-token, partner-api Body
application/json
Request object for retrieving a specific alert monitoring threat case.
base 64 (url-safe) uuid string
Example:
"AAAAAAAAAAAAAAAAAAAAAA"
Last modified on August 9, 2026
⌘I