API to check if particular user has viewed a title

What is the API call to check if a particular user has viewed a library item?

Or the API call to get a list of library items played by a user?

Or the API call to get a list of users who have played a given library item?

Not a lot of detail needed. I’ve got plex.tv and local API’s (and Tautulli) working. But just can’t find a way to correlate what a particular user has watched. The GUI knows this data, so hopefully there is way to get it from the API.

Use Chrome, and enable debugging (Press F12)
Then you can see the calls made by the WebClient

Aka PlayHistory:
/status/sessions/history/all?metadataItemID=XXXX

1 Like

This was exactly the pointer I needed, thanks. Funny I didn’t even think to look at the debug console, and I was too lazy to setup fiddler.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.