Shortcuts Data Model
Last Updated:
This guide outlines structure of the various data objects that you can access via Shortcuts.
List
List- The actualListobject. 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 theListItems- An array ofList Itemobjects 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- ABoolindicating if the item is on The Shelf (True or False)List- TheListobject in which the item is withinDeeplink- A url that links directly to theList Item
Logbook Item
Logbook Item- The actualLogbook Itemobject. 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