This file contains 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": "Divider Example", | |
"canvasLayout": { | |
"horizontalSections": [ | |
{ | |
"layout": "oneColumn", | |
"id": "1", | |
"emphasis": "none", | |
"columns": [ |
This file contains 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
_api/v2.0/sites('@{variables('SiteId')}')/pages/@{variables('SitePageId')}/oneDrive.page |
This file contains 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
{"id":"38cc9b7a-7711-442a-bb5d-19b94c822f8a","brandColor":"#036C70","connectionReferences":{"shared_sharepointonline":{"connection":{"id":"/exp_sharedsharepointonline_e5efa"}}},"connectorDisplayName":"SharePoint","icon":"https://conn-afd-prod-endpoint-bmc9bqahasf3grgk.b01.azurefd.net/releases/v1.0.1732/1.0.1732.4070/sharepointonline/icon.png","isTrigger":false,"operationName":"Send_an_HTTP_request_to_SharePoint","operationDefinition":{"type":"OpenApiConnection","inputs":{"host":{"connectionName":"shared_sharepointonline","operationId":"HttpRequest","apiId":"/providers/Microsoft.PowerApps/apis/shared_sharepointonline"},"parameters":{"dataset":"@parameters('SPOSiteCollection_PowerUsers (exp_SPOSiteCollection_PowerUsers)')","parameters/method":"PATCH","parameters/uri":"_api/v2.0/sites('@{variables('SiteId')}')/pages/@{variables('SitePageId')}/oneDrive.page","parameters/headers":{"Accept":"application/json;odata=verbose","Content-Type":"application/json;odata=verbose"},"parameters/body":"{\n \"@odata.type\": \ |
This file contains 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/oneDrive.page/$entity", | |
"@odata.etag": "\"{EA2A068C-6C02-424C-8019-2DC770D37851},51\"", | |
"createdDateTime": "2025-03-06T12:11:22Z", | |
"eTag": "\"{EA2A068C-6C02-424C-8019-2DC770D37851},51\"", | |
"id": "ea2a068c-6c02-424c-8019-2dc770d37851", | |
"lastModifiedDateTime": "2025-03-06T13:51:23Z", | |
"name": "Image Gallery Example.aspx", | |
"webUrl": "https://contoso.sharepoint.com/sites/PowerUsers/SitePages/Image%20Gallery%20Example.aspx", | |
"title": "Image Gallery Example", |
This file contains 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": "Example Landing Page", | |
"canvasLayout": { | |
"horizontalSections": [ | |
{ | |
"layout": "oneColumn", | |
"id": "1", | |
"emphasis": "none", | |
"columns": [ |
This file contains 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
_api/v2.0/sites('@{variables('SiteId')}')/pages/@{variables('SitePageId')}/oneDrive.page |
This file contains 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
{"id":"a7f3b832-5e2e-4562-a856-07987ddcd530","brandColor":"#0078d7","connectionReferences":{"shared_visualstudioteamservices":{"connection":{"id":"/exp_sharedvisualstudioteamservices_9f519"}}},"connectorDisplayName":"Azure DevOps","icon":"https://conn-afd-prod-endpoint-bmc9bqahasf3grgk.b01.azurefd.net/releases/v1.0.1736/1.0.1736.4108/vsts/icon.png","isTrigger":false,"operationName":"Send_an_HTTP_request_to_Azure_DevOps","operationDefinition":{"type":"OpenApiConnection","inputs":{"host":{"connectionName":"shared_visualstudioteamservices","operationId":"HttpRequest","apiId":"/providers/Microsoft.PowerApps/apis/shared_visualstudioteamservices"},"parameters":{"account":"@parameters('Azure DevOps org Name (exp_ADO_orgName)')","parameters/Method":"POST","parameters/Uri":"@{variables('ProjectName')}/_apis/wit/wiql?api-version=7.1-preview.2","parameters/Headers":{"Accept":"application/json","Content-Type":"application/json"},"parameters/Body":"{\n \"query\": \"SELECT [System.Id],[System.AssignedTo],[System.State],[Sy |