v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Get Navigation By Language

get/sites/multiscreen/{site_name}/navigation/{lang}

Path parameters

site_namestring required

The unique identifier for the site.

langstring required

The language code for the specified navigation (multi-lingual sites only)

Response

200

langstring

Example response

{
  "lang": "en",
  "navigation": [
    {
      "hidden": [
        "MOBILE"
      ],
      "id": "dm_navGroup00_item",
      "next_sibling_id": "dm_navGroup010101323624_item",
      "sub_navigation": [
        {
          "depth": 1,
          "hidden": [
            "DESKTOP"
          ],
          "id": "dm_navGroup010101766761_item",
          "parent_id": "dm_navGroup00_item",
          "title": "new folder",
          "type": "FOLDER"
        }
      ],
      "title": "Home",
      "type": "PAGE",
      "url": "/"
    }
  ]
}