Created
March 23, 2025 11:02
-
-
Save expiscornovus/0b123b0211a19b6f25653d48d47b8ba8 to your computer and use it in GitHub Desktop.
Response Add YouTube 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
{ | |
"statusCode": 200, | |
"headers": {}, | |
"body": { | |
"@odata.context": "https://contoso.sharepoint.com/sites/PowerUsers/_api/v2.0/$metadata#sites('contoso.contoso.sharepoint.com%2C0b11c57d-ef88-46d7-9743-8e800c507595%2Caf1a15c6-956b-4652-b8f8-869836e4e6ee')/pages/oneDrive.page/$entity", | |
"@odata.etag": "\"{2DB14EF7-A900-4470-91F0-B1AB9414004D},34\"", | |
"createdDateTime": "2025-03-23T10:28:22Z", | |
"eTag": "\"{2DB14EF7-A900-4470-91F0-B1AB9414004D},34\"", | |
"id": "2db14ef7-a900-4470-91f0-b1ab9414004d", | |
"lastModifiedDateTime": "2025-03-23T10:47:42Z", | |
"name": "YouTube Embed Example.aspx", | |
"webUrl": "https://contoso.sharepoint.com/sites/PowerUsers/SitePages/YouTube%20Embed%20Example.aspx", | |
"title": "Call to Action Example", | |
"pageLayout": "home", | |
"thumbnailWebUrl": "https://media.akamai.odsp.cdn.office.net/contoso.sharepoint.com/_layouts/15/images/sitepagethumbnail.png", | |
"promotionKind": "page", | |
"showComments": true, | |
"showRecommendedPages": false, | |
"createdBy": { | |
"user": { | |
"displayName": "Dennis Goedegebuure", | |
"email": "[email protected]" | |
} | |
}, | |
"lastModifiedBy": { | |
"user": { | |
"displayName": "Dennis Goedegebuure", | |
"email": "[email protected]" | |
} | |
}, | |
"parentReference": { | |
"listId": "ce5c4dfb-258d-4e17-9f1a-4fcca3c38ff0", | |
"siteId": "0b11c57d-ef88-46d7-9743-8e800c507595" | |
}, | |
"contentType": { | |
"id": "0x0101009D1CB255DA76424F860D91F20E6C4118005C8A89308E76CF4B8A731BD6465553B0", | |
"name": "Site Page" | |
}, | |
"publishingState": { | |
"level": "draft", | |
"versionId": "5.1" | |
}, | |
"reactions": {} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment