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
Food Glossary
The Food Glossary object refers to an entry in the BigOven Food Glossary. The following methods are supported for the Food Glossary object.
| CREATE | READ | UPDATE | DELETE | |
| Food Glossary | No | Yes | No | No |
Creating a Food Glossary entry (HTTP POST)
This method is not supported at this time.
Reading a Food Glossary entry (HTTP GET)
Read the food glossary entry with a given primary key (ID).
GET http://api.bigoven.com/glossary/{id}
| Parameter | Description | Required? |
| id | Primary key(ID) of food glossary entry. | Yes |
Updating a Food Glossary entry (HTTP PUT)
This method is not supported at this time.
Deleting a Food Glossary entry (HTTP DELETE)
This method is not supported at this time.
