Sorry, no results found for "".
IDs to fetch, comma separated
"42,554"
Returns an array of resource objects of type menu_item
import { buildClient } from "@datocms/cma-client-node";
async function run() { const client = buildClient({ apiToken: process.env.DATOCMS_API_TOKEN });
const menuItems = await client.menuItems.list();
for (const menuItem of menuItems) { // Check the 'Returned output' tab for the result ☝️ console.log(menuItem); }}
run();
{ id: "uinr2zfqQLeCo_1O0-ao-Q", label: "Posts", position: 1, external_url: "", open_in_new_tab: true, item_type: { type: "item_type", id: "DxMaW10UQiCmZcuuA-IkkA" }, item_type_filter: { type: "item_type_filter", id: "FF-P5of6Qp-DD2w0xoaa6Q" }, parent: null, children: [{ type: "menu_item", id: "uinr2zfqQLeCo_1O0-ao-Q" }],}