Query Parameters
Fetch only resources with corresponding Location
Example:
"header"
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"
Pass locale
as value to fetch the resources with the matching locale for example ?locale=fr
.
Example:
"en"
Number of requested records per page when paginating collection
Response
200 Success - Returns an array of menu
objects.
The response is of type object
.