Menus
Retrieve a Menu
Returns the dertails of a specified menu.
GET
Retrieve a Menu
Path Parameters
The ID of the menu
you wish to retrieve.
Example:
"1"
Query Parameters
Pass menu_items
as an include value to fetch the Menu Items associated with each Menu. If you need to fetch the Menu Item Linked Resource, you can pass menu_items.linked_resource
, additionally, you can pass menu_items.icon
to fetch the associated Icon for each menu Item
Example:
"menu_items.linked_resource"
Response
200
application/vnd.api+json
200 Success - Returns the menu
object.
The response is of type object
.
Retrieve a Menu