Skip to main content

spo navigation node list

Lists nodes from the specified site navigation

Usage

m365 spo navigation node list [options]

Options

-u, --webUrl <webUrl>

Absolute URL of the site for which to retrieve navigation.

-l, --location <location>

Navigation type to retrieve. Available options: QuickLaunch, TopNavigationBar.

-h, --help [help]

Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are options, examples, remarks, response, full. Default is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Examples

Retrieve nodes from the top navigation.

m365 spo navigation node list --webUrl https://contoso.sharepoint.com/sites/team-a --location TopNavigationBar

Retrieve nodes from the quick launch.

m365 spo navigation node list --webUrl https://contoso.sharepoint.com/sites/team-a --location QuickLaunch

Response

[
{
"AudienceIds": [
"5786b8e8-c495-4734-b345-756733960730"
],
"CurrentLCID": 1033,
"Id": 2032,
"IsDocLib": true,
"IsExternal": true,
"IsVisible": true,
"ListTemplateType": 0,
"Title": "Navigation Link",
"Url": "https://contoso.sharepoint.com"
}
]
CTRL + M