Get Menus for a Channel (Deprecated in: release-2024-11
)
Required scope:
public-api:read
Description
Attention:
Menus and this endpoint should not be used anymore. The Menu Tool provides a better developer and user experience for managing menus.
Menu items can be of three types:
- uri for arbitrary URIs, mainly used for URLs
- path for internal paths, such as when the menu item should link to an article or page
- document is the same as path except it is used when routing is disabled
Use Cases
- Get menus for deliveries
Endpoint
Deprecated in: release-2024-11
GET api/v1/menus/:channelHandle
Parameters
Name | Type | Notes |
---|---|---|
:channelHandle | string | The handle of the channel for which you want to get the events. |
?handle | string | Handle of the menu to retrieve. |