Method to get an alarm's events

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" } ] }
Language
Credentials
OAuth2