Created
November 3, 2025 14:39
-
-
Save expiscornovus/07e52d1f99c5faac67052c2d27752184 to your computer and use it in GitHub Desktop.
Response Create Page from Page Template
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": 201, | |
| "headers": {}, | |
| "body": { | |
| "@odata.context": "https://contoso.sharepoint.com/sites/PowerUsers/_api/v2.0/$metadata#sites('contoso.sharepoint.com%2C15ec34b0-5d50-4d83-8235-eb2bc48d8799%2C062116f0-a749-4dbd-a6c0-f771d8ea4ec9')/pages/oneDrive.page/$entity", | |
| "@odata.etag": "\"{0D1608B3-758E-476E-AB2F-2E2A76299213},1\"", | |
| "eTag": "\"{0D1608B3-758E-476E-AB2F-2E2A76299213},1\"", | |
| "lastModifiedDateTime": "2025-11-03T14:37:27Z", | |
| "createdDateTime": "2025-11-03T14:37:27Z", | |
| "id": "0d1608b3-758e-476e-ab2f-2e2a76299213", | |
| "name": "Sample7583.aspx", | |
| "webUrl": "https://contoso.sharepoint.com/sites/SensitiveInformationProtection/SitePages/Sample7583.aspx", | |
| "pageLayout": "microsoftReserved", | |
| "promotionKind": "page", | |
| "showComments": true, | |
| "showRecommendedPages": false, | |
| "createdBy": { | |
| "user": { | |
| "displayName": "Dennis Goedegebuure", | |
| "email": "[email protected]" | |
| } | |
| }, | |
| "lastModifiedBy": { | |
| "user": { | |
| "displayName": "Dennis Goedegebuure", | |
| "email": "[email protected]" | |
| } | |
| }, | |
| "parentReference": { | |
| "listId": "9d1707b0-6320-43c1-84aa-ee1e09ea4f87", | |
| "siteId": "15ec34b0-5d50-4d83-8235-eb2bc48d8799" | |
| }, | |
| "contentType": { | |
| "id": "0x010108007F7E1E581DEEDD44A6FF069DCF57E381", | |
| "name": "Wiki Page" | |
| }, | |
| "publishingState": { | |
| "level": "checkout", | |
| "versionId": "0.1", | |
| "checkedOutBy": { | |
| "user": { | |
| "displayName": "Dennis Goedegebuure", | |
| "email": "[email protected]" | |
| } | |
| } | |
| }, | |
| "reactions": {} | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment