Documentation

Get Alarm Events

Method to get an alarm's events

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Event Types

Event TypeDescriptionExample Meta
alarm.status.canceledRepresents the event of the alarm being canceled. The canceled_by property represent's the canceling user's profile ID.
{
  canceled_by: "5d58ae1b-ba0e-46ea-8d5d-f750f088d068" 
}
alarm.psap_contactedRepresents an outbound call to the PSAP. This event can happen multiple times.
{ }
alarm.households.members_addedRepresents adding a member(s) to the household.
{
  members: [
    { id: "5d58ae1b-ba0e-46ea-8d5d-f750f088d068" },
    { id: "56edb8f5-a4b7-44b7-8acc-1ae389141f4f" },
    { id: "aab7b1c6-aaa2-458b-b360-c66da7e68fda" }
  ]
}
Path Params
string
required

ID of the alarm to get the events for

Response

Language
Credentials
OAuth2
LoadingLoading…
Response
Choose an example:
application/json