v1
latestOpenAPI 3.0.32026-07-24214879985.1 KBEvent Alert Rules
Get details of a specific rule by id
get/eventAlertConditionRules/{id}
Path parameters
idstring required
Account ID. Use self as the Account ID to reference the account of the current session
Response
Success, returns the rule details
Example response
{
"name": "Alert on Motion detection",
"notes": "Generate alerts on Motion Detection at night.",
"humanValidation": {
"enabled": true,
"service": "eenV1"
},
"eventFilter": {
"eventTypes": [
"een.lprPlateReadEvent.v1"
],
"resourceFilter": {
"actors": [
{
"id": "100b913c"
}
]
}
},
"createTimeStamp": "2021-04-22T00:00:00.000+00:00",
"updateTimeStamp": "2021-04-22T00:20:00.000+00:00",
"outputAlertTypes": [
"een.motionDetectionAlert.v1"
],
"endUserAccountId": "00012345"
}