About this query
Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.
Developer info
- Description
- This query returns a list of when your alarm went off.
- API endpoint slug
- amazon_alexa.history_of_times_your_alarm_went_off
- Runtime method
- performQuery("amazon_alexa.history_of_times_your_alarm_went_off")
Query fields
No fields for this query
Ingredients
Create timeDate and time the alarm was last set.
- Slug
- lastUpdatedDate
- Filter code
- AmazonAlexa.historyOfTimesYourAlarmWentOff.CreateTime
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
Alert timeDate and time your alarm goes off.
- Slug
- triggerTime
- Filter code
- AmazonAlexa.historyOfTimesYourAlarmWentOff.AlertTime
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00