BigOven · Example Payload

Grocerylist_Get

GroceryList

Grocerylist_Get is an example object payload from BigOven, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathtagssummaryparametersresponse

Example Payload

Raw ↑
{
  "operationId": "GroceryList_Get",
  "method": "GET",
  "path": "/grocerylist",
  "tags": [
    "GroceryList"
  ],
  "summary": "Get the user's grocery list.  User is determined by Basic Authentication.",
  "parameters": [],
  "response": {
    "status": 200,
    "contentType": "application/json",
    "schema": {
      "$ref": "#/components/schemas/BigOven.Model.API2.GroceryList"
    }
  }
}