PlaystateService
API Documentation: Playback Check-ins
deleteUsersByUseridPlayeditemsById
delete /Users/{UserId}/PlayedItems/{Id}
Marks an item as unplayed
deleteUsersByUseridPlayingitemsById
delete /Users/{UserId}/PlayingItems/{Id}
Reports that a user has stopped playing an item
postSessionsPlaying
post /Sessions/Playing
Reports playback has started within a session
postSessionsPlayingPing
post /Sessions/Playing/Ping
Pings a playback session
postSessionsPlayingProgress
post /Sessions/Playing/Progress
Reports playback progress within a session
postSessionsPlayingStopped
post /Sessions/Playing/Stopped
Reports playback has stopped within a session
postUsersByUseridItemsByItemidUserdata
post /Users/{UserId}/Items/{ItemId}/UserData
Updates userdata for an item
postUsersByUseridPlayeditemsById
post /Users/{UserId}/PlayedItems/{Id}
Marks an item as played
postUsersByUseridPlayeditemsByIdDelete
post /Users/{UserId}/PlayedItems/{Id}/Delete
Marks an item as unplayed
postUsersByUseridPlayingitemsById
post /Users/{UserId}/PlayingItems/{Id}
Reports that a user has begun playing an item
postUsersByUseridPlayingitemsByIdDelete
post /Users/{UserId}/PlayingItems/{Id}/Delete
Reports that a user has stopped playing an item
postUsersByUseridPlayingitemsByIdProgress
post /Users/{UserId}/PlayingItems/{Id}/Progress
Reports a user's playback progress