spo page section get
Get information about the specified modern page section
Usage
m365 spo page section get [options]
Options
-u, --webUrl <webUrl>URL of the site where the page to retrieve is located.
-n, --pageName <pageName>Name of the page to get section information of.
-s, --section <sectionId>ID of the section for which to retrieve information.
-h, --help [help]Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options,examples,remarks,permissions,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.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
Remarks
If the specified pageName doesn't refer to an existing modern page, you will get a File doesn't exists error.
Examples
Get information about the specified section of the modern page
m365 spo page section get --webUrl https://contoso.sharepoint.com/sites/team-a --pageName home.aspx --section 1
Response
- JSON
- Text
- CSV
- Markdown
{
"order": 1,
"columns": [
{
"factor": 12,
"order": 1,
"dataVersion": "1.0",
"jsonData": "{"displayMode":2,"position":{"sectionFactor":12,"sectionIndex":1,"zoneIndex":1}}"
}
]
}
columns: [{"factor":12,"order":1}]
order : 1
order,columns
1,"[{""factor"":12,""order"":1}]"
# spo page section get --webUrl "https://contoso.sharepoint.com/sites/team-a" --pageName "home.aspx" --section "1"
Date: 5/3/2023
Property | Value
---------|-------
order | 1