Sorry, no results found for "".

Show examples in:
Javascript HTTP

Content Management API > Menu Item

Menu Item

In DatoCMS you can organize the different Models present in your administrative area reordering and grouping them, so that their purpose will be more clear to the final editor.

Object payload

id string

RFC 4122 UUID of menu item expressed in URL-safe base64 format

Example: "uinr2zfqQLeCo_1O0-ao-Q"
type string

Must be exactly "menu_item".

label string

The label of the menu item

Example: "Posts"
position integer

Ordering index

Example: 1
external_url null, string

The URL to which the menu item points to

open_in_new_tab boolean

Opens link in new tab (to be used together with external_url)

item_type

Item type associated with the menu item

item_type_filter

Item type filter associated with the menu item (to be used together with item_type relationship)

parent

Parent menu item

children

Underlying menu items

Available endpoints