---
title: "[DEPRECATED] Get the whiteboard notes for a food in the food editor"
method: GET
path: "/food/{food_name}/whiteboard-items"
tags: ["food"]
deprecated: true
---

# \[DEPRECATED\] Get the whiteboard notes for a food in the food editor

`GET /food/{food_name}/whiteboard-items`

> **Deprecated.**

## Path parameters

- `food_name` string, required

## Response `200`

successful operation

- FoodWhiteboardItemResponse[]
  - `id` number, required
  - `image_hash` string, nullable
  - `image_uri` string, nullable, required
  - `order` number, required
  - `text` string, nullable, required
  - `type` string, required
  - `whiteboard_metadata` FoodWhiteboardItemMetadata, required

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/2991fb51502d?raw)
