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 additions to your Shopping List.
- API endpoint slug
- amazon_alexa.history_of_additions_to_your_shopping_list
- Runtime method
- performQuery("amazon_alexa.history_of_additions_to_your_shopping_list")
Query fields
No fields for this query
Ingredients
Added itemThe text of the item added on the Shopping List.
- Slug
- text
- Filter code
- AmazonAlexa.historyOfAdditionsToYourShoppingList.AddedItem
- Type
- String
- Example
- Chocolates
Entire listA comma separted list of all items in the Shopping List.
- Slug
- shoppingItemsList
- Filter code
- AmazonAlexa.historyOfAdditionsToYourShoppingList.EntireList
- Type
- String
- Example
- Chocolate, Milk, Eggs
Added timeDate and time item was added.
- Slug
- createdTime
- Filter code
- AmazonAlexa.historyOfAdditionsToYourShoppingList.AddedTime
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00