v1
latestOpenAPI 3.0.02026-07-24212113249.1 KBMenus
List menus
get/menus
Query parameters
pageSizenumber
Number of documents that will be returned
pagenumber
Page to search. Page numbering starts with 0.
sortBystring
Controls the sorting. Format: <field_name>.<asc|desc> (asc for ascending order, desc for descending order). If no order specified, descending order is used.
Headers
organizationstring required
The URL of the end-user web application
channelstring required
The channel ID
Response
Successful response
Example response
[
{
"id": "61886612d37f875060b4749c",
"organization": "61bcec0e60d496b329f9c5f5",
"channel": "61bcec1ea8da6e8874a01c14",
"status": "active",
"icon": "icon.png",
"name": "Menu for FanHero",
"route": "/home",
"parameters": {},
"platformExclusive": "MOBILE",
"sort": 3,
"parent": "61886612d37f875060b4749c"
}
]