Gets a recipe collection metadata. A recipe collection is a curated set of recipes.
GET
/collection/{id}/meta
Collection
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api2.bigoven.com/collection//meta'
Response Response Example
{
"Description": "string",
"ID": 0,
"IsFiltered": true,
"IsSponsored": true,
"MobileUrl": "string",
"PRO": true,
"PhotoUrl": "string",
"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"
}
],
"Title": "string",
"Token": "string",
"WebUrl": "string"
}
Request
Path Params
id
integer
required
Responses
Modified at 2023-08-15 06:02:32