v1
latestOpenAPI 3.1.02026-07-242470655.6 KBList Navigation
Get the Navigation details of a Site.
get/sites/multiscreen/{site_name}/navigation
Path parameters
site_namestring required
The unique identifier of the target Site.
Query parameters
langstring
If no lang is specified, will return all.
Response
200
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": "/"
}
]
}