---
title: "Get menus by appId"
method: GET
path: "/api/v1.0/{appId}/menus"
tags: ["Menus"]
---

# Get menus by appId

`GET /api/v1.0/{appId}/menus`

## Path parameters

- `appId` string, required

## Response `200`

OK

- RestApiArrayResultMenuSummary — Rest api array result
  - `Data` MenuSummary[], required — Generic data object.
    - `MenuId` integer — Menu identifier
    - `ModifiedTime` string, date-time — Last modified time
    - `VersionNumber` integer — Menu version
    - `MenuUrl` string — Menu Url
    - `Name` string — Name of Menu, only shown in portal
    - `Locked` boolean — Locked: is menu locked against modifcation
    - `StoreNames` string[] — List of stores names which are associated with this menu
    - `IsIntegrated` boolean — Flag to indicate if the menu is integrated (contains metadata)

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.
- `404` — NotFound
- `409` — Conflict

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
