Automate Bigoven 1,000,000+ Recipe and Grocery List
HumDay reads Bigoven 1,000,000+ Recipe and Grocery List’s own published API description and derives 66 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What Bigoven 1,000,000+ Recipe and Grocery List is
#Documentation This is the documentation for the partner endpoint of the BigOven Recipe and Grocery List API. The update brings with it Swagger-based documentation. [Swagger](http://swagger.io) is an emerging standard for describing REST-based APIs, and with this Swagger-compliant endpoint (above), you can make ready-to-go interface libraries for your code via [swagger-codegen](https://github.com/
API host: api2.bigoven.com
What HumDay can do in Bigoven 1,000,000+ Recipe and Grocery List
33 documented operations change something in Bigoven 1,000,000+ Recipe and Grocery List.
- POSTPOST an image as a new RecipeScan request 1) Fetch the filename -- DONE 2) Copy it to the pics/scan folder - ENSURE NO NAMING COLLISIONS -- DONE 3) Create 120 thumbnail size in pi…
/recipe/scan - POSTPOST: /image/avatar Testing with Postman (validated 11/20/2015): 1) Remove the Content-Type header; add authentication information 2) On the request, click Body and choose "form-d…
/image/avatar - POSTAdd a single line item to the grocery list
/grocerylist/item - POSTAdd a single line item to the grocery list
/grocerylist/line - POSTAdd a new recipe
/recipe - DELETEDelete all the items on a grocery list; faster operation than a sync with deleted items.
/grocerylist - POSTAdd a Recipe to the grocery list.
/grocerylist/recipe - POSTDepartmentalize a list of strings -- used for ad-hoc grocery list item addition
/grocerylist/department - POSTHTTP POST a new note into the system.
/recipe/{recipeId}/note - POSTAdd a new review. Only one review can be provided per {userId, recipeId} pair. Otherwise your review will be updated.
/recipe/{recipeId}/review - POSTSynchronize the grocery list.
/grocerylist/sync - POSTPOST a reply to a given review.
/recipe/review/{reviewId}/replies - POSTStores recipe step number and returns saved step data
/recipe/post/step - PUTPuts me.
/me - PUTUpdate a recipe
/recipe - DELETE/grocerylist/item/{guid} DELETE will delete this item assuming you own it.
/grocerylist/item/{guid} - PUTUpdate a grocery item by GUID
/grocerylist/item/{guid} - POSTPOST: /recipe/{recipeId}/image?lat=42&lng=21&caption=this%20is%20my%20caption Note that caption, lng and lat are all optional, but must go on the request URI as params bec…
/recipe/{recipeId}/image - PUTPuts me.
/me/profile - PUTPuts me personal.
/me/personal - PUTPuts me preferences.
/me/preferences - DELETEDelete a Recipe (you must be authenticated as an owner of the recipe)
/recipe/{id} - DELETEDELETE a reply to a given review.
/recipe/review/replies/{replyId} - PUTUpdate (PUT) a reply to a given review.
/recipe/review/replies/{replyId} - POSTClears the checked lines.
/grocerylist/clearcheckedlines - PUTUpdate a given top-level review.
/recipe/review/{reviewId} - POSTGets recipe single step as text
/recipe/get/saved/step - POSTReturns stored step number and number of steps in recipe
/recipe/get/step/number - DELETEDelete a review do a DELETE Http request of /note/{ID}
/recipe/{recipeId}/note/{noteId} - PUTHTTP PUT (update) a Recipe note (RecipeNote).
/recipe/{recipeId}/note/{noteId} - PUTHTTP PUT (update) a recipe review.
/recipe/{recipeId}/review/{reviewId} - POSTFeedback on a Recipe -- for internal BigOven editors
/recipe/{recipeId}/feedback - DELETEDEPRECATED! - Deletes a review by recipeId and reviewId. Please use recipe/review/{reviewId} instead.
/recipe/{recipeId}/review/{reviewId}
What HumDay can read from Bigoven 1,000,000+ Recipe and Grocery List
These are the operations a schedule or a trigger can watch.
- GETGet the user's grocery list.
/grocerylist - GETGet a list of recipe categories (the ID field can be used for includecat in search parameters)
/recipe/categories - GETGet a list of recipes that the authenticated user has most recently viewed
/recipes/recentviews - GETSearch for recipes. There are many parameters that you can apply. Starting with the most common, use titlekw to search within a title. Use anykw to search across the entire recipe…
/recipes - GETGet the list of current, seasonal recipe collections.
/collections - GETGet the recipe/comment tuples for those recipes with 4 or 5 star ratings
/recipes/raves - GETGet a random, home-page-quality Recipe.
/recipes/random - GETGiven a query, return recipe titles starting with query.
/recipe/autocomplete - GETSearch for recipes. There are many parameters that you can apply. Starting with the most common, use titlekw to search within a title. Use anykw to search across the entire recipe…
/recipes/top25random - GETGets the pending by user.
/recipe/photos/pending - GETIndexes this instance.
/me - GETGets a list of RecipeScan images for the recipe.
/recipe/{recipeId}/scans - GETGet paged list of reviews for a recipe.
/recipe/{recipeId}/reviews - GETReturns last active recipe for the user
/recipe/get/active/recipe - GETSkinnies this instance.
/me/skinny - GETReturn full Recipe detail.
/recipe/{id} - GETGet a paged list of replies for a given review.
/recipe/review/{reviewId}/replies - GETSame as GET recipe but also includes the recipe videos (if any)
/recipes/{id} - GETGets a recipe collection.
/collection/{id} - GETGet a given note. Make sure you're passing authentication information in the header for the user who owns the note.
/recipe/{recipeId}/note/{noteId} - GETGets the options.
/me/preferences/options - GETAutomatics the complete all recipes.
/recipe/autocomplete/all - GETAutomatics the complete my recipes.
/recipe/autocomplete/mine - GETZaps the recipe.
/recipe/{id}/zap - GETReturn full Recipe detail with steps.
/recipe/steps/{id} - GETGets a recipe collection metadata.
/collection/{id}/meta - GETrecipe/100/notes
/recipe/{recipeId}/notes - GETGet all the images for a recipe.
/recipe/{recipeId}/images - GETGet all the photos for a recipe
/recipe/{recipeId}/photos - GETGet my review for the recipe {recipeId}, where "me" is determined by standard authentication headers
/recipe/{recipeId}/review - GETGet a given review by string-style ID.
/recipe/review/{reviewId} - GETGet recipes related to the given recipeId
/recipe/{recipeId}/related - GETGet a given review - DEPRECATED.
/recipe/{recipeId}/review/{reviewId}
How automating Bigoven 1,000,000+ Recipe and Grocery List works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Bigoven 1,000,000+ Recipe and Grocery List account.
- Grant access, then go live. You approve the specific Bigoven 1,000,000+ Recipe and Grocery List operations it may use — and only those.
Popular Bigoven 1,000,000+ Recipe and Grocery List integrations
Connect Bigoven 1,000,000+ Recipe and Grocery List to the tools people pair it with most.
- Bigoven 1,000,000+ Recipe and Grocery List and OData for namespace microsoft.graphintegration
- Bigoven 1,000,000+ Recipe and Grocery List and Cloudflareintegration
- Bigoven 1,000,000+ Recipe and Grocery List and NetBoxintegration
- Bigoven 1,000,000+ Recipe and Grocery List and GitHubintegration
- Bigoven 1,000,000+ Recipe and Grocery List and Mistintegration
- Bigoven 1,000,000+ Recipe and Grocery List and Loket.nlintegration
- Bigoven 1,000,000+ Recipe and Grocery List and Atlassian The Jira Cloud platformintegration
- Bigoven 1,000,000+ Recipe and Grocery List and Magento B2Bintegration
- Bigoven 1,000,000+ Recipe and Grocery List and Stripeintegration
- Bigoven 1,000,000+ Recipe and Grocery List and Zuora Reference Billingintegration
- Bigoven 1,000,000+ Recipe and Grocery List and bunqintegration
- Bigoven 1,000,000+ Recipe and Grocery List and DocuSignintegration
Questions about Bigoven 1,000,000+ Recipe and Grocery List automation
- Can HumDay connect to Bigoven 1,000,000+ Recipe and Grocery List?
- Yes. HumDay reads Bigoven 1,000,000+ Recipe and Grocery List's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 66 operations are documented.
- Do I need to write code to automate Bigoven 1,000,000+ Recipe and Grocery List?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Bigoven 1,000,000+ Recipe and Grocery List account.
- What can HumDay do in Bigoven 1,000,000+ Recipe and Grocery List?
- 33 of the 66 documented operations change something in Bigoven 1,000,000+ Recipe and Grocery List, and 33 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Bigoven 1,000,000+ Recipe and Grocery List account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Bigoven 1,000,000+ Recipe and Grocery List is held behind that approval.
Where this came from
The operations above are read from a published API description for Bigoven 1,000,000+ Recipe and Grocery List at api2.bigoven.com/swagger/docs/partner. Descriptions are the provider’s own words, not ours. Last published 2023-03-06.