Show examples in:
Javascript HTTP

Content Management API > Schema Menu Item

Schema Menu Item

In DatoCMS you can organize the different models and blocks 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 schema menu item expressed in URL-safe base64 format

Example: "uinr2zfqQLeCo_1O0-ao-Q"
type string

Must be exactly "schema_menu_item". JSON API type field

label null, string

The label of the schema menu item (only present when the schema menu item is not linked to an item type)

Example: "Posts"
position integer

Ordering index

Example: 1
kind enum

Indicates if the schema menu item refers to an item type or a modular block

Example: "item_type"
item_type
modular_block
item_type

Item type associated with the schema menu item

parent

Parent schema menu item

children

Underlying schema menu items

Available endpoints