---
title: "Get the user's grocery list.  User is determined by Basic Authentication."
method: GET
path: "/grocerylist"
tags: ["GroceryList"]
---

# Get the user's grocery list.  User is determined by Basic Authentication.

`GET /grocerylist`

## Response `200`

OK

- BigOvenModelAPI2GroceryList
  - `Items` BigOvenModelAPIGroceryItem[]
    - `ItemID` integer
    - `GUID` string
    - `RecipeID` integer
    - `Name` string
    - `Notes` string
    - `DisplayQuantity` string
    - `Department` string
    - `CreationDate` string, date-time
    - `IsChecked` boolean
    - `LocalStatus` string
    - `LastModified` string, date-time
    - `BigOvenObject` string
    - `ThirdPartyURL` string
  - `Recipes` BigOvenModelAPI2RecipeInfox[]
    - `RecipeID` integer
    - `Title` string
    - `Cuisine` string
    - `Category` string
    - `Subcategory` string
    - `Microcategory` string
    - `StarRating` number, double
    - `WebURL` string
    - `ReviewCount` integer
    - `Poster` BigOvenModelAPI2UserInfoTinyx
      - `UserName` string
      - `UserID` integer
      - `FirstName` string
      - `LastName` string
      - `PhotoUrl` string
    - `IsPrivate` boolean
    - `Servings` number, double
    - `CreationDate` string, date-time
    - `IsRecipeScan` boolean
    - `IsBookmark` boolean
    - `TotalTries` integer
    - `PhotoUrl` string
    - `HasVideos` boolean
  - `LastModified` string, date-time
  - `VersionGuid` string

---

[API](https://skmtc.net/bigoven/apis/1-000-000-recipe-and-grocery-list-api-v2.md) · [All operations](https://skmtc.net/bigoven/apis/1-000-000-recipe-and-grocery-list-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigoven/1-000-000-recipe-and-grocery-list-api-v2/revisions/213a69be0728/schema)
