{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Sites.list API", "version": "1.0.0" }, "items": [ { "info": { "name": "Sites.list", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get lists in a site", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists", "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 lists for a site. Lists with the system facet are hidden by default.\r\nTo list them, include system in your $select statement." }, { "info": { "name": "Microsoft Graph Create a new list", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new list in a site." }, { "info": { "name": "Microsoft Graph Get metadata for a list", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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 list." }, { "info": { "name": "Microsoft Graph Update the navigation property lists in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property lists in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property lists for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" } ] }, "docs": "Microsoft Graph Delete navigation property lists for sites" }, { "info": { "name": "Microsoft Graph List columnDefinitions in a list", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/columns", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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 list." }, { "info": { "name": "Microsoft Graph Create a columnDefinition in a list", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/columns", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a column for a list with a request that specifies a columnDefinition." }, { "info": { "name": "Microsoft Graph Get columns from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/columns/:columnDefinition-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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 collection of field definitions for this list." }, { "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/lists/:list-id/columns/:columnDefinition-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "columnDefinition-id", "value": "", "type": "path", "description": "The unique identifier of columnDefinition" } ], "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/lists/:list-id/columns/:columnDefinition-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "columnDefinition-id", "value": "", "type": "path", "description": "The unique identifier of columnDefinition" } ] }, "docs": "Microsoft Graph Delete navigation property columns for sites" }, { "info": { "name": "Microsoft Graph Get sourceColumn from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/columns/:columnDefinition-id/sourceColumn", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/columns/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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 contentTypes in a list", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/contentTypes", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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 list." }, { "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/lists/:list-id/contentTypes", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to contentTypes for sites" }, { "info": { "name": "Microsoft Graph Get contentTypes from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/contentTypes/:contentType-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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": "The collection of content types present in this list." }, { "info": { "name": "Microsoft Graph Update the navigation property contentTypes in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/contentTypes/:contentType-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property contentTypes in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property contentTypes for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/contentTypes/:contentType-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" } ] }, "docs": "Microsoft Graph Delete navigation property contentTypes for sites" }, { "info": { "name": "Microsoft Graph Get base from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/contentTypes/:contentType-id/base", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/contentTypes/:contentType-id/baseTypes", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/contentTypes/:contentType-id/baseTypes/:contentType-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/contentTypes/:contentType-id/baseTypes/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/contentTypes/:contentType-id/columnLinks", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/contentTypes/:contentType-id/columnLinks", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/contentTypes/:contentType-id/columnLinks/:columnLink-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/contentTypes/:contentType-id/columnLinks/:columnLink-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-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": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/contentTypes/:contentType-id/columnLinks/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/contentTypes/:contentType-id/columnPositions", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/contentTypes/:contentType-id/columnPositions/:columnDefinition-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/contentTypes/:contentType-id/columnPositions/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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 columns from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/contentTypes/:contentType-id/columns", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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 column definitions for this content type." }, { "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/lists/:list-id/contentTypes/:contentType-id/columns", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" } ], "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/lists/:list-id/contentTypes/:contentType-id/columns/:columnDefinition-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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 collection of column definitions for this content type." }, { "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/lists/:list-id/contentTypes/:contentType-id/columns/:columnDefinition-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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": "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/lists/:list-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": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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": "Microsoft Graph Delete navigation property columns for sites" }, { "info": { "name": "Microsoft Graph Get sourceColumn from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/contentTypes/:contentType-id/columns/:columnDefinition-id/sourceColumn", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/contentTypes/:contentType-id/columns/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/contentTypes/:contentType-id/associateWithHubSites", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/contentTypes/:contentType-id/copyToDefaultContentLocation", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/contentTypes/:contentType-id/isPublished()", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/contentTypes/:contentType-id/publish", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/contentTypes/:contentType-id/unpublish", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/contentTypes/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/contentTypes/addCopy", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" } ], "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/lists/:list-id/contentTypes/addCopyFromContentTypeHub", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" } ], "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/lists/:list-id/contentTypes/getCompatibleHubContentTypes()", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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 createdByUser from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/createdByUser", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/createdByUser/mailboxSettings", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/createdByUser/mailboxSettings", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" } ], "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/lists/:list-id/createdByUser/serviceProvisioningErrors", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/createdByUser/serviceProvisioningErrors/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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 drive from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/drive", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Allows access to the list as a drive resource with driveItems. Only present on document libraries." }, { "info": { "name": "Microsoft Graph List items", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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 items in a list." }, { "info": { "name": "Microsoft Graph Create a new item in a list", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new listItem in a list." }, { "info": { "name": "Microsoft Graph Get listItem", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "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 an item in a list." }, { "info": { "name": "Microsoft Graph Update the navigation property items in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property items in sites" }, { "info": { "name": "Microsoft Graph Delete an item from a list", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" } ] }, "docs": "Removes an item from a list." }, { "info": { "name": "Microsoft Graph Get analytics from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/analytics", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Analytics about the view activities that took place on this item." }, { "info": { "name": "Microsoft Graph Get createdByUser from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/createdByUser", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "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/lists/:list-id/items/:listItem-id/createdByUser/mailboxSettings", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "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/lists/:list-id/items/:listItem-id/createdByUser/mailboxSettings", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" } ], "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/lists/:list-id/items/:listItem-id/createdByUser/serviceProvisioningErrors", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "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/lists/:list-id/items/:listItem-id/createdByUser/serviceProvisioningErrors/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "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 documentSetVersions", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/documentSetVersions", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "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 a list of the versions of a document set item in a list." }, { "info": { "name": "Microsoft Graph Create documentSetVersion", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/documentSetVersions", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new version of a document set item in a list." }, { "info": { "name": "Microsoft Graph Get documentSetVersion", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/documentSetVersions/:documentSetVersion-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "name": "documentSetVersion-id", "value": "", "type": "path", "description": "The unique identifier of documentSetVersion" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a documentSetVersion object." }, { "info": { "name": "Microsoft Graph Update the navigation property documentSetVersions in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/documentSetVersions/:documentSetVersion-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "name": "documentSetVersion-id", "value": "", "type": "path", "description": "The unique identifier of documentSetVersion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property documentSetVersions in sites" }, { "info": { "name": "Microsoft Graph Delete documentSetVersion", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/documentSetVersions/:documentSetVersion-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "name": "documentSetVersion-id", "value": "", "type": "path", "description": "The unique identifier of documentSetVersion" } ] }, "docs": "Delete a version of a document set in a list." }, { "info": { "name": "Microsoft Graph Get fields from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/documentSetVersions/:documentSetVersion-id/fields", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "name": "documentSetVersion-id", "value": "", "type": "path", "description": "The unique identifier of documentSetVersion" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of the fields and values for this version of the list item." }, { "info": { "name": "Microsoft Graph Update the navigation property fields in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/documentSetVersions/:documentSetVersion-id/fields", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "name": "documentSetVersion-id", "value": "", "type": "path", "description": "The unique identifier of documentSetVersion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property fields in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property fields for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/documentSetVersions/:documentSetVersion-id/fields", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "name": "documentSetVersion-id", "value": "", "type": "path", "description": "The unique identifier of documentSetVersion" } ] }, "docs": "Microsoft Graph Delete navigation property fields for sites" }, { "info": { "name": "Microsoft Graph Invoke action restore", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/documentSetVersions/:documentSetVersion-id/restore", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "name": "documentSetVersion-id", "value": "", "type": "path", "description": "The unique identifier of documentSetVersion" } ] }, "docs": "Restore a document set version." }, { "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/lists/:list-id/items/:listItem-id/documentSetVersions/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "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 driveItem from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/driveItem", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "For document libraries, the driveItem relationship exposes the listItem as a driveItem" }, { "info": { "name": "Microsoft Graph Get content for the navigation property driveItem from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/driveItem/content", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "name": "$format", "value": "", "type": "query", "description": "Format of the content" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Update content for the navigation property driveItem in sites", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/driveItem/content", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Get fields from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/fields", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The values of the columns set on this list item." }, { "info": { "name": "Microsoft Graph Update listItem", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/fields", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties on a listItem." }, { "info": { "name": "Microsoft Graph Delete navigation property fields for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/fields", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" } ] }, "docs": "Microsoft Graph Delete navigation property fields for sites" }, { "info": { "name": "Microsoft Graph Get lastModifiedByUser from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/lastModifiedByUser", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "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/lists/:list-id/items/:listItem-id/lastModifiedByUser/mailboxSettings", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "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/lists/:list-id/items/:listItem-id/lastModifiedByUser/mailboxSettings", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" } ], "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/lists/:list-id/items/:listItem-id/lastModifiedByUser/serviceProvisioningErrors", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "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/lists/:list-id/items/:listItem-id/lastModifiedByUser/serviceProvisioningErrors/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "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 createLink", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/createLink", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action createLink" }, { "info": { "name": "Microsoft Graph Invoke function getActivitiesByInterval", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/getActivitiesByInterval()", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "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": "Microsoft Graph Invoke function getActivitiesByInterval" }, { "info": { "name": "Microsoft Graph Invoke function getActivitiesByInterval", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/getActivitiesByInterval(startDateTime=':startDateTime',endDateTime=':endDateTime',interval=':interval')", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "name": "startDateTime", "value": "", "type": "path", "description": "Usage: startDateTime='{startDateTime}'" }, { "name": "endDateTime", "value": "", "type": "path", "description": "Usage: endDateTime='{endDateTime}'" }, { "name": "interval", "value": "", "type": "path", "description": "Usage: interval='{interval}'" }, { "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": "Microsoft Graph Invoke function getActivitiesByInterval" }, { "info": { "name": "Microsoft Graph Listing versions of a ListItem", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/versions", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "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": "SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location." }, { "info": { "name": "Microsoft Graph Create new navigation property to versions for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/versions", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to versions for sites" }, { "info": { "name": "Microsoft Graph Get a ListItemVersion resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/versions/:listItemVersion-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "name": "listItemVersion-id", "value": "", "type": "path", "description": "The unique identifier of listItemVersion" }, { "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 specific version of a ListItem." }, { "info": { "name": "Microsoft Graph Update the navigation property versions in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/versions/:listItemVersion-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "name": "listItemVersion-id", "value": "", "type": "path", "description": "The unique identifier of listItemVersion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property versions in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property versions for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/versions/:listItemVersion-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "name": "listItemVersion-id", "value": "", "type": "path", "description": "The unique identifier of listItemVersion" } ] }, "docs": "Microsoft Graph Delete navigation property versions for sites" }, { "info": { "name": "Microsoft Graph Get fields from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/versions/:listItemVersion-id/fields", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "name": "listItemVersion-id", "value": "", "type": "path", "description": "The unique identifier of listItemVersion" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of the fields and values for this version of the list item." }, { "info": { "name": "Microsoft Graph Update the navigation property fields in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/versions/:listItemVersion-id/fields", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "name": "listItemVersion-id", "value": "", "type": "path", "description": "The unique identifier of listItemVersion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property fields in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property fields for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/versions/:listItemVersion-id/fields", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "name": "listItemVersion-id", "value": "", "type": "path", "description": "The unique identifier of listItemVersion" } ] }, "docs": "Microsoft Graph Delete navigation property fields for sites" }, { "info": { "name": "Microsoft Graph Invoke action restoreVersion", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/:listItem-id/versions/:listItemVersion-id/restoreVersion", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "name": "listItemVersion-id", "value": "", "type": "path", "description": "The unique identifier of listItemVersion" } ] }, "docs": "Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item." }, { "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/lists/:list-id/items/:listItem-id/versions/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" }, { "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 function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/delta()", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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 newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\r\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\r\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\r\nTo c" }, { "info": { "name": "Microsoft Graph Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/items/delta(token=':token')", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "token", "value": "", "type": "path", "description": "Usage: token='{token}'" }, { "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": "Microsoft Graph Invoke function delta" }, { "info": { "name": "Microsoft Graph Get lastModifiedByUser from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/lastModifiedByUser", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/lastModifiedByUser/mailboxSettings", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/lastModifiedByUser/mailboxSettings", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" } ], "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/lists/:list-id/lastModifiedByUser/serviceProvisioningErrors", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/:list-id/lastModifiedByUser/serviceProvisioningErrors/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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 operations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/operations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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 long-running operations on the list." }, { "info": { "name": "Microsoft Graph Create new navigation property to operations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/operations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to operations for sites" }, { "info": { "name": "Microsoft Graph Get operations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/operations/:richLongRunningOperation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "richLongRunningOperation-id", "value": "", "type": "path", "description": "The unique identifier of richLongRunningOperation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of long-running operations on the list." }, { "info": { "name": "Microsoft Graph Update the navigation property operations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/operations/:richLongRunningOperation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "richLongRunningOperation-id", "value": "", "type": "path", "description": "The unique identifier of richLongRunningOperation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property operations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property operations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/operations/:richLongRunningOperation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "richLongRunningOperation-id", "value": "", "type": "path", "description": "The unique identifier of richLongRunningOperation" } ] }, "docs": "Microsoft Graph Delete navigation property operations 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/lists/:list-id/operations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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 subscriptions from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/subscriptions", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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 subscriptions on the list." }, { "info": { "name": "Microsoft Graph Create new navigation property to subscriptions for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/subscriptions", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to subscriptions for sites" }, { "info": { "name": "Microsoft Graph Get subscriptions from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/subscriptions/:subscription-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "subscription-id", "value": "", "type": "path", "description": "The unique identifier of subscription" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The set of subscriptions on the list." }, { "info": { "name": "Microsoft Graph Update the navigation property subscriptions in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/subscriptions/:subscription-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "subscription-id", "value": "", "type": "path", "description": "The unique identifier of subscription" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property subscriptions in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property subscriptions for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/subscriptions/:subscription-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "subscription-id", "value": "", "type": "path", "description": "The unique identifier of subscription" } ] }, "docs": "Microsoft Graph Delete navigation property subscriptions for sites" }, { "info": { "name": "Microsoft Graph Invoke action reauthorize", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/lists/:list-id/subscriptions/:subscription-id/reauthorize", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "name": "subscription-id", "value": "", "type": "path", "description": "The unique identifier of subscription" } ] }, "docs": "Reauthorize a subscription when you receive a reauthorizationRequired challenge." }, { "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/lists/:list-id/subscriptions/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "list-id", "value": "", "type": "path", "description": "The unique identifier of list" }, { "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/lists/$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 lists from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/getByPath(path=':path')/lists", "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 lists under this site." }, { "info": { "name": "Microsoft Graph Create new navigation property to lists for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/getByPath(path=':path')/lists", "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 lists for sites" } ] } ], "bundled": true }