---
title: "Return complete food terms by suggest"
method: GET
path: "/foods/suggest"
tags: ["food"]
---

# Return complete food terms by suggest

`GET /foods/suggest`

## Query parameters

- `partial_term` string, required

## Response `200`

successful operation

- CognitiveSearchSuggestResponse
  - `search_term` string, required — context
  - `suggest_results` CognitiveSearchSuggestRowResponse[], nullable, required
    - `id` integer, required — order of result
    - `suggest_food_name` string, required — suggest food name

---

[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)
