{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin sites.baseSitePage API", "version": "1.0.0" }, "items": [ { "info": { "name": "sites.baseSitePage", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get pages from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/getByPath(path=':path')/pages", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "path", "value": "", "type": "path", "description": "Usage: path='{path}'" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of pages in the baseSitePages list in this site." }, { "info": { "name": "Microsoft Graph Create new navigation property to pages for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/getByPath(path=':path')/pages", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "path", "value": "", "type": "path", "description": "Usage: path='{path}'" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to pages for sites" }, { "info": { "name": "Microsoft Graph List baseSitePages", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the collection of baseSitePage objects from the site pages list in a site. All pages in the site are returned (with pagination). Sort alphabetically by name in ascending order. The following table lists the available subtypes." }, { "info": { "name": "Microsoft Graph Create a page in the site pages list of a site", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new sitePage in the site pages list in a site." }, { "info": { "name": "Microsoft Graph Get baseSitePage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the metadata for a baseSitePage in the site pages list in a site." }, { "info": { "name": "Microsoft Graph Update the navigation property pages in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property pages in sites" }, { "info": { "name": "Microsoft Graph Delete baseSitePage", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" } ] }, "docs": "Delete a baseSitePage from the site pages list in a site." }, { "info": { "name": "Microsoft Graph Get createdByUser from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/createdByUser", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Identity of the user who created the item. Read-only." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/createdByUser/mailboxSettings", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/createdByUser/mailboxSettings", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/createdByUser/serviceProvisioningErrors", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/createdByUser/serviceProvisioningErrors/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get lastModifiedByUser from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/lastModifiedByUser", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Identity of the user who last modified the item. Read-only." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/lastModifiedByUser/mailboxSettings", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/lastModifiedByUser/mailboxSettings", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/lastModifiedByUser/serviceProvisioningErrors", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/lastModifiedByUser/serviceProvisioningErrors/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get SitePage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns the metadata for a sitePage in the site pages list in a site." }, { "info": { "name": "Microsoft Graph Get canvasLayout from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Indicates the layout of the content in a given SharePoint page, including horizontal sections and vertical sections." }, { "info": { "name": "Microsoft Graph Update the navigation property canvasLayout in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property canvasLayout in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property canvasLayout for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" } ] }, "docs": "Microsoft Graph Delete navigation property canvasLayout for sites" }, { "info": { "name": "Microsoft Graph Get horizontalSections from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/horizontalSections", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Collection of horizontal sections on the SharePoint page." }, { "info": { "name": "Microsoft Graph Create new navigation property to horizontalSections for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/horizontalSections", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to horizontalSections for sites" }, { "info": { "name": "Microsoft Graph Get horizontalSections from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/horizontalSections/:horizontalSection-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "horizontalSection-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSection" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Collection of horizontal sections on the SharePoint page." }, { "info": { "name": "Microsoft Graph Update the navigation property horizontalSections in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/horizontalSections/:horizontalSection-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "horizontalSection-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property horizontalSections in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property horizontalSections for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/horizontalSections/:horizontalSection-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "horizontalSection-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSection" } ] }, "docs": "Microsoft Graph Delete navigation property horizontalSections for sites" }, { "info": { "name": "Microsoft Graph Get columns from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/horizontalSections/:horizontalSection-id/columns", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "horizontalSection-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSection" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The set of vertical columns in this section." }, { "info": { "name": "Microsoft Graph Create new navigation property to columns for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/horizontalSections/:horizontalSection-id/columns", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "horizontalSection-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to columns for sites" }, { "info": { "name": "Microsoft Graph Get columns from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/horizontalSections/:horizontalSection-id/columns/:horizontalSectionColumn-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "horizontalSection-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSection" }, { "name": "horizontalSectionColumn-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSectionColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The set of vertical columns in this section." }, { "info": { "name": "Microsoft Graph Update the navigation property columns in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/horizontalSections/:horizontalSection-id/columns/:horizontalSectionColumn-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "horizontalSection-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSection" }, { "name": "horizontalSectionColumn-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSectionColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property columns in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property columns for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/horizontalSections/:horizontalSection-id/columns/:horizontalSectionColumn-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "horizontalSection-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSection" }, { "name": "horizontalSectionColumn-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSectionColumn" } ] }, "docs": "Microsoft Graph Delete navigation property columns for sites" }, { "info": { "name": "Microsoft Graph Get webparts from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/horizontalSections/:horizontalSection-id/columns/:horizontalSectionColumn-id/webparts", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "horizontalSection-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSection" }, { "name": "horizontalSectionColumn-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSectionColumn" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of WebParts in this column." }, { "info": { "name": "Microsoft Graph Create new navigation property to webparts for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/horizontalSections/:horizontalSection-id/columns/:horizontalSectionColumn-id/webparts", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "horizontalSection-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSection" }, { "name": "horizontalSectionColumn-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSectionColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to webparts for sites" }, { "info": { "name": "Microsoft Graph Get webparts from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/horizontalSections/:horizontalSection-id/columns/:horizontalSectionColumn-id/webparts/:webPart-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "horizontalSection-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSection" }, { "name": "horizontalSectionColumn-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSectionColumn" }, { "name": "webPart-id", "value": "", "type": "path", "description": "The unique identifier of webPart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of WebParts in this column." }, { "info": { "name": "Microsoft Graph Update the navigation property webparts in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/horizontalSections/:horizontalSection-id/columns/:horizontalSectionColumn-id/webparts/:webPart-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "horizontalSection-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSection" }, { "name": "horizontalSectionColumn-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSectionColumn" }, { "name": "webPart-id", "value": "", "type": "path", "description": "The unique identifier of webPart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property webparts in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property webparts for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/horizontalSections/:horizontalSection-id/columns/:horizontalSectionColumn-id/webparts/:webPart-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "horizontalSection-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSection" }, { "name": "horizontalSectionColumn-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSectionColumn" }, { "name": "webPart-id", "value": "", "type": "path", "description": "The unique identifier of webPart" } ] }, "docs": "Microsoft Graph Delete navigation property webparts for sites" }, { "info": { "name": "Microsoft Graph Invoke action getPositionOfWebPart", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/horizontalSections/:horizontalSection-id/columns/:horizontalSectionColumn-id/webparts/:webPart-id/getPositionOfWebPart", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "horizontalSection-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSection" }, { "name": "horizontalSectionColumn-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSectionColumn" }, { "name": "webPart-id", "value": "", "type": "path", "description": "The unique identifier of webPart" } ] }, "docs": "Microsoft Graph Invoke action getPositionOfWebPart" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/horizontalSections/:horizontalSection-id/columns/:horizontalSectionColumn-id/webparts/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "horizontalSection-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSection" }, { "name": "horizontalSectionColumn-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSectionColumn" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/horizontalSections/:horizontalSection-id/columns/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "horizontalSection-id", "value": "", "type": "path", "description": "The unique identifier of horizontalSection" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/horizontalSections/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get verticalSection from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/verticalSection", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Vertical section on the SharePoint page." }, { "info": { "name": "Microsoft Graph Update the navigation property verticalSection in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/verticalSection", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property verticalSection in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property verticalSection for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/verticalSection", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" } ] }, "docs": "Microsoft Graph Delete navigation property verticalSection for sites" }, { "info": { "name": "Microsoft Graph Get webparts from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/verticalSection/webparts", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The set of web parts in this section." }, { "info": { "name": "Microsoft Graph Create new navigation property to webparts for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/verticalSection/webparts", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to webparts for sites" }, { "info": { "name": "Microsoft Graph Get webparts from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/verticalSection/webparts/:webPart-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "webPart-id", "value": "", "type": "path", "description": "The unique identifier of webPart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The set of web parts in this section." }, { "info": { "name": "Microsoft Graph Update the navigation property webparts in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/verticalSection/webparts/:webPart-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "webPart-id", "value": "", "type": "path", "description": "The unique identifier of webPart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property webparts in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property webparts for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/verticalSection/webparts/:webPart-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "webPart-id", "value": "", "type": "path", "description": "The unique identifier of webPart" } ] }, "docs": "Microsoft Graph Delete navigation property webparts for sites" }, { "info": { "name": "Microsoft Graph Invoke action getPositionOfWebPart", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/verticalSection/webparts/:webPart-id/getPositionOfWebPart", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "webPart-id", "value": "", "type": "path", "description": "The unique identifier of webPart" } ] }, "docs": "Microsoft Graph Invoke action getPositionOfWebPart" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/canvasLayout/verticalSection/webparts/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get createdByUser from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/createdByUser", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Identity of the user who created the item. Read-only." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/createdByUser/mailboxSettings", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/createdByUser/mailboxSettings", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/createdByUser/serviceProvisioningErrors", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/createdByUser/serviceProvisioningErrors/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get lastModifiedByUser from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/lastModifiedByUser", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Identity of the user who last modified the item. Read-only." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/lastModifiedByUser/mailboxSettings", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/lastModifiedByUser/mailboxSettings", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/lastModifiedByUser/serviceProvisioningErrors", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get webParts from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/webParts", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Collection of webparts on the SharePoint page." }, { "info": { "name": "Microsoft Graph Create new navigation property to webParts for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/webParts", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to webParts for sites" }, { "info": { "name": "Microsoft Graph Get webParts from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/webParts/:webPart-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "webPart-id", "value": "", "type": "path", "description": "The unique identifier of webPart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Collection of webparts on the SharePoint page." }, { "info": { "name": "Microsoft Graph Update the navigation property webParts in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/webParts/:webPart-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "webPart-id", "value": "", "type": "path", "description": "The unique identifier of webPart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property webParts in sites" }, { "info": { "name": "Microsoft Graph Delete webPart", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/webParts/:webPart-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "webPart-id", "value": "", "type": "path", "description": "The unique identifier of webPart" } ] }, "docs": "Delete a webPart object." }, { "info": { "name": "Microsoft Graph Invoke action getPositionOfWebPart", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/webParts/:webPart-id/getPositionOfWebPart", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "webPart-id", "value": "", "type": "path", "description": "The unique identifier of webPart" } ] }, "docs": "Microsoft Graph Invoke action getPositionOfWebPart" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/:baseSitePage-id/graph.sitePage/webParts/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "baseSitePage-id", "value": "", "type": "path", "description": "The unique identifier of baseSitePage" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get SitePage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/graph.sitePage", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns the metadata for a sitePage in the site pages list in a site." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/pages/graph.sitePage/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }