Events are what our system uses to get information to you, our customers, everything that is going on at their property. All events come with a start time and an end time, we use our event service to trigger all the alerts we send to our customers. The following table provides the type and description of all of the event available.
Event Type | Description |
Noise | Any time NRS crosses the property threshold a noise event will start. |
Disconnect | If one of your sensors goes offline we will create a disconnection event. |
Tamper | If our sensor detect tamper before a disconnection a tamper event will start. |
Property Disconnect | If all of the sensors at your property go offline, we will create a property wide disconnect. |
Low Battery | This event indicates that your outdoor sensors batteries are getting low. Time to change them! |
The events list call follows the format given the in the list pagination, sort and search guide included in this document:
Here is an example payload:
{"pagination":{"perPage":20,"pageNum":1},"filter":[{"key":"organization_id","operator":"=","value":"organization_id"}]}
Sortable
created_at
last_trigger
start_time
end_time
Filterable
organization_id
status - Special: no operator, only value of "open" or "closed"
activity_zone_id
property_id
event_class (valid values: "NOISE", "DISCONNECT", "LOST_NETWORK", "BATTERY", "TAMPER", and "OCCUPANCY")
duration