Movie user ratings.
List movie ratings
Returns a list of movie ratings objects.
query Parameters
cineamoMovieIdDeprecated: use movieId instead (filters by the legacy Cineamo movie id).
movieIdFilter movie-ratings by the movie id (Movie.id). Takes precedence over cineamoMovieId when both are given.
List movie ratings › Responses
MovieRating list
Create a movie rating
Creates a movie rating. Returns the created movie rating.
Create a movie rating › Request Body
ratingisSpoilerTrue when the review reveals plot details. Consumers can hide these by default.
idmovieIdheadlinetextcreatedDatetimecinemaExperienceScoreHow well the movie performed on a big cinema screen (1–10).
Create a movie rating › Responses
MovieRating was created
ratingisSpoilerTrue when the review reveals plot details. Consumers can hide these by default.
idmovieIdheadlinetextcreatedDatetimecinemaExperienceScoreHow well the movie performed on a big cinema screen (1–10).
Get a c movie rating
Returns the requested c movie rating.
path Parameters
movieRatingIdGet a c movie rating › Responses
MovieRating details
ratingisSpoilerTrue when the review reveals plot details. Consumers can hide these by default.
idmovieIdheadlinetextcreatedDatetimecinemaExperienceScoreHow well the movie performed on a big cinema screen (1–10).
Update a movie rating
Updates a movie rating. Returns the updated movie rating.
path Parameters
movieRatingIdUpdate a movie rating › Request Body
ratingisSpoilerTrue when the review reveals plot details. Consumers can hide these by default.
idmovieIdheadlinetextcreatedDatetimecinemaExperienceScoreHow well the movie performed on a big cinema screen (1–10).
movieThe movie id. Takes precedence over cineamoMovieId when both are given.
cineamoMovieIdDeprecated: use movie instead (the legacy Cineamo movie id).
Update a movie rating › Responses
MovieRating was updated
ratingisSpoilerTrue when the review reveals plot details. Consumers can hide these by default.
idmovieIdheadlinetextcreatedDatetimecinemaExperienceScoreHow well the movie performed on a big cinema screen (1–10).

