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
GET
/recipe/{recipeId}/review/{reviewId}
Review
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api2.bigoven.com/recipe//review/'
Response Response Example
{
"ActiveMinutes": 0,
"Comment": "string",
"CreationDate": "2019-08-24T14:15:22Z",
"FeaturedReply": {
"Comment": "string",
"CreationDate": "2019-08-24T14:15:22Z",
"ID": "string",
"LastModified": "2019-08-24T14:15:22Z",
"Poster": {
"FirstName": "string",
"LastName": "string",
"PhotoUrl": "string",
"UserID": 0,
"UserName": "string"
},
"ReviewID": "string"
},
"GUID": "string",
"ID": "string",
"LastModified": "2019-08-24T14:15:22Z",
"ParentID": 0,
"Poster": {
"FirstName": "string",
"ImageUrl48": "string",
"IsKitchenHelper": true,
"IsPremium": true,
"IsUsingRecurly": true,
"LastName": "string",
"MemberSince": "2019-08-24T14:15:22Z",
"PhotoUrl": "string",
"PhotoUrl48": "string",
"PremiumExpiryDate": "2019-08-24T14:15:22Z",
"UserID": 0,
"UserName": "string",
"WebUrl": "string"
},
"Replies": [
{}
],
"ReplyCount": 0,
"ReviewID": 0,
"StarRating": 0,
"TotalMinutes": 0
}
Request
Path Params
reviewId
integer
required
recipeId
integer
required
Responses
Modified at 2022-09-11 17:38:59
Previous
DEPRECATED! - Deletes a review by recipeId and reviewId. Please use recipe/review/{reviewId} instead.
Next
HTTP PUT (update) a recipe review. DEPRECATED. Please see recipe/review/{reviewId} PUT for the new endpoint.
We are moving to a string-based primary key system, no longer integers, for reviews and replies.