List Menus
GET
https://api.npretail.app/:tenant/:environment/:company/restaurant/:restaurantId/menu
List all menus for a restaurant without full content
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
Headers
x-api-versiondateOptional
Used for API versioning. More details.
Response
This endpoint returns a list of objects.
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
lastUpdateddatetime or null
When the menu or any of its child content (categories, items, translations, upsells) was last modified (UTC)
