---
title: "Get a given review - DEPRECATED. See recipe/review/{reviewId} for the current usage.
            Beginning in January 2017, BigOven moded from an integer-based ID system to a GUID-style string-based ID system for reviews and replies.
            We are also supporting more of a \"Google Play\" style model for Reviews and Replies. That is, there are top-level Reviews and then
            an unlimited list of replies (which do not carry star ratings) underneath existing reviews. Also, a given user can only have one review 
            per recipe. Existing legacy endpoints will continue to work, but we strongly recommend you migrate to using the newer endpoints listed
            which do NOT carry the \"DEPRECATED\" flag."
method: GET
path: "/recipe/{recipeId}/review/{reviewId}"
tags: ["Review"]
---

# Get a given review - DEPRECATED. See recipe/review/{reviewId} for the current usage.
            Beginning in January 2017, BigOven moded from an integer-based ID system to a GUID-style string-based ID system for reviews and replies.
            We are also supporting more of a "Google Play" style model for Reviews and Replies. That is, there are top-level Reviews and then
            an unlimited list of replies (which do not carry star ratings) underneath existing reviews. Also, a given user can only have one review 
            per recipe. Existing legacy endpoints will continue to work, but we strongly recommend you migrate to using the newer endpoints listed
            which do NOT carry the "DEPRECATED" flag.

`GET /recipe/{recipeId}/review/{reviewId}`

## Path parameters

- `reviewId` integer, required
- `recipeId` integer, required

## Response `200`

OK

- BigOvenModelAPIReview
  - `ID` string
  - `ReviewID` integer
  - `GUID` string
  - `Comment` string
  - `StarRating` number, double
  - `TotalMinutes` integer
  - `ActiveMinutes` integer
  - `Poster` BigOvenModelAPIUserInfo
    - `UserID` integer
    - `UserName` string
    - `ImageUrl48` string
    - `PhotoUrl48` string
    - `PhotoUrl` string
    - `WebUrl` string
    - `IsPremium` boolean
    - `IsKitchenHelper` boolean
    - `PremiumExpiryDate` string, date-time
    - `MemberSince` string, date-time
    - `IsUsingRecurly` boolean
    - `FirstName` string
    - `LastName` string
  - `CreationDate` string, date-time
  - `ParentID` integer
  - `Replies` BigOvenModelAPIReview[]
  - `FeaturedReply` BigOvenModelAPIReply
    - `ID` string
    - `ReviewID` string
    - `Comment` string
    - `Poster` BigOvenModelAPIUserInfoTiny
      - `UserID` integer
      - `UserName` string
      - `PhotoUrl` string
      - `FirstName` string
      - `LastName` string
    - `CreationDate` string, date-time
    - `LastModified` string, date-time
  - `ReplyCount` integer
  - `LastModified` string, date-time

---

[API](https://skmtc.net/bigoven/apis/1-000-000-recipe-and-grocery-list-api-v2.md) · [All operations](https://skmtc.net/bigoven/apis/1-000-000-recipe-and-grocery-list-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigoven/1-000-000-recipe-and-grocery-list-api-v2/revisions/213a69be0728/schema)
