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 isoptions
.--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]
Output type.
json
,text
,csv
,md
,none
. Defaultjson
.--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
- JSON
- Text
- CSV
- Markdown
[
{
"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"
}
]
Id Title Url
---- --------------- ------------------------------
2032 Navigation Link https://contoso.sharepoint.com
Id,Title,Url
2032,Navigation Link,https://contoso.sharepoint.com
# spo navigation node list --webUrl "https://contoso.sharepoint.com" --location "QuickLaunch"
Date: 27/1/2023
## Home (1031)
Property | Value
---------|-------
CurrentLCID | 1033
Id | 2032
IsDocLib | true
IsExternal | false
IsVisible | true
ListTemplateType | 0
Title | Navigation Link
Url | https://contoso.sharepoint.com