index
API OVERVIEW
AUTHENTICATION
API PROTOCOL
API DATA
- Recipes
- Recipe Reviews
- Recipe Images
- Recipe Search Results
- Food Glossary
- Favorites
- Try Soons
- Grocery List
- User Profile
DATA MANAGEMENT
BRANDING, LEGAL & FINANCIAL
Recipe Images
The Recipe Image object refers to an image of a recipe within the BigOven collection. The following methods are supported for the Recipe Image object.
| CREATE | READ | UPDATE | DELETE | |
| Recipe Image | No | Yes | No | No |
Creating a Recipe Image (HTTP POST)
This method is not supported at this time.
Reading a Recipe Image (HTTP GET)
Read all recipe images for a given recipe.
GET http://api.bigoven.com/images?rid={recipeid}
| Parameter | Description | Required? |
| rid | Primary key(ID) of recipe. | Yes |
Updating a Recipe Image (HTTP PUT)
This method is not supported at this time.
Deleting a Recipe Image (HTTP DELETE)
This method is not supported at this time.
