Review
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
Path parameters
recipeIdinteger required
recipe id (int)
Query parameters
pginteger
the page (int), starting with 1
rppinteger
results per page (int)
Response
OK