Gets a recipe collection. A recipe collection is a curated set of recipes.
GET
/collection/{id}
Collection
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api2.bigoven.com/collection/'
Response Response Example
{
"ResultCount": 0,
"Results": [
{
"Category": "string",
"CreationDate": "2019-08-24T14:15:22Z",
"Cuisine": "string",
"HasVideos": true,
"IsBookmark": true,
"IsPrivate": true,
"IsRecipeScan": true,
"Microcategory": "string",
"PhotoUrl": "string",
"Poster": {
"FirstName": "string",
"LastName": "string",
"PhotoUrl": "string",
"UserID": 0,
"UserName": "string"
},
"RecipeID": 0,
"ReviewCount": 0,
"Servings": 0,
"StarRating": 0,
"Subcategory": "string",
"Title": "string",
"TotalTries": 0,
"WebURL": "string"
}
],
"SpellSuggest": "string"
}
Request
Path Params
id
integer
required
Query Params
rpp
integer
optional
pg
integer
optional
test
string
optional
sessionForLogging
string
optional
Responses
Modified at 2023-08-15 06:02:32