You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our app, users can scrobble movies or episodes of a show. Now, we would like to give users the option to post a rating for such movies or episodes. As part of that, we would like to retrieve any rating the user may have posted in the past for those specific movies or episodes.
In the API docs, we have found the following endpoints:
All those seem to return bulk or aggregated ratings data, but we cannot seem to find a way to retrieve the rating the (authenticated) user may have previously posted for a given movie or episode (identified by an ID, which we already have.)
Perhaps we need to fetch the bulk data and do some filtering on our side? Or are we missing some other useful endpoint? Any pointers will be appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In our app, users can scrobble movies or episodes of a show. Now, we would like to give users the option to post a rating for such movies or episodes. As part of that, we would like to retrieve any rating the user may have posted in the past for those specific movies or episodes.
In the API docs, we have found the following endpoints:
All those seem to return bulk or aggregated ratings data, but we cannot seem to find a way to retrieve the rating the (authenticated) user may have previously posted for a given movie or episode (identified by an ID, which we already have.)
Perhaps we need to fetch the bulk data and do some filtering on our side? Or are we missing some other useful endpoint? Any pointers will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions