{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin me.itemInsights API", "version": "1.0.0" }, "items": [ { "info": { "name": "me.itemInsights", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get insights from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/insights", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents relationships between a user and items such as OneDrive for work or school documents, calculated using advanced analytics and machine learning techniques. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property insights in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/insights", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property insights in me" }, { "info": { "name": "Microsoft Graph Delete navigation property insights for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/insights", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property insights for me" }, { "info": { "name": "Microsoft Graph List shared", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/insights/shared", "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": "Calculated insight that includes the list of documents shared with a user. This insight includes documents hosted on OneDrive/SharePoint in the user's Microsoft 365 tenant that are shared with the user, and documents that are attached as files and sent to the user." }, { "info": { "name": "Microsoft Graph Create new navigation property to shared for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/insights/shared", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to shared for me" }, { "info": { "name": "Microsoft Graph Get shared from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/insights/shared/:sharedInsight-id", "params": [ { "name": "sharedInsight-id", "value": "", "type": "path", "description": "The unique identifier of sharedInsight" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Calculated relationship that identifies documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for work or school and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share." }, { "info": { "name": "Microsoft Graph Update the navigation property shared in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/insights/shared/:sharedInsight-id", "params": [ { "name": "sharedInsight-id", "value": "", "type": "path", "description": "The unique identifier of sharedInsight" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property shared in me" }, { "info": { "name": "Microsoft Graph Delete navigation property shared for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/insights/shared/:sharedInsight-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sharedInsight-id", "value": "", "type": "path", "description": "The unique identifier of sharedInsight" } ] }, "docs": "Microsoft Graph Delete navigation property shared for me" }, { "info": { "name": "Microsoft Graph Get lastSharedMethod from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/insights/shared/:sharedInsight-id/lastSharedMethod", "params": [ { "name": "sharedInsight-id", "value": "", "type": "path", "description": "The unique identifier of sharedInsight" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get lastSharedMethod from me" }, { "info": { "name": "Microsoft Graph Get resource from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/insights/shared/:sharedInsight-id/resource", "params": [ { "name": "sharedInsight-id", "value": "", "type": "path", "description": "The unique identifier of sharedInsight" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Used for navigating to the item that was shared. For file attachments, the type is fileAttachment. For linked attachments, the type is driveItem." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/insights/shared/$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 List trending", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/insights/trending", "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": "Calculated insight that includes a list of documents trending around the user." }, { "info": { "name": "Microsoft Graph Create new navigation property to trending for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/insights/trending", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to trending for me" }, { "info": { "name": "Microsoft Graph Get trending from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/insights/trending/:trending-id", "params": [ { "name": "trending-id", "value": "", "type": "path", "description": "The unique identifier of trending" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Calculated relationship that identifies documents trending around a user. Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for work or school and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before." }, { "info": { "name": "Microsoft Graph Update the navigation property trending in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/insights/trending/:trending-id", "params": [ { "name": "trending-id", "value": "", "type": "path", "description": "The unique identifier of trending" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property trending in me" }, { "info": { "name": "Microsoft Graph Delete navigation property trending for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/insights/trending/:trending-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "trending-id", "value": "", "type": "path", "description": "The unique identifier of trending" } ] }, "docs": "Microsoft Graph Delete navigation property trending for me" }, { "info": { "name": "Microsoft Graph Get resource from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/insights/trending/:trending-id/resource", "params": [ { "name": "trending-id", "value": "", "type": "path", "description": "The unique identifier of trending" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Used for navigating to the trending document." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/insights/trending/$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 List used", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/insights/used", "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": "Calculate and list the documents that a user has viewed or modified. For the signed-in user:\r\n- This method includes documents that the user has modified; see example 1. \r\n- Using an $orderby query parameter on the lastAccessedDateTime property returns the most recently viewed documents that the user might or might not not have modified; see example 2. For other users, this method includes only documents that the user has modified." }, { "info": { "name": "Microsoft Graph Create new navigation property to used for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/insights/used", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to used for me" }, { "info": { "name": "Microsoft Graph Get used from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/insights/used/:usedInsight-id", "params": [ { "name": "usedInsight-id", "value": "", "type": "path", "description": "The unique identifier of usedInsight" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Calculated relationship that identifies the latest documents viewed or modified by a user, including OneDrive for work or school and SharePoint documents, ranked by recency of use." }, { "info": { "name": "Microsoft Graph Update the navigation property used in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/insights/used/:usedInsight-id", "params": [ { "name": "usedInsight-id", "value": "", "type": "path", "description": "The unique identifier of usedInsight" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property used in me" }, { "info": { "name": "Microsoft Graph Delete navigation property used for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/insights/used/:usedInsight-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "usedInsight-id", "value": "", "type": "path", "description": "The unique identifier of usedInsight" } ] }, "docs": "Microsoft Graph Delete navigation property used for me" }, { "info": { "name": "Microsoft Graph Get resource from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/insights/used/:usedInsight-id/resource", "params": [ { "name": "usedInsight-id", "value": "", "type": "path", "description": "The unique identifier of usedInsight" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Used for navigating to the item that was used. For file attachments, the type is fileAttachment. For linked attachments, the type is driveItem." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/insights/used/$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 }