{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Drives.list API", "version": "1.0.0" }, "items": [ { "info": { "name": "Drives.list", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get list from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "For drives in SharePoint, the underlying document library list. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property list in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property list in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property list for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" } ] }, "docs": "Microsoft Graph Delete navigation property list for drives" }, { "info": { "name": "Microsoft Graph Get columns from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/columns", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 field definitions for this list." }, { "info": { "name": "Microsoft Graph Create new navigation property to columns for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/columns", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to columns for drives" }, { "info": { "name": "Microsoft Graph Get columns from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/columns/:columnDefinition-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/columns/:columnDefinition-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives" }, { "info": { "name": "Microsoft Graph Delete navigation property columns for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/columns/:columnDefinition-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "columnDefinition-id", "value": "", "type": "path", "description": "The unique identifier of columnDefinition" } ] }, "docs": "Microsoft Graph Delete navigation property columns for drives" }, { "info": { "name": "Microsoft Graph Get sourceColumn from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/columns/:columnDefinition-id/sourceColumn", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/columns/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 contentTypes from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 present in this list." }, { "info": { "name": "Microsoft Graph Create new navigation property to contentTypes for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to contentTypes for drives" }, { "info": { "name": "Microsoft Graph Get contentTypes from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes/:contentType-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes/:contentType-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives" }, { "info": { "name": "Microsoft Graph Delete navigation property contentTypes for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes/:contentType-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" } ] }, "docs": "Microsoft Graph Delete navigation property contentTypes for drives" }, { "info": { "name": "Microsoft Graph Get base from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes/:contentType-id/base", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes/:contentType-id/baseTypes", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes/:contentType-id/baseTypes/:contentType-id1", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/contentTypes/:contentType-id/baseTypes/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes/:contentType-id/columnLinks", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes/:contentType-id/columnLinks", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives" }, { "info": { "name": "Microsoft Graph Get columnLinks from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes/:contentType-id/columnLinks/:columnLink-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes/:contentType-id/columnLinks/:columnLink-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives" }, { "info": { "name": "Microsoft Graph Delete navigation property columnLinks for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes/:contentType-id/columnLinks/:columnLink-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes/:contentType-id/columnLinks/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes/:contentType-id/columnPositions", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes/:contentType-id/columnPositions/:columnDefinition-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/contentTypes/:contentType-id/columnPositions/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes/:contentType-id/columns", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes/:contentType-id/columns", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives" }, { "info": { "name": "Microsoft Graph Get columns from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes/:contentType-id/columns/:columnDefinition-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes/:contentType-id/columns/:columnDefinition-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives" }, { "info": { "name": "Microsoft Graph Delete navigation property columns for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes/:contentType-id/columns/:columnDefinition-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives" }, { "info": { "name": "Microsoft Graph Get sourceColumn from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/contentTypes/:contentType-id/columns/:columnDefinition-id/sourceColumn", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/contentTypes/:contentType-id/columns/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/contentTypes/:contentType-id/associateWithHubSites", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/contentTypes/:contentType-id/copyToDefaultContentLocation", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/contentTypes/:contentType-id/isPublished()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/contentTypes/:contentType-id/publish", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/contentTypes/:contentType-id/unpublish", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/contentTypes/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/contentTypes/addCopy", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" } ], "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/drives/:drive-id/list/contentTypes/addCopyFromContentTypeHub", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" } ], "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/drives/:drive-id/list/contentTypes/getCompatibleHubContentTypes()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/createdByUser", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/createdByUser/mailboxSettings", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/createdByUser/mailboxSettings", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" } ], "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/drives/:drive-id/list/createdByUser/serviceProvisioningErrors", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/createdByUser/serviceProvisioningErrors/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/drive", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 Get items from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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": "All items contained in the list." }, { "info": { "name": "Microsoft Graph Create new navigation property to items for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to items for drives" }, { "info": { "name": "Microsoft Graph Get items from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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": "All items contained in the list." }, { "info": { "name": "Microsoft Graph Update the navigation property items in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives" }, { "info": { "name": "Microsoft Graph Delete navigation property items for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" } ] }, "docs": "Microsoft Graph Delete navigation property items for drives" }, { "info": { "name": "Microsoft Graph Get analytics from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/analytics", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/createdByUser", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/items/:listItem-id/createdByUser/mailboxSettings", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/items/:listItem-id/createdByUser/mailboxSettings", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/items/:listItem-id/createdByUser/serviceProvisioningErrors", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/items/:listItem-id/createdByUser/serviceProvisioningErrors/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 documentSetVersions from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/documentSetVersions", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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": "Version information for a document set version created by a user." }, { "info": { "name": "Microsoft Graph Create new navigation property to documentSetVersions for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/documentSetVersions", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to documentSetVersions for drives" }, { "info": { "name": "Microsoft Graph Get documentSetVersions from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/documentSetVersions/:documentSetVersion-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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": "Version information for a document set version created by a user." }, { "info": { "name": "Microsoft Graph Update the navigation property documentSetVersions in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/documentSetVersions/:documentSetVersion-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives" }, { "info": { "name": "Microsoft Graph Delete navigation property documentSetVersions for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/documentSetVersions/:documentSetVersion-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 documentSetVersions for drives" }, { "info": { "name": "Microsoft Graph Get fields from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/documentSetVersions/:documentSetVersion-id/fields", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/documentSetVersions/:documentSetVersion-id/fields", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives" }, { "info": { "name": "Microsoft Graph Delete navigation property fields for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/documentSetVersions/:documentSetVersion-id/fields", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives" }, { "info": { "name": "Microsoft Graph Invoke action restore", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/documentSetVersions/:documentSetVersion-id/restore", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/items/:listItem-id/documentSetVersions/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/driveItem", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/driveItem/content", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/driveItem/content", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 Delete content for the navigation property driveItem in drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/driveItem/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/fields", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 the navigation property fields in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/fields", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property fields in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property fields for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/fields", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" } ] }, "docs": "Microsoft Graph Delete navigation property fields for drives" }, { "info": { "name": "Microsoft Graph Get lastModifiedByUser from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/lastModifiedByUser", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/items/:listItem-id/lastModifiedByUser/mailboxSettings", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/items/:listItem-id/lastModifiedByUser/mailboxSettings", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/items/:listItem-id/lastModifiedByUser/serviceProvisioningErrors", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/items/:listItem-id/lastModifiedByUser/serviceProvisioningErrors/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/items/:listItem-id/createLink", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/items/:listItem-id/getActivitiesByInterval()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/items/:listItem-id/getActivitiesByInterval(startDateTime=':startDateTime',endDateTime=':endDateTime',interval=':interval')", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 Get versions from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/versions", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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": "The list of previous versions of the list item." }, { "info": { "name": "Microsoft Graph Create new navigation property to versions for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/versions", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives" }, { "info": { "name": "Microsoft Graph Get versions from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/versions/:listItemVersion-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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": "The list of previous versions of the list item." }, { "info": { "name": "Microsoft Graph Update the navigation property versions in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/versions/:listItemVersion-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives" }, { "info": { "name": "Microsoft Graph Delete navigation property versions for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/versions/:listItemVersion-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives" }, { "info": { "name": "Microsoft Graph Get fields from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/versions/:listItemVersion-id/fields", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/versions/:listItemVersion-id/fields", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives" }, { "info": { "name": "Microsoft Graph Delete navigation property fields for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/versions/:listItemVersion-id/fields", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives" }, { "info": { "name": "Microsoft Graph Invoke action restoreVersion", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/:listItem-id/versions/:listItemVersion-id/restoreVersion", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/items/:listItem-id/versions/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/items/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/items/delta()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/items/delta(token=':token')", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/lastModifiedByUser", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/lastModifiedByUser/mailboxSettings", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/lastModifiedByUser/mailboxSettings", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" } ], "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/drives/:drive-id/list/lastModifiedByUser/serviceProvisioningErrors", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/lastModifiedByUser/serviceProvisioningErrors/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/operations", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/operations", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to operations for drives" }, { "info": { "name": "Microsoft Graph Get operations from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/operations/:richLongRunningOperation-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/operations/:richLongRunningOperation-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives" }, { "info": { "name": "Microsoft Graph Delete navigation property operations for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/operations/:richLongRunningOperation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "richLongRunningOperation-id", "value": "", "type": "path", "description": "The unique identifier of richLongRunningOperation" } ] }, "docs": "Microsoft Graph Delete navigation property operations for drives" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/operations/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/subscriptions", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/subscriptions", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to subscriptions for drives" }, { "info": { "name": "Microsoft Graph Get subscriptions from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/subscriptions/:subscription-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/subscriptions/:subscription-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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 drives" }, { "info": { "name": "Microsoft Graph Delete navigation property subscriptions for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/subscriptions/:subscription-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "subscription-id", "value": "", "type": "path", "description": "The unique identifier of subscription" } ] }, "docs": "Microsoft Graph Delete navigation property subscriptions for drives" }, { "info": { "name": "Microsoft Graph Invoke action reauthorize", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/list/subscriptions/:subscription-id/reauthorize", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "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/drives/:drive-id/list/subscriptions/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }