{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin storage.fileStorage API", "version": "1.0.0" }, "items": [ { "info": { "name": "storage.fileStorage", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get fileStorage from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get fileStorage from storage" }, { "info": { "name": "Microsoft Graph Update the navigation property fileStorage in storage", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property fileStorage in storage" }, { "info": { "name": "Microsoft Graph Delete navigation property fileStorage for storage", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property fileStorage for storage" }, { "info": { "name": "Microsoft Graph List containers", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of fileStorageContainer objects that are accessible to a caller. The containerTypeId filter parameter is required." }, { "info": { "name": "Microsoft Graph Create fileStorageContainer", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new fileStorageContainer object. The container type identified by containerTypeId must be registered in the tenant. For delegated calls, the calling user is set as the owner of the fileStorageContainer. " }, { "info": { "name": "Microsoft Graph Get containers from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get containers from storage" }, { "info": { "name": "Microsoft Graph Update the navigation property containers in storage", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property containers in storage" }, { "info": { "name": "Microsoft Graph Delete navigation property containers for storage", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ] }, "docs": "Microsoft Graph Delete navigation property containers for storage" }, { "info": { "name": "Microsoft Graph Get columns from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/columns", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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": "Microsoft Graph Get columns from storage" }, { "info": { "name": "Microsoft Graph Create new navigation property to columns for storage", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/columns", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to columns for storage" }, { "info": { "name": "Microsoft Graph Get columns from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/columns/:columnDefinition-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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": "Microsoft Graph Get columns from storage" }, { "info": { "name": "Microsoft Graph Update the navigation property columns in storage", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/columns/:columnDefinition-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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 storage" }, { "info": { "name": "Microsoft Graph Delete navigation property columns for storage", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/columns/:columnDefinition-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "columnDefinition-id", "value": "", "type": "path", "description": "The unique identifier of columnDefinition" } ] }, "docs": "Microsoft Graph Delete navigation property columns for storage" }, { "info": { "name": "Microsoft Graph Get sourceColumn from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/columns/:columnDefinition-id/sourceColumn", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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/storage/fileStorage/containers/:fileStorageContainer-id/columns/$count", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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 storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/drive", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The drive of the resource fileStorageContainer. Read-only." }, { "info": { "name": "Microsoft Graph Invoke action activate", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/activate", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ] }, "docs": "Microsoft Graph Invoke action activate" }, { "info": { "name": "Microsoft Graph Invoke action lock", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/lock", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action lock" }, { "info": { "name": "Microsoft Graph Invoke action permanentDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/permanentDelete", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ] }, "docs": "Microsoft Graph Invoke action permanentDelete" }, { "info": { "name": "Microsoft Graph Invoke action provisionMigrationContainers", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/provisionMigrationContainers", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ] }, "docs": "Microsoft Graph Invoke action provisionMigrationContainers" }, { "info": { "name": "Microsoft Graph Invoke action restore", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/restore", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ] }, "docs": "Microsoft Graph Invoke action restore" }, { "info": { "name": "Microsoft Graph Invoke action unlock", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/unlock", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ] }, "docs": "Microsoft Graph Invoke action unlock" }, { "info": { "name": "Microsoft Graph Get migrationJobs from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/migrationJobs", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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 sharePointMigrationJob objects local to the container. Read-write." }, { "info": { "name": "Microsoft Graph Create new navigation property to migrationJobs for storage", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/migrationJobs", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to migrationJobs for storage" }, { "info": { "name": "Microsoft Graph Get migrationJobs from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/migrationJobs/:sharePointMigrationJob-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "sharePointMigrationJob-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationJob" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of sharePointMigrationJob objects local to the container. Read-write." }, { "info": { "name": "Microsoft Graph Update the navigation property migrationJobs in storage", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/migrationJobs/:sharePointMigrationJob-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "sharePointMigrationJob-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationJob" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property migrationJobs in storage" }, { "info": { "name": "Microsoft Graph Delete navigation property migrationJobs for storage", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/migrationJobs/:sharePointMigrationJob-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "sharePointMigrationJob-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationJob" } ] }, "docs": "Microsoft Graph Delete navigation property migrationJobs for storage" }, { "info": { "name": "Microsoft Graph Get progressEvents from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/migrationJobs/:sharePointMigrationJob-id/progressEvents", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "sharePointMigrationJob-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationJob" }, { "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": "A collection of migration events that reflects the job status changes." }, { "info": { "name": "Microsoft Graph Create new navigation property to progressEvents for storage", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/migrationJobs/:sharePointMigrationJob-id/progressEvents", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "sharePointMigrationJob-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationJob" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to progressEvents for storage" }, { "info": { "name": "Microsoft Graph Get progressEvents from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/migrationJobs/:sharePointMigrationJob-id/progressEvents/:sharePointMigrationEvent-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "sharePointMigrationJob-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationJob" }, { "name": "sharePointMigrationEvent-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationEvent" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of migration events that reflects the job status changes." }, { "info": { "name": "Microsoft Graph Update the navigation property progressEvents in storage", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/migrationJobs/:sharePointMigrationJob-id/progressEvents/:sharePointMigrationEvent-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "sharePointMigrationJob-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationJob" }, { "name": "sharePointMigrationEvent-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationEvent" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property progressEvents in storage" }, { "info": { "name": "Microsoft Graph Delete navigation property progressEvents for storage", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/migrationJobs/:sharePointMigrationJob-id/progressEvents/:sharePointMigrationEvent-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "sharePointMigrationJob-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationJob" }, { "name": "sharePointMigrationEvent-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationEvent" } ] }, "docs": "Microsoft Graph Delete navigation property progressEvents for storage" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/migrationJobs/:sharePointMigrationJob-id/progressEvents/$count", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "sharePointMigrationJob-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationJob" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/migrationJobs/$count", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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 permissions from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/permissions", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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 permissions for users in the fileStorageContainer. Permission for each user is set by the roles property. The possible values are: reader, writer, manager, and owner. Read-write." }, { "info": { "name": "Microsoft Graph Create new navigation property to permissions for storage", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/permissions", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to permissions for storage" }, { "info": { "name": "Microsoft Graph Get permissions from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/permissions/:permission-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "permission-id", "value": "", "type": "path", "description": "The unique identifier of permission" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The set of permissions for users in the fileStorageContainer. Permission for each user is set by the roles property. The possible values are: reader, writer, manager, and owner. Read-write." }, { "info": { "name": "Microsoft Graph Update the navigation property permissions in storage", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/permissions/:permission-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "permission-id", "value": "", "type": "path", "description": "The unique identifier of permission" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property permissions in storage" }, { "info": { "name": "Microsoft Graph Delete navigation property permissions for storage", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/permissions/:permission-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "permission-id", "value": "", "type": "path", "description": "The unique identifier of permission" } ] }, "docs": "Microsoft Graph Delete navigation property permissions for storage" }, { "info": { "name": "Microsoft Graph Invoke action grant", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/permissions/:permission-id/grant", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "permission-id", "value": "", "type": "path", "description": "The unique identifier of permission" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Grant users access to a link represented by a permission." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/permissions/$count", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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 recycleBin from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Recycle bin of the fileStorageContainer. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property recycleBin in storage", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property recycleBin in storage" }, { "info": { "name": "Microsoft Graph Delete navigation property recycleBin for storage", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ] }, "docs": "Microsoft Graph Delete navigation property recycleBin for storage" }, { "info": { "name": "Microsoft Graph Get createdByUser from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/createdByUser", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/createdByUser/mailboxSettings", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/createdByUser/mailboxSettings", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ], "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/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/createdByUser/serviceProvisioningErrors", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/createdByUser/serviceProvisioningErrors/$count", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List items", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/items", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a collection of recycleBinItem resources in the recycleBin of the specified SharePoint Embedded fileStorageContainer." }, { "info": { "name": "Microsoft Graph Create new navigation property to items for storage", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/items", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to items for storage" }, { "info": { "name": "Microsoft Graph Get items from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "List of the recycleBinItems deleted by a user." }, { "info": { "name": "Microsoft Graph Update the navigation property items in storage", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property items in storage" }, { "info": { "name": "Microsoft Graph Delete navigation property items for storage", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" } ] }, "docs": "Microsoft Graph Delete navigation property items for storage" }, { "info": { "name": "Microsoft Graph Get createdByUser from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id/createdByUser", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" }, { "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/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id/createdByUser/mailboxSettings", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" }, { "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/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id/createdByUser/mailboxSettings", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" } ], "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/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id/createdByUser/serviceProvisioningErrors", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" }, { "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/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id/createdByUser/serviceProvisioningErrors/$count", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get lastModifiedByUser from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id/lastModifiedByUser", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" }, { "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/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id/lastModifiedByUser/mailboxSettings", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" }, { "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/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id/lastModifiedByUser/mailboxSettings", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" } ], "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/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id/lastModifiedByUser/serviceProvisioningErrors", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" }, { "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/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id/lastModifiedByUser/serviceProvisioningErrors/$count", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/items/$count", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get lastModifiedByUser from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/lastModifiedByUser", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/lastModifiedByUser/mailboxSettings", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/lastModifiedByUser/mailboxSettings", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ], "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/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/lastModifiedByUser/serviceProvisioningErrors", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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/storage/fileStorage/containers/:fileStorageContainer-id/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/containers/$count", "params": [ { "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 deletedContainers from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers", "params": [ { "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": "Microsoft Graph Get deletedContainers from storage" }, { "info": { "name": "Microsoft Graph Create new navigation property to deletedContainers for storage", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to deletedContainers for storage" }, { "info": { "name": "Microsoft Graph Get deletedContainers from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get deletedContainers from storage" }, { "info": { "name": "Microsoft Graph Update the navigation property deletedContainers in storage", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property deletedContainers in storage" }, { "info": { "name": "Microsoft Graph Delete navigation property deletedContainers for storage", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ] }, "docs": "Microsoft Graph Delete navigation property deletedContainers for storage" }, { "info": { "name": "Microsoft Graph Get columns from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/columns", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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": "Microsoft Graph Get columns from storage" }, { "info": { "name": "Microsoft Graph Create new navigation property to columns for storage", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/columns", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to columns for storage" }, { "info": { "name": "Microsoft Graph Get columns from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/columns/:columnDefinition-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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": "Microsoft Graph Get columns from storage" }, { "info": { "name": "Microsoft Graph Update the navigation property columns in storage", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/columns/:columnDefinition-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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 storage" }, { "info": { "name": "Microsoft Graph Delete navigation property columns for storage", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/columns/:columnDefinition-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "columnDefinition-id", "value": "", "type": "path", "description": "The unique identifier of columnDefinition" } ] }, "docs": "Microsoft Graph Delete navigation property columns for storage" }, { "info": { "name": "Microsoft Graph Get sourceColumn from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/columns/:columnDefinition-id/sourceColumn", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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/storage/fileStorage/deletedContainers/:fileStorageContainer-id/columns/$count", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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 storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/drive", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The drive of the resource fileStorageContainer. Read-only." }, { "info": { "name": "Microsoft Graph Invoke action activate", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/activate", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ] }, "docs": "Microsoft Graph Invoke action activate" }, { "info": { "name": "Microsoft Graph Invoke action lock", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/lock", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action lock" }, { "info": { "name": "Microsoft Graph Invoke action permanentDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/permanentDelete", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ] }, "docs": "Microsoft Graph Invoke action permanentDelete" }, { "info": { "name": "Microsoft Graph Invoke action provisionMigrationContainers", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/provisionMigrationContainers", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ] }, "docs": "Microsoft Graph Invoke action provisionMigrationContainers" }, { "info": { "name": "Microsoft Graph Invoke action restore", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/restore", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ] }, "docs": "Microsoft Graph Invoke action restore" }, { "info": { "name": "Microsoft Graph Invoke action unlock", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/unlock", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ] }, "docs": "Microsoft Graph Invoke action unlock" }, { "info": { "name": "Microsoft Graph Get migrationJobs from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/migrationJobs", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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 sharePointMigrationJob objects local to the container. Read-write." }, { "info": { "name": "Microsoft Graph Create new navigation property to migrationJobs for storage", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/migrationJobs", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to migrationJobs for storage" }, { "info": { "name": "Microsoft Graph Get migrationJobs from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/migrationJobs/:sharePointMigrationJob-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "sharePointMigrationJob-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationJob" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of sharePointMigrationJob objects local to the container. Read-write." }, { "info": { "name": "Microsoft Graph Update the navigation property migrationJobs in storage", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/migrationJobs/:sharePointMigrationJob-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "sharePointMigrationJob-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationJob" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property migrationJobs in storage" }, { "info": { "name": "Microsoft Graph Delete navigation property migrationJobs for storage", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/migrationJobs/:sharePointMigrationJob-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "sharePointMigrationJob-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationJob" } ] }, "docs": "Microsoft Graph Delete navigation property migrationJobs for storage" }, { "info": { "name": "Microsoft Graph Get progressEvents from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/migrationJobs/:sharePointMigrationJob-id/progressEvents", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "sharePointMigrationJob-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationJob" }, { "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": "A collection of migration events that reflects the job status changes." }, { "info": { "name": "Microsoft Graph Create new navigation property to progressEvents for storage", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/migrationJobs/:sharePointMigrationJob-id/progressEvents", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "sharePointMigrationJob-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationJob" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to progressEvents for storage" }, { "info": { "name": "Microsoft Graph Get progressEvents from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/migrationJobs/:sharePointMigrationJob-id/progressEvents/:sharePointMigrationEvent-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "sharePointMigrationJob-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationJob" }, { "name": "sharePointMigrationEvent-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationEvent" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of migration events that reflects the job status changes." }, { "info": { "name": "Microsoft Graph Update the navigation property progressEvents in storage", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/migrationJobs/:sharePointMigrationJob-id/progressEvents/:sharePointMigrationEvent-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "sharePointMigrationJob-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationJob" }, { "name": "sharePointMigrationEvent-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationEvent" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property progressEvents in storage" }, { "info": { "name": "Microsoft Graph Delete navigation property progressEvents for storage", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/migrationJobs/:sharePointMigrationJob-id/progressEvents/:sharePointMigrationEvent-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "sharePointMigrationJob-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationJob" }, { "name": "sharePointMigrationEvent-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationEvent" } ] }, "docs": "Microsoft Graph Delete navigation property progressEvents for storage" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/migrationJobs/:sharePointMigrationJob-id/progressEvents/$count", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "sharePointMigrationJob-id", "value": "", "type": "path", "description": "The unique identifier of sharePointMigrationJob" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/migrationJobs/$count", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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 permissions from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/permissions", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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 permissions for users in the fileStorageContainer. Permission for each user is set by the roles property. The possible values are: reader, writer, manager, and owner. Read-write." }, { "info": { "name": "Microsoft Graph Create new navigation property to permissions for storage", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/permissions", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to permissions for storage" }, { "info": { "name": "Microsoft Graph Get permissions from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/permissions/:permission-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "permission-id", "value": "", "type": "path", "description": "The unique identifier of permission" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The set of permissions for users in the fileStorageContainer. Permission for each user is set by the roles property. The possible values are: reader, writer, manager, and owner. Read-write." }, { "info": { "name": "Microsoft Graph Update the navigation property permissions in storage", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/permissions/:permission-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "permission-id", "value": "", "type": "path", "description": "The unique identifier of permission" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property permissions in storage" }, { "info": { "name": "Microsoft Graph Delete navigation property permissions for storage", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/permissions/:permission-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "permission-id", "value": "", "type": "path", "description": "The unique identifier of permission" } ] }, "docs": "Microsoft Graph Delete navigation property permissions for storage" }, { "info": { "name": "Microsoft Graph Invoke action grant", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/permissions/:permission-id/grant", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "permission-id", "value": "", "type": "path", "description": "The unique identifier of permission" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Grant users access to a link represented by a permission." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/permissions/$count", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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 recycleBin from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Recycle bin of the fileStorageContainer. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property recycleBin in storage", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property recycleBin in storage" }, { "info": { "name": "Microsoft Graph Delete navigation property recycleBin for storage", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ] }, "docs": "Microsoft Graph Delete navigation property recycleBin for storage" }, { "info": { "name": "Microsoft Graph Get createdByUser from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/createdByUser", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/createdByUser/mailboxSettings", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/createdByUser/mailboxSettings", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ], "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/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/createdByUser/serviceProvisioningErrors", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/createdByUser/serviceProvisioningErrors/$count", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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 items from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/items", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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": "List of the recycleBinItems deleted by a user." }, { "info": { "name": "Microsoft Graph Create new navigation property to items for storage", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/items", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to items for storage" }, { "info": { "name": "Microsoft Graph Get items from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "List of the recycleBinItems deleted by a user." }, { "info": { "name": "Microsoft Graph Update the navigation property items in storage", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property items in storage" }, { "info": { "name": "Microsoft Graph Delete navigation property items for storage", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" } ] }, "docs": "Microsoft Graph Delete navigation property items for storage" }, { "info": { "name": "Microsoft Graph Get createdByUser from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id/createdByUser", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" }, { "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/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id/createdByUser/mailboxSettings", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" }, { "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/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id/createdByUser/mailboxSettings", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" } ], "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/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id/createdByUser/serviceProvisioningErrors", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" }, { "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/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id/createdByUser/serviceProvisioningErrors/$count", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get lastModifiedByUser from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id/lastModifiedByUser", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" }, { "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/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id/lastModifiedByUser/mailboxSettings", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" }, { "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/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id/lastModifiedByUser/mailboxSettings", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" } ], "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/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id/lastModifiedByUser/serviceProvisioningErrors", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" }, { "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/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/items/:recycleBinItem-id/lastModifiedByUser/serviceProvisioningErrors/$count", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "recycleBinItem-id", "value": "", "type": "path", "description": "The unique identifier of recycleBinItem" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/items/$count", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get lastModifiedByUser from storage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/lastModifiedByUser", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/lastModifiedByUser/mailboxSettings", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/lastModifiedByUser/mailboxSettings", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" } ], "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/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/lastModifiedByUser/serviceProvisioningErrors", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "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/storage/fileStorage/deletedContainers/:fileStorageContainer-id/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count", "params": [ { "name": "fileStorageContainer-id", "value": "", "type": "path", "description": "The unique identifier of fileStorageContainer" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/storage/fileStorage/deletedContainers/$count", "params": [ { "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 }