{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin sites.contentType API", "version": "1.0.0" }, "items": [ { "info": { "name": "sites.contentType", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List contentTypes in a site", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes", "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 contentType resources in a site." }, { "info": { "name": "Microsoft Graph Create a content type", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new contentType in a site." }, { "info": { "name": "Microsoft Graph Get contentType", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the metadata for a content type in a site or a list." }, { "info": { "name": "Microsoft Graph Update contentType", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a content type." }, { "info": { "name": "Microsoft Graph Delete contentType", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" } ] }, "docs": "Remove a content type from a list or a site." }, { "info": { "name": "Microsoft Graph Get base from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/base", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Parent contentType from which this content type is derived." }, { "info": { "name": "Microsoft Graph Get baseTypes from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/baseTypes", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" }, { "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 content types that are ancestors of this content type." }, { "info": { "name": "Microsoft Graph Get baseTypes from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/baseTypes/:contentType-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" }, { "name": "contentType-id1", "value": "", "type": "path", "description": "The unique identifier of contentType" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of content types that are ancestors of this content type." }, { "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/contentTypes/:contentType-id/baseTypes/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" }, { "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 columnLinks from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/columnLinks", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" }, { "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 columns that are required by this content type." }, { "info": { "name": "Microsoft Graph Create new navigation property to columnLinks for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/columnLinks", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to columnLinks for sites" }, { "info": { "name": "Microsoft Graph Get columnLinks from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/columnLinks/:columnLink-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" }, { "name": "columnLink-id", "value": "", "type": "path", "description": "The unique identifier of columnLink" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of columns that are required by this content type." }, { "info": { "name": "Microsoft Graph Update the navigation property columnLinks in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/columnLinks/:columnLink-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" }, { "name": "columnLink-id", "value": "", "type": "path", "description": "The unique identifier of columnLink" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property columnLinks in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property columnLinks for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/columnLinks/:columnLink-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" }, { "name": "columnLink-id", "value": "", "type": "path", "description": "The unique identifier of columnLink" } ] }, "docs": "Microsoft Graph Delete navigation property columnLinks for sites" }, { "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/contentTypes/:contentType-id/columnLinks/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" }, { "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 columnPositions from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/columnPositions", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" }, { "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": "Column order information in a content type." }, { "info": { "name": "Microsoft Graph Get columnPositions from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/columnPositions/:columnDefinition-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" }, { "name": "columnDefinition-id", "value": "", "type": "path", "description": "The unique identifier of columnDefinition" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Column order information in a content type." }, { "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/contentTypes/:contentType-id/columnPositions/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" }, { "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 List columnDefinitions in a content type", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/columns", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" }, { "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 columns represented as columnDefinition resources in a content type." }, { "info": { "name": "Microsoft Graph Create a columnDefinition in a content type", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/columns", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a column to a content type in a site, or a list with a request that specifies a columnDefinition." }, { "info": { "name": "Microsoft Graph Get columnDefinition", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/columns/:columnDefinition-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" }, { "name": "columnDefinition-id", "value": "", "type": "path", "description": "The unique identifier of columnDefinition" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the metadata for a site, a list, or a contentType column." }, { "info": { "name": "Microsoft Graph Update columnDefinition", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/columns/:columnDefinition-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" }, { "name": "columnDefinition-id", "value": "", "type": "path", "description": "The unique identifier of columnDefinition" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a site, a list, or a content type column." }, { "info": { "name": "Microsoft Graph Delete columnDefinition", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/columns/:columnDefinition-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" }, { "name": "columnDefinition-id", "value": "", "type": "path", "description": "The unique identifier of columnDefinition" } ] }, "docs": "Remove a column from a site, a list, or a content type." }, { "info": { "name": "Microsoft Graph Get sourceColumn from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/columns/:columnDefinition-id/sourceColumn", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" }, { "name": "columnDefinition-id", "value": "", "type": "path", "description": "The unique identifier of columnDefinition" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The source column for the content type column." }, { "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/contentTypes/:contentType-id/columns/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" }, { "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 Invoke action associateWithHubSites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/associateWithHubSites", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Associate a published content type present in a content type hub with a list of hub sites." }, { "info": { "name": "Microsoft Graph Invoke action copyToDefaultContentLocation", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/copyToDefaultContentLocation", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation." }, { "info": { "name": "Microsoft Graph Invoke function isPublished", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/isPublished()", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" } ] }, "docs": "Check the publishing status of a contentType in a content type hub site." }, { "info": { "name": "Microsoft Graph Invoke action publish", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/publish", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" } ] }, "docs": "Publishes a contentType present in the content type hub site." }, { "info": { "name": "Microsoft Graph Invoke action unpublish", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/:contentType-id/unpublish", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" } ] }, "docs": "Unpublish a contentType from a content type hub 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/contentTypes/$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 Invoke action addCopy", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/addCopy", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a copy of a content type from a site to a list." }, { "info": { "name": "Microsoft Graph Invoke action addCopyFromContentTypeHub", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/addCopyFromContentTypeHub", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex" }, { "info": { "name": "Microsoft Graph Invoke function getCompatibleHubContentTypes", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/contentTypes/getCompatibleHubContentTypes()", "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": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post" }, { "info": { "name": "Microsoft Graph Get contentTypes from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/getByPath(path=':path')/contentTypes", "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 content types defined for this site." }, { "info": { "name": "Microsoft Graph Create new navigation property to contentTypes for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/getByPath(path=':path')/contentTypes", "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 contentTypes for sites" } ] } ], "bundled": true }