Gets a list of RecipeScan images for the recipe. There will be at most 3 per recipe.
GET
/recipe/{recipeId}/scans
Images
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api2.bigoven.com/recipe//scans'
Response Response Example
[
{
"Caption": "string",
"CreationDate": "string",
"ImageID": 0,
"ImageSquares": [
0
],
"ImageURL": "string",
"ImageURL120": "string",
"ImageURL128": "string",
"ImageURL200": "string",
"ImageURL256": "string",
"ImageURL48": "string",
"ImageURL64": "string",
"IsPrimary": true,
"MaxImageSquare": 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"
}
}
]
Request
Path Params
recipeId
integer
required
Responses
Modified at 2023-08-15 06:02:32