# Get Single Menu **GET /o/op/1/menu/load/{menuId}** Returns details of a particular menu based on its unique identifier and other query parameters. ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **menuId** (integer(int64)) The unique identifier for the menu. ### Query parameters - **businessLocationId** (integer(int64)) The unique identifier for the business location. - **accountProfile** (string) The order profile [`code`](https://api-docs.lsk.lightspeed.app/operation/operation-apeaccountprofiles#operation-apeaccountprofiles-200-body-application-json-accountprofilelist-code). Item prices returned will be those associated with this order profile, when applicable. See the [order profiles](https://api-portal.lsk.lightspeed.app/guides/definitions/order-profiles) definition for more details. - **richContent** (boolean) Query parameter to include rich content of menu items. ## Responses ### 200 Successful retrieval of menu details. #### Body: application/json (object) - **menuName** (string) The name of the menu. - **menuEntryGroups** (array[object]) Menu groups of this menu. The top-level entry will always be of type "group", representing a menu screen. Beneath each `menuEntryGroup` will be a `menuEntry` array containing any combination of one or more menu entries: * A `menuItemEntry` represents an individual item. * A `menuGroupEntry` represents a menu sub-screen. * A `menuDealEntry` represents a combo. - **richDataMissing** (boolean) Indicates whether or not rich item data is missing, if requested. - **ikentooMenuId** (integer(int64)) The unique identifier for the menu. - **conditionalTaxRules** (boolean) Warning that actual tax depends on a POS Account condition and may be different from what is provided in this API. ### 503 Service Unavailable #### Body: */* (object) - **status** (string) - **timestamp** (string(date-time)) - **message** (string) - **apiSubExceptions** (array[object]) [Powered by Bump.sh](https://bump.sh)