Created
February 21, 2025 11:17
-
-
Save expiscornovus/b35348bb807ebd411984f7a4d569dc1a to your computer and use it in GitHub Desktop.
Response List Horizontal Sections on Page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@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