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 completions on your To Do List.
- API endpoint slug
- amazon_alexa.history_of_completions_on_your_to_do_list
- Runtime method
- performQuery("amazon_alexa.history_of_completions_on_your_to_do_list")
Query fields
No fields for this query
Ingredients
Completed itemThe text of the completed To Do item.
- Slug
- text
- Filter code
- AmazonAlexa.historyOfCompletionsOnYourToDoList.CompletedItem
- Type
- String
- Example
- Book my flight
Entire listA comma separated list of all To Do items.
- Slug
- todoList
- Filter code
- AmazonAlexa.historyOfCompletionsOnYourToDoList.EntireList
- Type
- String
- Example
- Book flight, return keys, change tires
Completed timeDate and time item was completed.
- Slug
- completedTime
- Filter code
- AmazonAlexa.historyOfCompletionsOnYourToDoList.CompletedTime
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00