# Get a review by its id **GET /api/hotels/{hotelId}/reviews/{reviewId}** ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **hotelId** (string(uuid)) The id of the hotel - **reviewId** (string(uuid)) The id of the review ## Responses ### 200 Returns the review with the given id #### Body: application/json (object) - **id** (string(uuid)) - **title** (string | null) - **description** (string | null) - **rating** (integer(int32)) - **creationDate** (string(date-time)) - **lastModified** (string(date-time)) - **guest** (object) - **hotelId** (string(uuid)) - **hotelName** (string | null) - **Additional properties are NOT allowed** () ### 404 If the review is not found [Powered by Bump.sh](https://bump.sh)