Created
January 21, 2026 14:17
-
-
Save expiscornovus/a535afca06910e2aa6c60ce77080aebf to your computer and use it in GitHub Desktop.
Body Add Document Embed Web Part 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.type": "#microsoft.graph.sitePage", | |
| "title": "Add Document Web Part on Page", | |
| "canvasLayout": { | |
| "horizontalSections": [ | |
| { | |
| "layout": "oneColumn", | |
| "id": "1", | |
| "emphasis": "none", | |
| "columns": [ | |
| { | |
| "id": "1", | |
| "webparts": [ | |
| { | |
| "id": "@{guid()}", | |
| "webPartType": "b7dd04e1-19ce-4b24-9132-b60a1c2b910d", | |
| "data": { | |
| "dataVersion": "1.4", | |
| "description": "Display a document or file on your page including Word, Excel, PowerPoint, PDF, 3D models, videos, and more.", | |
| "title": "File and Media", | |
| "properties": { | |
| "annotation": "", | |
| "authorName": "Dennis Goedegebuure", | |
| "chartitem": "", | |
| "endrange": "", | |
| "excelSettingsType": "", | |
| "file": "https://contoso.sharepoint.com/sites/PowerUsers/Shared%20Documents/Example%20Presentations/Demo%20Presentation%20Teams.pptx", | |
| "listId": "0179db5c-1400-4b21-9993-ca34e56ad208", | |
| "photoUrl": "/_layouts/15/userphoto.aspx?size=S&accountname=dennis%40contoso.onmicrosoft.com", | |
| "rangeitem": "", | |
| "siteId": "0b11c57d-ef88-46d7-9743-8e800c507595", | |
| "startPage": 4, | |
| "startrange": "", | |
| "tableitem": "", | |
| "uniqueId": "b3e0b18a-d447-4d95-8881-5b97eef0763b", | |
| "wdallowinteractivity": true, | |
| "wdhidegridlines": true, | |
| "wdhideheaders": true, | |
| "webId": "af1a15c6-956b-4652-b8f8-869836e4e6ee", | |
| "webAbsoluteUrl": "https://contoso.sharepoint.com/sites/PowerUsers" | |
| }, | |
| "serverProcessedContent": { | |
| "htmlStrings": [], | |
| "searchablePlainTexts": [ | |
| { | |
| "key": "title", | |
| "value": "Demo Presentation Teams" | |
| } | |
| ], | |
| "links": [ | |
| { | |
| "key": "serverRelativeUrl", | |
| "value": "/sites/PowerUsers/Shared%20Documents/Example%20Presentations/Demo%20Presentation%20Teams.pptx" | |
| }, | |
| { | |
| "key": "wopiurl", | |
| "value": "/sites/PowerUsers/_layouts/15/Doc.aspx?sourcedoc=%7bB3E0B18A-D447-4D95-8881-5B97EEF0763B%7d&file=Demo%20Presentation%20Teams.pptx&action=embedview&mobileredirect=true" | |
| } | |
| ], | |
| "imageSources": [] | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment