Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created February 21, 2025 11:17
Show Gist options
  • Save expiscornovus/b35348bb807ebd411984f7a4d569dc1a to your computer and use it in GitHub Desktop.
Save expiscornovus/b35348bb807ebd411984f7a4d569dc1a to your computer and use it in GitHub Desktop.
Response List Horizontal Sections on Page
{
"@odata.context": "https://contoso.sharepoint.com/sites/PowerUsers/_api/v2.0/$metadata#sites('contoso.sharepoint.com%2C0b11c57d-ef88-46d7-9743-8e800c507595%2Caf1a15c6-956b-4652-b8f8-869836e4e6ee')/pages('e2181b47-6d96-45b6-b21c-ac27edec5df4')/oneDrive.page/canvasLayout/horizontalSections",
"value": [
{
"layout": "fullWidth",
"id": "1",
"emphasis": "none"
},
{
"layout": "oneColumn",
"id": "2",
"emphasis": "none"
},
{
"layout": "unknownFutureValue",
"id": "3",
"emphasis": "none"
},
{
"layout": "twoColumns",
"id": "4",
"emphasis": "none"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment