Skip to content

Latest Items

Luke edited this page Aug 12, 2014 · 7 revisions

Lists of latest items can be retrieved using

/Users/{UserId}/Items/Latest

It supports many of the usual querying parameters:

  • StartIndex
  • Limit
  • Fields
  • ParentId
  • IsPlayed
  • IncludeItemTypes

It also has an additional param, GroupItems (default true). If true, items from the same container will be grouped into one and the container will be returned. The ChildCount property will be used to hold the group count.

Example - Show latest movies

This will display the latest 20 unplayed movies:

/Users/{UserId}/Items/Latest?IncludeItemTypes=Movie&Limit=20&IsPlayed=false

Clone this wiki locally