Get Menu
GET
https://api.npretail.app/:tenant/:environment/:company/restaurant/:restaurantId/menu/:menuId
Get a specific menu with full details including categories, items, addons, and translations
Authentication
x-np-api-keystring
API Key authentication via header
Path parameters
tenantstringRequired
Your Entra Tenant ID. More details.
environmentstringRequired
Your Business Central Environment. More details.
companystringRequired
Your Business Central Company. More details.
restaurantIdUUIDRequired
The restaurant system ID
menuIdUUIDRequired
The menu system ID
Headers
x-api-versiondateOptional
Used for API versioning. More details.
Response
This endpoint returns an object.
idUUID
The unique system identifier for the menu
codestring
The menu code
startTimestring
When the menu becomes active (HH:MM:SS format)
endTimestring
When the menu stops accepting orders (HH:MM:SS format)
timezonestring
The timezone for the menu times
activeboolean
Whether the menu is currently active
menuContentobject
Complete menu structure with categories, items, and upsells
lastUpdateddatetime or null
When the menu or any of its child content (categories, items, translations, upsells) was last modified (UTC)
