Shortcuts Data Model
Last Updated:
This guide outlines structure of the various data objects that you can access via Shortcuts.
List
List
- The actualList
object. Useful for passing into the Open List shortcutTitle
- Title of the listDate Added
- Date the list was createdDate Edited
- Date the list was last editedDeeplink
- A url that links directly to theList
Items
- An array ofList Item
objects within theList
List Item
List Item
- The actual List Item object. Useful for passing into the Open List Item shortcut.Title
- Title of the itemCategory
- The category for the item: app, book, movie, etcImage URL
- The URL for the item’s cover imageDate Added
- Date the item was addedDate Edited
- Date the item was lasted editedSticky Note
- The contents of the item’s Sticky Note, if it has onePinned
- ABool
indicating if the item is on The Shelf (True or False)List
- TheList
object in which the item is withinDeeplink
- A url that links directly to theList Item
Logbook Item
Logbook Item
- The actualLogbook Item
object. Useful for passing into the Open Logbook Item shortcut.Title
- Title of the itemItem Type
- The data type for the item: app, book, movie, etcImage URL
- The URL for the item’s cover imageDate Added
- Date the item was addedDate Edited
- Date the item was lasted editedSticky Note
- The contents of the item’s Sticky Note, if it has oneDeeplink
- A url that links directly to theLogbook Item