Get paged list of reviews for a recipe. Each review will have at most one FeaturedReply, as well as a ReplyCount.
GET
/recipe/{recipeId}/reviews
Review
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api2.bigoven.com/recipe//reviews'
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
recipeId
integer
required
Query Params
pg
integer
optional
rpp
integer
optional
Responses
Modified at 2023-08-15 06:02:32