cURL
curl --request GET \ --url https://api.example.com/movies/{movie_id}/reviews
[ { "movie_id": "<string>", "author_id": 123, "content": "<string>", "id": "<string>", "author": { "id": 123, "username": "<string>", "avatar": "<string>" }, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "reactions": {} } ]
Unique Identifier of a movie.
Successful Response
Unique Identifier of a movie
Unique Identifier of a user
Unique Identifier of a review
Show child attributes