Get a given review by string-style ID. This will return a payload with FeaturedReply, ReplyCount. Recommended display is to list top-level reviews with one featured reply underneath. Currently, the FeaturedReply is the most rece
GET
/recipe/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
string
required
Responses
Modified at 2022-09-11 17:38:59