{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Shares.list API", "version": "1.0.0" }, "items": [ { "info": { "name": "Shares.list", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get list from shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Used to access the underlying list" }, { "info": { "name": "Microsoft Graph Update the navigation property list in shares", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property list in shares" }, { "info": { "name": "Microsoft Graph Delete navigation property list for shares", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" } ] }, "docs": "Microsoft Graph Delete navigation property list for shares" }, { "info": { "name": "Microsoft Graph Get columns from shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/columns", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/columns", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to columns for shares" }, { "info": { "name": "Microsoft Graph Get columns from shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/columns/:columnDefinition-id", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/columns/:columnDefinition-id", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Delete navigation property columns for shares", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/columns/:columnDefinition-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "name": "columnDefinition-id", "value": "", "type": "path", "description": "The unique identifier of columnDefinition" } ] }, "docs": "Microsoft Graph Delete navigation property columns for shares" }, { "info": { "name": "Microsoft Graph Get sourceColumn from shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/columns/:columnDefinition-id/sourceColumn", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/columns/$count", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to contentTypes for shares" }, { "info": { "name": "Microsoft Graph Get contentTypes from shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Delete navigation property contentTypes for shares", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "name": "contentType-id", "value": "", "type": "path", "description": "The unique identifier of contentType" } ] }, "docs": "Microsoft Graph Delete navigation property contentTypes for shares" }, { "info": { "name": "Microsoft Graph Get base from shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/base", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/baseTypes", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/baseTypes/:contentType-id1", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/baseTypes/$count", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/columnLinks", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/columnLinks", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Get columnLinks from shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/columnLinks/:columnLink-id", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/columnLinks/:columnLink-id", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Delete navigation property columnLinks for shares", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/columnLinks/:columnLink-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/columnLinks/$count", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/columnPositions", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/columnPositions/:columnDefinition-id", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/columnPositions/$count", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/columns", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/columns", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Get columns from shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/columns/:columnDefinition-id", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/columns/:columnDefinition-id", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Delete navigation property columns for shares", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/columns/:columnDefinition-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Get sourceColumn from shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/columns/:columnDefinition-id/sourceColumn", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/columns/$count", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/associateWithHubSites", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/copyToDefaultContentLocation", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/isPublished()", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/publish", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/contentTypes/:contentType-id/unpublish", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/contentTypes/$count", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/contentTypes/addCopy", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" } ], "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/shares/:sharedDriveItem-id/list/contentTypes/addCopyFromContentTypeHub", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" } ], "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/shares/:sharedDriveItem-id/list/contentTypes/getCompatibleHubContentTypes()", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/createdByUser", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/createdByUser/mailboxSettings", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/createdByUser/mailboxSettings", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" } ], "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/shares/:sharedDriveItem-id/list/createdByUser/serviceProvisioningErrors", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/createdByUser/serviceProvisioningErrors/$count", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/drive", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to items for shares" }, { "info": { "name": "Microsoft Graph Get items from shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Delete navigation property items for shares", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" } ] }, "docs": "Microsoft Graph Delete navigation property items for shares" }, { "info": { "name": "Microsoft Graph Get analytics from shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/analytics", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/createdByUser", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/items/:listItem-id/createdByUser/mailboxSettings", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/items/:listItem-id/createdByUser/mailboxSettings", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/items/:listItem-id/createdByUser/serviceProvisioningErrors", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/items/:listItem-id/createdByUser/serviceProvisioningErrors/$count", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/documentSetVersions", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/documentSetVersions", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Get documentSetVersions from shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/documentSetVersions/:documentSetVersion-id", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/documentSetVersions/:documentSetVersion-id", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Delete navigation property documentSetVersions for shares", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/documentSetVersions/:documentSetVersion-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Get fields from shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/documentSetVersions/:documentSetVersion-id/fields", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/documentSetVersions/:documentSetVersion-id/fields", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Delete navigation property fields for shares", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/documentSetVersions/:documentSetVersion-id/fields", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Invoke action restore", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/documentSetVersions/:documentSetVersion-id/restore", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/items/:listItem-id/documentSetVersions/$count", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/driveItem", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/driveItem/content", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/driveItem/content", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/driveItem/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/fields", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/fields", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Delete navigation property fields for shares", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/fields", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "name": "listItem-id", "value": "", "type": "path", "description": "The unique identifier of listItem" } ] }, "docs": "Microsoft Graph Delete navigation property fields for shares" }, { "info": { "name": "Microsoft Graph Get lastModifiedByUser from shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/lastModifiedByUser", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/items/:listItem-id/lastModifiedByUser/mailboxSettings", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/items/:listItem-id/lastModifiedByUser/mailboxSettings", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/items/:listItem-id/lastModifiedByUser/serviceProvisioningErrors", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/items/:listItem-id/lastModifiedByUser/serviceProvisioningErrors/$count", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/items/:listItem-id/createLink", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/items/:listItem-id/getActivitiesByInterval()", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/items/:listItem-id/getActivitiesByInterval(startDateTime=':startDateTime',endDateTime=':endDateTime',interval=':interval')", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/versions", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/versions", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Get versions from shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/versions/:listItemVersion-id", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/versions/:listItemVersion-id", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Delete navigation property versions for shares", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/versions/:listItemVersion-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Get fields from shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/versions/:listItemVersion-id/fields", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/versions/:listItemVersion-id/fields", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Delete navigation property fields for shares", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/versions/:listItemVersion-id/fields", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Invoke action restoreVersion", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/items/:listItem-id/versions/:listItemVersion-id/restoreVersion", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/items/:listItem-id/versions/$count", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/items/delta()", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/items/delta(token=':token')", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/lastModifiedByUser", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/lastModifiedByUser/mailboxSettings", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/lastModifiedByUser/mailboxSettings", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" } ], "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/shares/:sharedDriveItem-id/list/lastModifiedByUser/serviceProvisioningErrors", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/lastModifiedByUser/serviceProvisioningErrors/$count", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/operations", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/operations", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to operations for shares" }, { "info": { "name": "Microsoft Graph Get operations from shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/operations/:richLongRunningOperation-id", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/operations/:richLongRunningOperation-id", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Delete navigation property operations for shares", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/operations/:richLongRunningOperation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "name": "richLongRunningOperation-id", "value": "", "type": "path", "description": "The unique identifier of richLongRunningOperation" } ] }, "docs": "Microsoft Graph Delete navigation property operations for shares" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/operations/$count", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/subscriptions", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/subscriptions", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to subscriptions for shares" }, { "info": { "name": "Microsoft Graph Get subscriptions from shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/subscriptions/:subscription-id", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/subscriptions/:subscription-id", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 shares" }, { "info": { "name": "Microsoft Graph Delete navigation property subscriptions for shares", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/subscriptions/:subscription-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "name": "subscription-id", "value": "", "type": "path", "description": "The unique identifier of subscription" } ] }, "docs": "Microsoft Graph Delete navigation property subscriptions for shares" }, { "info": { "name": "Microsoft Graph Invoke action reauthorize", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/list/subscriptions/:subscription-id/reauthorize", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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/shares/:sharedDriveItem-id/list/subscriptions/$count", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "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 }