{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin drives.driveItem API", "version": "1.0.0" }, "items": [ { "info": { "name": "drives.driveItem", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get bundles from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/bundles", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive." }, { "info": { "name": "Microsoft Graph Create new navigation property to bundles for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/bundles", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to bundles for drives" }, { "info": { "name": "Microsoft Graph Get bundles from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/bundles/:driveItem-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive." }, { "info": { "name": "Microsoft Graph Get content for the navigation property bundles from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/bundles/:driveItem-id/content", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$format", "value": "", "type": "query", "description": "Format of the content" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Update content for the navigation property bundles in drives", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/bundles/:driveItem-id/content", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Delete content for the navigation property bundles in drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/bundles/:driveItem-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/bundles/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get following from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/following", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of items the user is following. Only in OneDrive for Business." }, { "info": { "name": "Microsoft Graph Get following from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/following/:driveItem-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of items the user is following. Only in OneDrive for Business." }, { "info": { "name": "Microsoft Graph Get content for the navigation property following from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/following/:driveItem-id/content", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$format", "value": "", "type": "query", "description": "Format of the content" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Update content for the navigation property following in drives", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/following/:driveItem-id/content", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Delete content for the navigation property following in drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/following/:driveItem-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/following/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph drive: sharedWithMe (deprecated)", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of driveItem objects shared with the owner of a drive. The driveItems returned from the sharedWithMe method always include the remoteItem facet that indicates they are items from a different drive." }, { "info": { "name": "Microsoft Graph Create new navigation property to items for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to items for drives" }, { "info": { "name": "Microsoft Graph Get items from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "All items contained in the drive. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property items in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property items in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property items for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Microsoft Graph Delete navigation property items for drives" }, { "info": { "name": "Microsoft Graph Get analytics from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Analytics about the view activities that took place on this item." }, { "info": { "name": "Microsoft Graph Update the navigation property analytics in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property analytics in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property analytics for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Microsoft Graph Delete navigation property analytics for drives" }, { "info": { "name": "Microsoft Graph Get itemAnalytics", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics/allTime", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get itemAnalytics about the views that took place under this resource.\r\nThe itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.\r\nFor a custom time range or interval, use the getActivitiesByInterval API." }, { "info": { "name": "Microsoft Graph Get itemActivityStats from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics/itemActivityStats", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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 itemActivityStats from drives" }, { "info": { "name": "Microsoft Graph Create new navigation property to itemActivityStats for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics/itemActivityStats", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to itemActivityStats for drives" }, { "info": { "name": "Microsoft Graph Get itemActivityStats from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics/itemActivityStats/:itemActivityStat-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "itemActivityStat-id", "value": "", "type": "path", "description": "The unique identifier of itemActivityStat" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get itemActivityStats from drives" }, { "info": { "name": "Microsoft Graph Update the navigation property itemActivityStats in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics/itemActivityStats/:itemActivityStat-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "itemActivityStat-id", "value": "", "type": "path", "description": "The unique identifier of itemActivityStat" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property itemActivityStats in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property itemActivityStats for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics/itemActivityStats/:itemActivityStat-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "itemActivityStat-id", "value": "", "type": "path", "description": "The unique identifier of itemActivityStat" } ] }, "docs": "Microsoft Graph Delete navigation property itemActivityStats for drives" }, { "info": { "name": "Microsoft Graph Get activities from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics/itemActivityStats/:itemActivityStat-id/activities", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "itemActivityStat-id", "value": "", "type": "path", "description": "The unique identifier of itemActivityStat" }, { "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": "Exposes the itemActivities represented in this itemActivityStat resource." }, { "info": { "name": "Microsoft Graph Create new navigation property to activities for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics/itemActivityStats/:itemActivityStat-id/activities", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "itemActivityStat-id", "value": "", "type": "path", "description": "The unique identifier of itemActivityStat" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to activities for drives" }, { "info": { "name": "Microsoft Graph Get activities from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics/itemActivityStats/:itemActivityStat-id/activities/:itemActivity-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "itemActivityStat-id", "value": "", "type": "path", "description": "The unique identifier of itemActivityStat" }, { "name": "itemActivity-id", "value": "", "type": "path", "description": "The unique identifier of itemActivity" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Exposes the itemActivities represented in this itemActivityStat resource." }, { "info": { "name": "Microsoft Graph Update the navigation property activities in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics/itemActivityStats/:itemActivityStat-id/activities/:itemActivity-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "itemActivityStat-id", "value": "", "type": "path", "description": "The unique identifier of itemActivityStat" }, { "name": "itemActivity-id", "value": "", "type": "path", "description": "The unique identifier of itemActivity" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property activities in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property activities for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics/itemActivityStats/:itemActivityStat-id/activities/:itemActivity-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "itemActivityStat-id", "value": "", "type": "path", "description": "The unique identifier of itemActivityStat" }, { "name": "itemActivity-id", "value": "", "type": "path", "description": "The unique identifier of itemActivity" } ] }, "docs": "Microsoft Graph Delete navigation property activities for drives" }, { "info": { "name": "Microsoft Graph Get driveItem from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics/itemActivityStats/:itemActivityStat-id/activities/:itemActivity-id/driveItem", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "itemActivityStat-id", "value": "", "type": "path", "description": "The unique identifier of itemActivityStat" }, { "name": "itemActivity-id", "value": "", "type": "path", "description": "The unique identifier of itemActivity" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Exposes the driveItem that was the target of this activity." }, { "info": { "name": "Microsoft Graph Get content for the navigation property driveItem from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics/itemActivityStats/:itemActivityStat-id/activities/:itemActivity-id/driveItem/content", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "itemActivityStat-id", "value": "", "type": "path", "description": "The unique identifier of itemActivityStat" }, { "name": "itemActivity-id", "value": "", "type": "path", "description": "The unique identifier of itemActivity" }, { "name": "$format", "value": "", "type": "query", "description": "Format of the content" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Update content for the navigation property driveItem in drives", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics/itemActivityStats/:itemActivityStat-id/activities/:itemActivity-id/driveItem/content", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "itemActivityStat-id", "value": "", "type": "path", "description": "The unique identifier of itemActivityStat" }, { "name": "itemActivity-id", "value": "", "type": "path", "description": "The unique identifier of itemActivity" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Delete content for the navigation property driveItem in drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics/itemActivityStats/:itemActivityStat-id/activities/:itemActivity-id/driveItem/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "itemActivityStat-id", "value": "", "type": "path", "description": "The unique identifier of itemActivityStat" }, { "name": "itemActivity-id", "value": "", "type": "path", "description": "The unique identifier of itemActivity" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics/itemActivityStats/:itemActivityStat-id/activities/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "itemActivityStat-id", "value": "", "type": "path", "description": "The unique identifier of itemActivityStat" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics/itemActivityStats/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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 lastSevenDays from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/analytics/lastSevenDays", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get lastSevenDays from drives" }, { "info": { "name": "Microsoft Graph List children of a driveItem", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/children", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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": "Return a collection of DriveItems in the children relationship of a DriveItem. DriveItems with a non-null folder or package facet can have one or more child DriveItems." }, { "info": { "name": "Microsoft Graph Create new navigation property to children for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/children", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to children for drives" }, { "info": { "name": "Microsoft Graph Get children from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/children/:driveItem-id1", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "driveItem-id1", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Get content for the navigation property children from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/children/:driveItem-id1/content", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "driveItem-id1", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$format", "value": "", "type": "query", "description": "Format of the content" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Update content for the navigation property children in drives", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/children/:driveItem-id1/content", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "driveItem-id1", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Delete content for the navigation property children in drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/children/:driveItem-id1/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "driveItem-id1", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/children/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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 content for the navigation property items from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/content", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$format", "value": "", "type": "query", "description": "Format of the content" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Update content for the navigation property items in drives", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/content", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Delete content for the navigation property items in drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Get createdByUser from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/createdByUser", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Identity of the user who created the item. Read-only." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/createdByUser/mailboxSettings", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/createdByUser/mailboxSettings", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/createdByUser/serviceProvisioningErrors", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/createdByUser/serviceProvisioningErrors/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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 drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/lastModifiedByUser", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Identity of the user who last modified the item. Read-only." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/lastModifiedByUser/mailboxSettings", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/lastModifiedByUser/mailboxSettings", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/lastModifiedByUser/serviceProvisioningErrors", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/lastModifiedByUser/serviceProvisioningErrors/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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 listItem from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/listItem", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "For drives in SharePoint, the associated document library list item. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Invoke action assignSensitivityLabel", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/assignSensitivityLabel", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action assignSensitivityLabel" }, { "info": { "name": "Microsoft Graph Invoke action checkin", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/checkin", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Check in a checked out driveItem resource, which makes the version of the document available to others." }, { "info": { "name": "Microsoft Graph Invoke action checkout", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/checkout", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Check out a driveItem resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in." }, { "info": { "name": "Microsoft Graph Invoke action copy", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/copy", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action copy" }, { "info": { "name": "Microsoft Graph Invoke action createLink", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/createLink", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a link to share a driveItem driveItem. The createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\r\nIf a sharing link of the specified type already exists for the app, the existing sharing link is returned. DriveItem resources inherit sharing permissions from their ancestors." }, { "info": { "name": "Microsoft Graph Invoke action createUploadSession", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/createUploadSession", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action createUploadSession" }, { "info": { "name": "Microsoft Graph Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/delta()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Track changes in a driveItem and its children over time. Your app begins by calling delta without any parameters.\r\nThe service starts enumerating the drive's hierarchy, returning pages of items and either an @odata.nextLink or an @odata.deltaLink, as described below.\r\nYour app should continue calling with the @odata.nextLink until you no longer see an @odata.nextLink returned, or you see a response with an empty set of changes. After you have finished receiving all the changes, you may apply the" }, { "info": { "name": "Microsoft Graph Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/delta(token=':token')", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "token", "value": "", "type": "path", "description": "Usage: token='{token}'" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Invoke function delta" }, { "info": { "name": "Microsoft Graph Invoke action discardCheckout", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/discardCheckout", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Discard the check out of a driveItem. This action releases a driveItem resource that was previously checked out. Any changes made to the item while it was checked out are discarded. The same user that performed the checkout must discard it. Another alternative is to use application permissions." }, { "info": { "name": "Microsoft Graph Invoke action extractSensitivityLabels", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/extractSensitivityLabels", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Microsoft Graph Invoke action extractSensitivityLabels" }, { "info": { "name": "Microsoft Graph Invoke action follow", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/follow", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Follow a driveItem." }, { "info": { "name": "Microsoft Graph Invoke function getActivitiesByInterval", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/getActivitiesByInterval()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a collection of itemActivityStats resources for the activities that took place on this resource within the specified time interval. Analytics aggregates might not be available for all action types." }, { "info": { "name": "Microsoft Graph Invoke function getActivitiesByInterval", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/getActivitiesByInterval(startDateTime=':startDateTime',endDateTime=':endDateTime',interval=':interval')", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "startDateTime", "value": "", "type": "path", "description": "Usage: startDateTime='{startDateTime}'" }, { "name": "endDateTime", "value": "", "type": "path", "description": "Usage: endDateTime='{endDateTime}'" }, { "name": "interval", "value": "", "type": "path", "description": "Usage: interval='{interval}'" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Invoke function getActivitiesByInterval" }, { "info": { "name": "Microsoft Graph Invoke action invite", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/invite", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send a sharing invitation for a driveItem. A sharing invitation provides permissions to the recipients and, optionally, sends them an email to notify them that the item was shared." }, { "info": { "name": "Microsoft Graph Invoke action permanentDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/permanentDelete", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Microsoft Graph Invoke action permanentDelete" }, { "info": { "name": "Microsoft Graph Invoke action preview", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/preview", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action preview" }, { "info": { "name": "Microsoft Graph Invoke action restore", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/restore", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Restore a deleted driveItem that is currently in the recycle bin." }, { "info": { "name": "Microsoft Graph Invoke function search", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/search(q=':q')", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "q", "value": "", "type": "path", "description": "Usage: q='{q}'" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Search the hierarchy of items for items matching a query.\r\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." }, { "info": { "name": "Microsoft Graph Invoke action unfollow", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/unfollow", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Unfollow a driveItem." }, { "info": { "name": "Microsoft Graph Invoke action validatePermission", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/validatePermission", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action validatePermission" }, { "info": { "name": "Microsoft Graph Get permissions from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/permissions", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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 the item. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to permissions for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/permissions", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to permissions for drives" }, { "info": { "name": "Microsoft Graph Get permissions from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/permissions/:permission-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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 the item. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property permissions in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/permissions/:permission-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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 drives" }, { "info": { "name": "Microsoft Graph Delete navigation property permissions for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/permissions/:permission-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "permission-id", "value": "", "type": "path", "description": "The unique identifier of permission" } ] }, "docs": "Microsoft Graph Delete navigation property permissions for drives" }, { "info": { "name": "Microsoft Graph Invoke action grant", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/permissions/:permission-id/grant", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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/drives/:drive-id/items/:driveItem-id/permissions/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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 driveItem: getRetentionLabel", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/retentionLabel", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get metadata information for a retention label applied on a driveItem. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint." }, { "info": { "name": "Microsoft Graph driveItem: lockOrUnlockRecord", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/retentionLabel", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive." }, { "info": { "name": "Microsoft Graph driveItem: removeRetentionLabel", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/retentionLabel", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Remove a retention label from a driveItem. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint." }, { "info": { "name": "Microsoft Graph Get subscriptions from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/subscriptions", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The set of subscriptions on the item. Only supported on the root of a drive." }, { "info": { "name": "Microsoft Graph Create new navigation property to subscriptions for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/subscriptions", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to subscriptions for drives" }, { "info": { "name": "Microsoft Graph Get subscriptions from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/subscriptions/:subscription-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "subscription-id", "value": "", "type": "path", "description": "The unique identifier of subscription" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The set of subscriptions on the item. Only supported on the root of a drive." }, { "info": { "name": "Microsoft Graph Update the navigation property subscriptions in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/subscriptions/:subscription-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "subscription-id", "value": "", "type": "path", "description": "The unique identifier of subscription" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property subscriptions in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property subscriptions for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/subscriptions/:subscription-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "subscription-id", "value": "", "type": "path", "description": "The unique identifier of subscription" } ] }, "docs": "Microsoft Graph Delete navigation property subscriptions for drives" }, { "info": { "name": "Microsoft Graph Invoke action reauthorize", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/subscriptions/:subscription-id/reauthorize", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "subscription-id", "value": "", "type": "path", "description": "The unique identifier of subscription" } ] }, "docs": "Reauthorize a subscription when you receive a reauthorizationRequired challenge." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/subscriptions/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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 thumbnails from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/thumbnails", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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": "Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to thumbnails for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/thumbnails", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to thumbnails for drives" }, { "info": { "name": "Microsoft Graph Get thumbnails from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/thumbnails/:thumbnailSet-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "thumbnailSet-id", "value": "", "type": "path", "description": "The unique identifier of thumbnailSet" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property thumbnails in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/thumbnails/:thumbnailSet-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "thumbnailSet-id", "value": "", "type": "path", "description": "The unique identifier of thumbnailSet" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property thumbnails in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property thumbnails for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/thumbnails/:thumbnailSet-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "thumbnailSet-id", "value": "", "type": "path", "description": "The unique identifier of thumbnailSet" } ] }, "docs": "Microsoft Graph Delete navigation property thumbnails for drives" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/thumbnails/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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 versions from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/versions", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to versions for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/versions", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to versions for drives" }, { "info": { "name": "Microsoft Graph Get versions from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/versions/:driveItemVersion-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "driveItemVersion-id", "value": "", "type": "path", "description": "The unique identifier of driveItemVersion" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property versions in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/versions/:driveItemVersion-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "driveItemVersion-id", "value": "", "type": "path", "description": "The unique identifier of driveItemVersion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property versions in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property versions for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/versions/:driveItemVersion-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "driveItemVersion-id", "value": "", "type": "path", "description": "The unique identifier of driveItemVersion" } ] }, "docs": "Microsoft Graph Delete navigation property versions for drives" }, { "info": { "name": "Microsoft Graph Get content for the navigation property versions from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/versions/:driveItemVersion-id/content", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "driveItemVersion-id", "value": "", "type": "path", "description": "The unique identifier of driveItemVersion" } ] }, "docs": "The content stream for this version of the item." }, { "info": { "name": "Microsoft Graph Update content for the navigation property versions in drives", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/versions/:driveItemVersion-id/content", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "driveItemVersion-id", "value": "", "type": "path", "description": "The unique identifier of driveItemVersion" } ] }, "docs": "The content stream for this version of the item." }, { "info": { "name": "Microsoft Graph Delete content for the navigation property versions in drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/versions/:driveItemVersion-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "driveItemVersion-id", "value": "", "type": "path", "description": "The unique identifier of driveItemVersion" } ] }, "docs": "The content stream for this version of the item." }, { "info": { "name": "Microsoft Graph Invoke action restoreVersion", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/versions/:driveItemVersion-id/restoreVersion", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "driveItemVersion-id", "value": "", "type": "path", "description": "The unique identifier of driveItemVersion" } ] }, "docs": "Restore a previous version of a driveItem to be the current version. This operation creates a new version with the contents of the previous version, and it preserves all existing versions of the file." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/versions/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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 workbook from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "For files that are Excel spreadsheets, access to the workbook API to work with the spreadsheet's contents. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property workbook in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property workbook in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property workbook for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Microsoft Graph Delete navigation property workbook for drives" }, { "info": { "name": "Microsoft Graph Get application from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/application", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get application from drives" }, { "info": { "name": "Microsoft Graph Update the navigation property application in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/application", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property application in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property application for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/application", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Microsoft Graph Delete navigation property application for drives" }, { "info": { "name": "Microsoft Graph Invoke action calculate", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/application/calculate", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Recalculate all currently opened workbooks in Excel." }, { "info": { "name": "Microsoft Graph Get comments from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/comments", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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": "Represents a collection of comments in a workbook." }, { "info": { "name": "Microsoft Graph Create new navigation property to comments for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/comments", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to comments for drives" }, { "info": { "name": "Microsoft Graph Get comments from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/comments/:workbookComment-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookComment-id", "value": "", "type": "path", "description": "The unique identifier of workbookComment" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents a collection of comments in a workbook." }, { "info": { "name": "Microsoft Graph Update the navigation property comments in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/comments/:workbookComment-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookComment-id", "value": "", "type": "path", "description": "The unique identifier of workbookComment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property comments in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property comments for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/comments/:workbookComment-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookComment-id", "value": "", "type": "path", "description": "The unique identifier of workbookComment" } ] }, "docs": "Microsoft Graph Delete navigation property comments for drives" }, { "info": { "name": "Microsoft Graph Get replies from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/comments/:workbookComment-id/replies", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookComment-id", "value": "", "type": "path", "description": "The unique identifier of workbookComment" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of replies to the comment. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to replies for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/comments/:workbookComment-id/replies", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookComment-id", "value": "", "type": "path", "description": "The unique identifier of workbookComment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to replies for drives" }, { "info": { "name": "Microsoft Graph Get replies from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/comments/:workbookComment-id/replies/:workbookCommentReply-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookComment-id", "value": "", "type": "path", "description": "The unique identifier of workbookComment" }, { "name": "workbookCommentReply-id", "value": "", "type": "path", "description": "The unique identifier of workbookCommentReply" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of replies to the comment. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property replies in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/comments/:workbookComment-id/replies/:workbookCommentReply-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookComment-id", "value": "", "type": "path", "description": "The unique identifier of workbookComment" }, { "name": "workbookCommentReply-id", "value": "", "type": "path", "description": "The unique identifier of workbookCommentReply" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property replies in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property replies for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/comments/:workbookComment-id/replies/:workbookCommentReply-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookComment-id", "value": "", "type": "path", "description": "The unique identifier of workbookComment" }, { "name": "workbookCommentReply-id", "value": "", "type": "path", "description": "The unique identifier of workbookCommentReply" } ] }, "docs": "Microsoft Graph Delete navigation property replies for drives" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/comments/:workbookComment-id/replies/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookComment-id", "value": "", "type": "path", "description": "The unique identifier of workbookComment" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/comments/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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 functions from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get functions from drives" }, { "info": { "name": "Microsoft Graph Update the navigation property functions in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property functions in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property functions for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Microsoft Graph Delete navigation property functions for drives" }, { "info": { "name": "Microsoft Graph Invoke action abs", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/abs", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action abs" }, { "info": { "name": "Microsoft Graph Invoke action accrInt", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/accrInt", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action accrInt" }, { "info": { "name": "Microsoft Graph Invoke action accrIntM", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/accrIntM", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action accrIntM" }, { "info": { "name": "Microsoft Graph Invoke action acos", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/acos", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action acos" }, { "info": { "name": "Microsoft Graph Invoke action acosh", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/acosh", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action acosh" }, { "info": { "name": "Microsoft Graph Invoke action acot", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/acot", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action acot" }, { "info": { "name": "Microsoft Graph Invoke action acoth", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/acoth", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action acoth" }, { "info": { "name": "Microsoft Graph Invoke action amorDegrc", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/amorDegrc", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action amorDegrc" }, { "info": { "name": "Microsoft Graph Invoke action amorLinc", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/amorLinc", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action amorLinc" }, { "info": { "name": "Microsoft Graph Invoke action and", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/and", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action and" }, { "info": { "name": "Microsoft Graph Invoke action arabic", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/arabic", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action arabic" }, { "info": { "name": "Microsoft Graph Invoke action areas", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/areas", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action areas" }, { "info": { "name": "Microsoft Graph Invoke action asc", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/asc", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action asc" }, { "info": { "name": "Microsoft Graph Invoke action asin", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/asin", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action asin" }, { "info": { "name": "Microsoft Graph Invoke action asinh", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/asinh", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action asinh" }, { "info": { "name": "Microsoft Graph Invoke action atan", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/atan", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action atan" }, { "info": { "name": "Microsoft Graph Invoke action atan2", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/atan2", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action atan2" }, { "info": { "name": "Microsoft Graph Invoke action atanh", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/atanh", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action atanh" }, { "info": { "name": "Microsoft Graph Invoke action aveDev", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/aveDev", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action aveDev" }, { "info": { "name": "Microsoft Graph Invoke action average", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/average", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action average" }, { "info": { "name": "Microsoft Graph Invoke action averageA", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/averageA", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action averageA" }, { "info": { "name": "Microsoft Graph Invoke action averageIf", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/averageIf", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action averageIf" }, { "info": { "name": "Microsoft Graph Invoke action averageIfs", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/averageIfs", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action averageIfs" }, { "info": { "name": "Microsoft Graph Invoke action bahtText", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/bahtText", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action bahtText" }, { "info": { "name": "Microsoft Graph Invoke action base", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/base", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action base" }, { "info": { "name": "Microsoft Graph Invoke action besselI", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/besselI", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action besselI" }, { "info": { "name": "Microsoft Graph Invoke action besselJ", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/besselJ", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action besselJ" }, { "info": { "name": "Microsoft Graph Invoke action besselK", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/besselK", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action besselK" }, { "info": { "name": "Microsoft Graph Invoke action besselY", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/besselY", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action besselY" }, { "info": { "name": "Microsoft Graph Invoke action beta_Dist", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/beta_Dist", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action beta_Dist" }, { "info": { "name": "Microsoft Graph Invoke action beta_Inv", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/beta_Inv", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action beta_Inv" }, { "info": { "name": "Microsoft Graph Invoke action bin2Dec", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/bin2Dec", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action bin2Dec" }, { "info": { "name": "Microsoft Graph Invoke action bin2Hex", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/bin2Hex", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action bin2Hex" }, { "info": { "name": "Microsoft Graph Invoke action bin2Oct", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/bin2Oct", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action bin2Oct" }, { "info": { "name": "Microsoft Graph Invoke action binom_Dist", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/binom_Dist", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action binom_Dist" }, { "info": { "name": "Microsoft Graph Invoke action binom_Dist_Range", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/binom_Dist_Range", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action binom_Dist_Range" }, { "info": { "name": "Microsoft Graph Invoke action binom_Inv", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/binom_Inv", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action binom_Inv" }, { "info": { "name": "Microsoft Graph Invoke action bitand", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/bitand", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action bitand" }, { "info": { "name": "Microsoft Graph Invoke action bitlshift", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/bitlshift", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action bitlshift" }, { "info": { "name": "Microsoft Graph Invoke action bitor", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/bitor", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action bitor" }, { "info": { "name": "Microsoft Graph Invoke action bitrshift", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/bitrshift", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action bitrshift" }, { "info": { "name": "Microsoft Graph Invoke action bitxor", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/bitxor", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action bitxor" }, { "info": { "name": "Microsoft Graph Invoke action ceiling_Math", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/ceiling_Math", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action ceiling_Math" }, { "info": { "name": "Microsoft Graph Invoke action ceiling_Precise", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/ceiling_Precise", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action ceiling_Precise" }, { "info": { "name": "Microsoft Graph Invoke action char", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/char", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action char" }, { "info": { "name": "Microsoft Graph Invoke action chiSq_Dist", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/chiSq_Dist", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action chiSq_Dist" }, { "info": { "name": "Microsoft Graph Invoke action chiSq_Dist_RT", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/chiSq_Dist_RT", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action chiSq_Dist_RT" }, { "info": { "name": "Microsoft Graph Invoke action chiSq_Inv", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/chiSq_Inv", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action chiSq_Inv" }, { "info": { "name": "Microsoft Graph Invoke action chiSq_Inv_RT", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/chiSq_Inv_RT", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action chiSq_Inv_RT" }, { "info": { "name": "Microsoft Graph Invoke action choose", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/choose", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action choose" }, { "info": { "name": "Microsoft Graph Invoke action clean", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/clean", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action clean" }, { "info": { "name": "Microsoft Graph Invoke action code", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/code", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action code" }, { "info": { "name": "Microsoft Graph Invoke action columns", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/columns", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action columns" }, { "info": { "name": "Microsoft Graph Invoke action combin", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/combin", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action combin" }, { "info": { "name": "Microsoft Graph Invoke action combina", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/combina", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action combina" }, { "info": { "name": "Microsoft Graph Invoke action complex", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/complex", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action complex" }, { "info": { "name": "Microsoft Graph Invoke action concatenate", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/concatenate", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action concatenate" }, { "info": { "name": "Microsoft Graph Invoke action confidence_Norm", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/confidence_Norm", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action confidence_Norm" }, { "info": { "name": "Microsoft Graph Invoke action confidence_T", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/confidence_T", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action confidence_T" }, { "info": { "name": "Microsoft Graph Invoke action convert", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/convert", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action convert" }, { "info": { "name": "Microsoft Graph Invoke action cos", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/cos", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action cos" }, { "info": { "name": "Microsoft Graph Invoke action cosh", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/cosh", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action cosh" }, { "info": { "name": "Microsoft Graph Invoke action cot", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/cot", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action cot" }, { "info": { "name": "Microsoft Graph Invoke action coth", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/coth", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action coth" }, { "info": { "name": "Microsoft Graph Invoke action count", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action count" }, { "info": { "name": "Microsoft Graph Invoke action countA", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/countA", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action countA" }, { "info": { "name": "Microsoft Graph Invoke action countBlank", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/countBlank", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action countBlank" }, { "info": { "name": "Microsoft Graph Invoke action countIf", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/countIf", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action countIf" }, { "info": { "name": "Microsoft Graph Invoke action countIfs", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/countIfs", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action countIfs" }, { "info": { "name": "Microsoft Graph Invoke action coupDayBs", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/coupDayBs", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action coupDayBs" }, { "info": { "name": "Microsoft Graph Invoke action coupDays", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/coupDays", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action coupDays" }, { "info": { "name": "Microsoft Graph Invoke action coupDaysNc", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/coupDaysNc", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action coupDaysNc" }, { "info": { "name": "Microsoft Graph Invoke action coupNcd", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/coupNcd", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action coupNcd" }, { "info": { "name": "Microsoft Graph Invoke action coupNum", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/coupNum", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action coupNum" }, { "info": { "name": "Microsoft Graph Invoke action coupPcd", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/coupPcd", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action coupPcd" }, { "info": { "name": "Microsoft Graph Invoke action csc", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/csc", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action csc" }, { "info": { "name": "Microsoft Graph Invoke action csch", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/csch", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action csch" }, { "info": { "name": "Microsoft Graph Invoke action cumIPmt", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/cumIPmt", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action cumIPmt" }, { "info": { "name": "Microsoft Graph Invoke action cumPrinc", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/cumPrinc", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action cumPrinc" }, { "info": { "name": "Microsoft Graph Invoke action date", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/date", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action date" }, { "info": { "name": "Microsoft Graph Invoke action datevalue", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/datevalue", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action datevalue" }, { "info": { "name": "Microsoft Graph Invoke action daverage", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/daverage", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action daverage" }, { "info": { "name": "Microsoft Graph Invoke action day", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/day", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action day" }, { "info": { "name": "Microsoft Graph Invoke action days", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/days", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action days" }, { "info": { "name": "Microsoft Graph Invoke action days360", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/days360", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action days360" }, { "info": { "name": "Microsoft Graph Invoke action db", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/db", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action db" }, { "info": { "name": "Microsoft Graph Invoke action dbcs", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/dbcs", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action dbcs" }, { "info": { "name": "Microsoft Graph Invoke action dcount", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/dcount", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action dcount" }, { "info": { "name": "Microsoft Graph Invoke action dcountA", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/dcountA", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action dcountA" }, { "info": { "name": "Microsoft Graph Invoke action ddb", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/ddb", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action ddb" }, { "info": { "name": "Microsoft Graph Invoke action dec2Bin", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/dec2Bin", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action dec2Bin" }, { "info": { "name": "Microsoft Graph Invoke action dec2Hex", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/dec2Hex", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action dec2Hex" }, { "info": { "name": "Microsoft Graph Invoke action dec2Oct", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/dec2Oct", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action dec2Oct" }, { "info": { "name": "Microsoft Graph Invoke action decimal", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/decimal", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action decimal" }, { "info": { "name": "Microsoft Graph Invoke action degrees", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/degrees", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action degrees" }, { "info": { "name": "Microsoft Graph Invoke action delta", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/delta", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action delta" }, { "info": { "name": "Microsoft Graph Invoke action devSq", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/devSq", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action devSq" }, { "info": { "name": "Microsoft Graph Invoke action dget", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/dget", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action dget" }, { "info": { "name": "Microsoft Graph Invoke action disc", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/disc", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action disc" }, { "info": { "name": "Microsoft Graph Invoke action dmax", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/dmax", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action dmax" }, { "info": { "name": "Microsoft Graph Invoke action dmin", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/dmin", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action dmin" }, { "info": { "name": "Microsoft Graph Invoke action dollar", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/dollar", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action dollar" }, { "info": { "name": "Microsoft Graph Invoke action dollarDe", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/dollarDe", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action dollarDe" }, { "info": { "name": "Microsoft Graph Invoke action dollarFr", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/dollarFr", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action dollarFr" }, { "info": { "name": "Microsoft Graph Invoke action dproduct", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/dproduct", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action dproduct" }, { "info": { "name": "Microsoft Graph Invoke action dstDev", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/dstDev", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action dstDev" }, { "info": { "name": "Microsoft Graph Invoke action dstDevP", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/dstDevP", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action dstDevP" }, { "info": { "name": "Microsoft Graph Invoke action dsum", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/dsum", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action dsum" }, { "info": { "name": "Microsoft Graph Invoke action duration", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/duration", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action duration" }, { "info": { "name": "Microsoft Graph Invoke action dvar", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/dvar", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action dvar" }, { "info": { "name": "Microsoft Graph Invoke action dvarP", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/dvarP", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action dvarP" }, { "info": { "name": "Microsoft Graph Invoke action ecma_Ceiling", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/ecma_Ceiling", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action ecma_Ceiling" }, { "info": { "name": "Microsoft Graph Invoke action edate", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/edate", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action edate" }, { "info": { "name": "Microsoft Graph Invoke action effect", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/effect", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action effect" }, { "info": { "name": "Microsoft Graph Invoke action eoMonth", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/eoMonth", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action eoMonth" }, { "info": { "name": "Microsoft Graph Invoke action erf", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/erf", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action erf" }, { "info": { "name": "Microsoft Graph Invoke action erf_Precise", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/erf_Precise", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action erf_Precise" }, { "info": { "name": "Microsoft Graph Invoke action erfC", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/erfC", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action erfC" }, { "info": { "name": "Microsoft Graph Invoke action erfC_Precise", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/erfC_Precise", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action erfC_Precise" }, { "info": { "name": "Microsoft Graph Invoke action error_Type", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/error_Type", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action error_Type" }, { "info": { "name": "Microsoft Graph Invoke action even", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/even", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action even" }, { "info": { "name": "Microsoft Graph Invoke action exact", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/exact", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action exact" }, { "info": { "name": "Microsoft Graph Invoke action exp", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/exp", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action exp" }, { "info": { "name": "Microsoft Graph Invoke action expon_Dist", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/expon_Dist", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action expon_Dist" }, { "info": { "name": "Microsoft Graph Invoke action f_Dist", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/f_Dist", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action f_Dist" }, { "info": { "name": "Microsoft Graph Invoke action f_Dist_RT", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/f_Dist_RT", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action f_Dist_RT" }, { "info": { "name": "Microsoft Graph Invoke action f_Inv", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/f_Inv", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action f_Inv" }, { "info": { "name": "Microsoft Graph Invoke action f_Inv_RT", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/f_Inv_RT", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action f_Inv_RT" }, { "info": { "name": "Microsoft Graph Invoke action fact", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/fact", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action fact" }, { "info": { "name": "Microsoft Graph Invoke action factDouble", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/factDouble", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action factDouble" }, { "info": { "name": "Microsoft Graph Invoke action false", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/false", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Microsoft Graph Invoke action false" }, { "info": { "name": "Microsoft Graph Invoke action find", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/find", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action find" }, { "info": { "name": "Microsoft Graph Invoke action findB", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/findB", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action findB" }, { "info": { "name": "Microsoft Graph Invoke action fisher", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/fisher", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action fisher" }, { "info": { "name": "Microsoft Graph Invoke action fisherInv", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/fisherInv", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action fisherInv" }, { "info": { "name": "Microsoft Graph Invoke action fixed", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/fixed", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action fixed" }, { "info": { "name": "Microsoft Graph Invoke action floor_Math", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/floor_Math", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action floor_Math" }, { "info": { "name": "Microsoft Graph Invoke action floor_Precise", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/floor_Precise", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action floor_Precise" }, { "info": { "name": "Microsoft Graph Invoke action fv", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/fv", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action fv" }, { "info": { "name": "Microsoft Graph Invoke action fvschedule", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/fvschedule", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action fvschedule" }, { "info": { "name": "Microsoft Graph Invoke action gamma", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/gamma", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action gamma" }, { "info": { "name": "Microsoft Graph Invoke action gamma_Dist", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/gamma_Dist", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action gamma_Dist" }, { "info": { "name": "Microsoft Graph Invoke action gamma_Inv", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/gamma_Inv", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action gamma_Inv" }, { "info": { "name": "Microsoft Graph Invoke action gammaLn", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/gammaLn", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action gammaLn" }, { "info": { "name": "Microsoft Graph Invoke action gammaLn_Precise", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/gammaLn_Precise", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action gammaLn_Precise" }, { "info": { "name": "Microsoft Graph Invoke action gauss", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/gauss", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action gauss" }, { "info": { "name": "Microsoft Graph Invoke action gcd", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/gcd", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action gcd" }, { "info": { "name": "Microsoft Graph Invoke action geoMean", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/geoMean", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action geoMean" }, { "info": { "name": "Microsoft Graph Invoke action geStep", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/geStep", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action geStep" }, { "info": { "name": "Microsoft Graph Invoke action harMean", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/harMean", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action harMean" }, { "info": { "name": "Microsoft Graph Invoke action hex2Bin", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/hex2Bin", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action hex2Bin" }, { "info": { "name": "Microsoft Graph Invoke action hex2Dec", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/hex2Dec", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action hex2Dec" }, { "info": { "name": "Microsoft Graph Invoke action hex2Oct", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/hex2Oct", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action hex2Oct" }, { "info": { "name": "Microsoft Graph Invoke action hlookup", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/hlookup", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action hlookup" }, { "info": { "name": "Microsoft Graph Invoke action hour", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/hour", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action hour" }, { "info": { "name": "Microsoft Graph Invoke action hyperlink", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/hyperlink", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action hyperlink" }, { "info": { "name": "Microsoft Graph Invoke action hypGeom_Dist", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/hypGeom_Dist", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action hypGeom_Dist" }, { "info": { "name": "Microsoft Graph Invoke action if", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/if", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action if" }, { "info": { "name": "Microsoft Graph Invoke action imAbs", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imAbs", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imAbs" }, { "info": { "name": "Microsoft Graph Invoke action imaginary", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imaginary", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imaginary" }, { "info": { "name": "Microsoft Graph Invoke action imArgument", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imArgument", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imArgument" }, { "info": { "name": "Microsoft Graph Invoke action imConjugate", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imConjugate", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imConjugate" }, { "info": { "name": "Microsoft Graph Invoke action imCos", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imCos", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imCos" }, { "info": { "name": "Microsoft Graph Invoke action imCosh", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imCosh", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imCosh" }, { "info": { "name": "Microsoft Graph Invoke action imCot", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imCot", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imCot" }, { "info": { "name": "Microsoft Graph Invoke action imCsc", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imCsc", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imCsc" }, { "info": { "name": "Microsoft Graph Invoke action imCsch", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imCsch", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imCsch" }, { "info": { "name": "Microsoft Graph Invoke action imDiv", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imDiv", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imDiv" }, { "info": { "name": "Microsoft Graph Invoke action imExp", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imExp", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imExp" }, { "info": { "name": "Microsoft Graph Invoke action imLn", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imLn", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imLn" }, { "info": { "name": "Microsoft Graph Invoke action imLog10", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imLog10", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imLog10" }, { "info": { "name": "Microsoft Graph Invoke action imLog2", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imLog2", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imLog2" }, { "info": { "name": "Microsoft Graph Invoke action imPower", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imPower", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imPower" }, { "info": { "name": "Microsoft Graph Invoke action imProduct", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imProduct", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imProduct" }, { "info": { "name": "Microsoft Graph Invoke action imReal", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imReal", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imReal" }, { "info": { "name": "Microsoft Graph Invoke action imSec", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imSec", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imSec" }, { "info": { "name": "Microsoft Graph Invoke action imSech", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imSech", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imSech" }, { "info": { "name": "Microsoft Graph Invoke action imSin", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imSin", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imSin" }, { "info": { "name": "Microsoft Graph Invoke action imSinh", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imSinh", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imSinh" }, { "info": { "name": "Microsoft Graph Invoke action imSqrt", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imSqrt", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imSqrt" }, { "info": { "name": "Microsoft Graph Invoke action imSub", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imSub", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imSub" }, { "info": { "name": "Microsoft Graph Invoke action imSum", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imSum", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imSum" }, { "info": { "name": "Microsoft Graph Invoke action imTan", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/imTan", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action imTan" }, { "info": { "name": "Microsoft Graph Invoke action int", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/int", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action int" }, { "info": { "name": "Microsoft Graph Invoke action intRate", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/intRate", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action intRate" }, { "info": { "name": "Microsoft Graph Invoke action ipmt", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/ipmt", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action ipmt" }, { "info": { "name": "Microsoft Graph Invoke action irr", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/irr", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action irr" }, { "info": { "name": "Microsoft Graph Invoke action isErr", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/isErr", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action isErr" }, { "info": { "name": "Microsoft Graph Invoke action isError", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/isError", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action isError" }, { "info": { "name": "Microsoft Graph Invoke action isEven", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/isEven", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action isEven" }, { "info": { "name": "Microsoft Graph Invoke action isFormula", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/isFormula", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action isFormula" }, { "info": { "name": "Microsoft Graph Invoke action isLogical", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/isLogical", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action isLogical" }, { "info": { "name": "Microsoft Graph Invoke action isNA", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/isNA", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action isNA" }, { "info": { "name": "Microsoft Graph Invoke action isNonText", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/isNonText", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action isNonText" }, { "info": { "name": "Microsoft Graph Invoke action isNumber", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/isNumber", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action isNumber" }, { "info": { "name": "Microsoft Graph Invoke action iso_Ceiling", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/iso_Ceiling", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action iso_Ceiling" }, { "info": { "name": "Microsoft Graph Invoke action isOdd", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/isOdd", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action isOdd" }, { "info": { "name": "Microsoft Graph Invoke action isoWeekNum", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/isoWeekNum", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action isoWeekNum" }, { "info": { "name": "Microsoft Graph Invoke action ispmt", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/ispmt", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action ispmt" }, { "info": { "name": "Microsoft Graph Invoke action isref", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/isref", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action isref" }, { "info": { "name": "Microsoft Graph Invoke action isText", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/isText", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action isText" }, { "info": { "name": "Microsoft Graph Invoke action kurt", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/kurt", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action kurt" }, { "info": { "name": "Microsoft Graph Invoke action large", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/large", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action large" }, { "info": { "name": "Microsoft Graph Invoke action lcm", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/lcm", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action lcm" }, { "info": { "name": "Microsoft Graph Invoke action left", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/left", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action left" }, { "info": { "name": "Microsoft Graph Invoke action leftb", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/leftb", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action leftb" }, { "info": { "name": "Microsoft Graph Invoke action len", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/len", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action len" }, { "info": { "name": "Microsoft Graph Invoke action lenb", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/lenb", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action lenb" }, { "info": { "name": "Microsoft Graph Invoke action ln", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/ln", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action ln" }, { "info": { "name": "Microsoft Graph Invoke action log", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/log", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action log" }, { "info": { "name": "Microsoft Graph Invoke action log10", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/log10", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action log10" }, { "info": { "name": "Microsoft Graph Invoke action logNorm_Dist", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/logNorm_Dist", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action logNorm_Dist" }, { "info": { "name": "Microsoft Graph Invoke action logNorm_Inv", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/logNorm_Inv", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action logNorm_Inv" }, { "info": { "name": "Microsoft Graph Invoke action lookup", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/lookup", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action lookup" }, { "info": { "name": "Microsoft Graph Invoke action lower", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/lower", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action lower" }, { "info": { "name": "Microsoft Graph Invoke action match", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/match", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action match" }, { "info": { "name": "Microsoft Graph Invoke action max", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/max", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action max" }, { "info": { "name": "Microsoft Graph Invoke action maxA", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/maxA", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action maxA" }, { "info": { "name": "Microsoft Graph Invoke action mduration", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/mduration", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action mduration" }, { "info": { "name": "Microsoft Graph Invoke action median", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/median", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action median" }, { "info": { "name": "Microsoft Graph Invoke action mid", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/mid", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action mid" }, { "info": { "name": "Microsoft Graph Invoke action midb", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/midb", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action midb" }, { "info": { "name": "Microsoft Graph Invoke action min", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/min", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action min" }, { "info": { "name": "Microsoft Graph Invoke action minA", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/minA", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action minA" }, { "info": { "name": "Microsoft Graph Invoke action minute", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/minute", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action minute" }, { "info": { "name": "Microsoft Graph Invoke action mirr", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/mirr", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action mirr" }, { "info": { "name": "Microsoft Graph Invoke action mod", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/mod", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action mod" }, { "info": { "name": "Microsoft Graph Invoke action month", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/month", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action month" }, { "info": { "name": "Microsoft Graph Invoke action mround", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/mround", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action mround" }, { "info": { "name": "Microsoft Graph Invoke action multiNomial", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/multiNomial", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action multiNomial" }, { "info": { "name": "Microsoft Graph Invoke action n", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/n", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action n" }, { "info": { "name": "Microsoft Graph Invoke action na", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/na", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Microsoft Graph Invoke action na" }, { "info": { "name": "Microsoft Graph Invoke action negBinom_Dist", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/negBinom_Dist", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action negBinom_Dist" }, { "info": { "name": "Microsoft Graph Invoke action networkDays", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/networkDays", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action networkDays" }, { "info": { "name": "Microsoft Graph Invoke action networkDays_Intl", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/networkDays_Intl", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action networkDays_Intl" }, { "info": { "name": "Microsoft Graph Invoke action nominal", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/nominal", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action nominal" }, { "info": { "name": "Microsoft Graph Invoke action norm_Dist", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/norm_Dist", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action norm_Dist" }, { "info": { "name": "Microsoft Graph Invoke action norm_Inv", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/norm_Inv", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action norm_Inv" }, { "info": { "name": "Microsoft Graph Invoke action norm_S_Dist", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/norm_S_Dist", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action norm_S_Dist" }, { "info": { "name": "Microsoft Graph Invoke action norm_S_Inv", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/norm_S_Inv", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action norm_S_Inv" }, { "info": { "name": "Microsoft Graph Invoke action not", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/not", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action not" }, { "info": { "name": "Microsoft Graph Invoke action now", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/now", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Microsoft Graph Invoke action now" }, { "info": { "name": "Microsoft Graph Invoke action nper", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/nper", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action nper" }, { "info": { "name": "Microsoft Graph Invoke action npv", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/npv", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action npv" }, { "info": { "name": "Microsoft Graph Invoke action numberValue", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/numberValue", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action numberValue" }, { "info": { "name": "Microsoft Graph Invoke action oct2Bin", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/oct2Bin", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action oct2Bin" }, { "info": { "name": "Microsoft Graph Invoke action oct2Dec", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/oct2Dec", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action oct2Dec" }, { "info": { "name": "Microsoft Graph Invoke action oct2Hex", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/oct2Hex", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action oct2Hex" }, { "info": { "name": "Microsoft Graph Invoke action odd", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/odd", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action odd" }, { "info": { "name": "Microsoft Graph Invoke action oddFPrice", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/oddFPrice", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action oddFPrice" }, { "info": { "name": "Microsoft Graph Invoke action oddFYield", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/oddFYield", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action oddFYield" }, { "info": { "name": "Microsoft Graph Invoke action oddLPrice", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/oddLPrice", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action oddLPrice" }, { "info": { "name": "Microsoft Graph Invoke action oddLYield", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/oddLYield", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action oddLYield" }, { "info": { "name": "Microsoft Graph Invoke action or", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/or", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action or" }, { "info": { "name": "Microsoft Graph Invoke action pduration", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/pduration", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action pduration" }, { "info": { "name": "Microsoft Graph Invoke action percentile_Exc", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/percentile_Exc", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action percentile_Exc" }, { "info": { "name": "Microsoft Graph Invoke action percentile_Inc", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/percentile_Inc", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action percentile_Inc" }, { "info": { "name": "Microsoft Graph Invoke action percentRank_Exc", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/percentRank_Exc", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action percentRank_Exc" }, { "info": { "name": "Microsoft Graph Invoke action percentRank_Inc", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/percentRank_Inc", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action percentRank_Inc" }, { "info": { "name": "Microsoft Graph Invoke action permut", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/permut", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action permut" }, { "info": { "name": "Microsoft Graph Invoke action permutationa", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/permutationa", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action permutationa" }, { "info": { "name": "Microsoft Graph Invoke action phi", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/phi", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action phi" }, { "info": { "name": "Microsoft Graph Invoke action pi", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/pi", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Microsoft Graph Invoke action pi" }, { "info": { "name": "Microsoft Graph Invoke action pmt", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/pmt", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action pmt" }, { "info": { "name": "Microsoft Graph Invoke action poisson_Dist", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/poisson_Dist", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action poisson_Dist" }, { "info": { "name": "Microsoft Graph Invoke action power", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/power", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action power" }, { "info": { "name": "Microsoft Graph Invoke action ppmt", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/ppmt", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action ppmt" }, { "info": { "name": "Microsoft Graph Invoke action price", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/price", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action price" }, { "info": { "name": "Microsoft Graph Invoke action priceDisc", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/priceDisc", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action priceDisc" }, { "info": { "name": "Microsoft Graph Invoke action priceMat", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/priceMat", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action priceMat" }, { "info": { "name": "Microsoft Graph Invoke action product", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/product", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action product" }, { "info": { "name": "Microsoft Graph Invoke action proper", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/proper", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action proper" }, { "info": { "name": "Microsoft Graph Invoke action pv", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/pv", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action pv" }, { "info": { "name": "Microsoft Graph Invoke action quartile_Exc", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/quartile_Exc", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action quartile_Exc" }, { "info": { "name": "Microsoft Graph Invoke action quartile_Inc", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/quartile_Inc", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action quartile_Inc" }, { "info": { "name": "Microsoft Graph Invoke action quotient", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/quotient", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action quotient" }, { "info": { "name": "Microsoft Graph Invoke action radians", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/radians", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action radians" }, { "info": { "name": "Microsoft Graph Invoke action rand", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/rand", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Microsoft Graph Invoke action rand" }, { "info": { "name": "Microsoft Graph Invoke action randBetween", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/randBetween", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action randBetween" }, { "info": { "name": "Microsoft Graph Invoke action rank_Avg", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/rank_Avg", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action rank_Avg" }, { "info": { "name": "Microsoft Graph Invoke action rank_Eq", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/rank_Eq", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action rank_Eq" }, { "info": { "name": "Microsoft Graph Invoke action rate", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/rate", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action rate" }, { "info": { "name": "Microsoft Graph Invoke action received", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/received", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action received" }, { "info": { "name": "Microsoft Graph Invoke action replace", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/replace", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action replace" }, { "info": { "name": "Microsoft Graph Invoke action replaceB", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/replaceB", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action replaceB" }, { "info": { "name": "Microsoft Graph Invoke action rept", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/rept", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action rept" }, { "info": { "name": "Microsoft Graph Invoke action right", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/right", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action right" }, { "info": { "name": "Microsoft Graph Invoke action rightb", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/rightb", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action rightb" }, { "info": { "name": "Microsoft Graph Invoke action roman", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/roman", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action roman" }, { "info": { "name": "Microsoft Graph Invoke action round", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/round", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action round" }, { "info": { "name": "Microsoft Graph Invoke action roundDown", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/roundDown", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action roundDown" }, { "info": { "name": "Microsoft Graph Invoke action roundUp", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/roundUp", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action roundUp" }, { "info": { "name": "Microsoft Graph Invoke action rows", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/rows", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action rows" }, { "info": { "name": "Microsoft Graph Invoke action rri", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/rri", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action rri" }, { "info": { "name": "Microsoft Graph Invoke action sec", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/sec", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action sec" }, { "info": { "name": "Microsoft Graph Invoke action sech", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/sech", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action sech" }, { "info": { "name": "Microsoft Graph Invoke action second", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/second", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action second" }, { "info": { "name": "Microsoft Graph Invoke action seriesSum", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/seriesSum", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action seriesSum" }, { "info": { "name": "Microsoft Graph Invoke action sheet", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/sheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action sheet" }, { "info": { "name": "Microsoft Graph Invoke action sheets", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/sheets", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action sheets" }, { "info": { "name": "Microsoft Graph Invoke action sign", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/sign", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action sign" }, { "info": { "name": "Microsoft Graph Invoke action sin", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/sin", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action sin" }, { "info": { "name": "Microsoft Graph Invoke action sinh", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/sinh", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action sinh" }, { "info": { "name": "Microsoft Graph Invoke action skew", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/skew", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action skew" }, { "info": { "name": "Microsoft Graph Invoke action skew_p", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/skew_p", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action skew_p" }, { "info": { "name": "Microsoft Graph Invoke action sln", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/sln", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action sln" }, { "info": { "name": "Microsoft Graph Invoke action small", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/small", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action small" }, { "info": { "name": "Microsoft Graph Invoke action sqrt", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/sqrt", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action sqrt" }, { "info": { "name": "Microsoft Graph Invoke action sqrtPi", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/sqrtPi", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action sqrtPi" }, { "info": { "name": "Microsoft Graph Invoke action standardize", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/standardize", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action standardize" }, { "info": { "name": "Microsoft Graph Invoke action stDev_P", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/stDev_P", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action stDev_P" }, { "info": { "name": "Microsoft Graph Invoke action stDev_S", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/stDev_S", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action stDev_S" }, { "info": { "name": "Microsoft Graph Invoke action stDevA", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/stDevA", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action stDevA" }, { "info": { "name": "Microsoft Graph Invoke action stDevPA", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/stDevPA", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action stDevPA" }, { "info": { "name": "Microsoft Graph Invoke action substitute", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/substitute", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action substitute" }, { "info": { "name": "Microsoft Graph Invoke action subtotal", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/subtotal", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action subtotal" }, { "info": { "name": "Microsoft Graph Invoke action sum", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/sum", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action sum" }, { "info": { "name": "Microsoft Graph Invoke action sumIf", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/sumIf", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action sumIf" }, { "info": { "name": "Microsoft Graph Invoke action sumIfs", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/sumIfs", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action sumIfs" }, { "info": { "name": "Microsoft Graph Invoke action sumSq", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/sumSq", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action sumSq" }, { "info": { "name": "Microsoft Graph Invoke action syd", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/syd", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action syd" }, { "info": { "name": "Microsoft Graph Invoke action t", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/t", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action t" }, { "info": { "name": "Microsoft Graph Invoke action t_Dist", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/t_Dist", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action t_Dist" }, { "info": { "name": "Microsoft Graph Invoke action t_Dist_2T", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/t_Dist_2T", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action t_Dist_2T" }, { "info": { "name": "Microsoft Graph Invoke action t_Dist_RT", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/t_Dist_RT", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action t_Dist_RT" }, { "info": { "name": "Microsoft Graph Invoke action t_Inv", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/t_Inv", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action t_Inv" }, { "info": { "name": "Microsoft Graph Invoke action t_Inv_2T", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/t_Inv_2T", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action t_Inv_2T" }, { "info": { "name": "Microsoft Graph Invoke action tan", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/tan", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action tan" }, { "info": { "name": "Microsoft Graph Invoke action tanh", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/tanh", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action tanh" }, { "info": { "name": "Microsoft Graph Invoke action tbillEq", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/tbillEq", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action tbillEq" }, { "info": { "name": "Microsoft Graph Invoke action tbillPrice", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/tbillPrice", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action tbillPrice" }, { "info": { "name": "Microsoft Graph Invoke action tbillYield", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/tbillYield", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action tbillYield" }, { "info": { "name": "Microsoft Graph Invoke action text", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/text", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action text" }, { "info": { "name": "Microsoft Graph Invoke action time", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/time", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action time" }, { "info": { "name": "Microsoft Graph Invoke action timevalue", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/timevalue", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action timevalue" }, { "info": { "name": "Microsoft Graph Invoke action today", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/today", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Microsoft Graph Invoke action today" }, { "info": { "name": "Microsoft Graph Invoke action trim", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/trim", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action trim" }, { "info": { "name": "Microsoft Graph Invoke action trimMean", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/trimMean", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action trimMean" }, { "info": { "name": "Microsoft Graph Invoke action true", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/true", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Microsoft Graph Invoke action true" }, { "info": { "name": "Microsoft Graph Invoke action trunc", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/trunc", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action trunc" }, { "info": { "name": "Microsoft Graph Invoke action type", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/type", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action type" }, { "info": { "name": "Microsoft Graph Invoke action unichar", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/unichar", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action unichar" }, { "info": { "name": "Microsoft Graph Invoke action unicode", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/unicode", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action unicode" }, { "info": { "name": "Microsoft Graph Invoke action upper", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/upper", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action upper" }, { "info": { "name": "Microsoft Graph Invoke action usdollar", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/usdollar", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action usdollar" }, { "info": { "name": "Microsoft Graph Invoke action value", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/value", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action value" }, { "info": { "name": "Microsoft Graph Invoke action var_P", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/var_P", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action var_P" }, { "info": { "name": "Microsoft Graph Invoke action var_S", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/var_S", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action var_S" }, { "info": { "name": "Microsoft Graph Invoke action varA", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/varA", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action varA" }, { "info": { "name": "Microsoft Graph Invoke action varPA", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/varPA", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action varPA" }, { "info": { "name": "Microsoft Graph Invoke action vdb", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/vdb", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action vdb" }, { "info": { "name": "Microsoft Graph Invoke action vlookup", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/vlookup", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action vlookup" }, { "info": { "name": "Microsoft Graph Invoke action weekday", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/weekday", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action weekday" }, { "info": { "name": "Microsoft Graph Invoke action weekNum", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/weekNum", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action weekNum" }, { "info": { "name": "Microsoft Graph Invoke action weibull_Dist", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/weibull_Dist", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action weibull_Dist" }, { "info": { "name": "Microsoft Graph Invoke action workDay", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/workDay", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action workDay" }, { "info": { "name": "Microsoft Graph Invoke action workDay_Intl", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/workDay_Intl", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action workDay_Intl" }, { "info": { "name": "Microsoft Graph Invoke action xirr", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/xirr", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action xirr" }, { "info": { "name": "Microsoft Graph Invoke action xnpv", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/xnpv", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action xnpv" }, { "info": { "name": "Microsoft Graph Invoke action xor", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/xor", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action xor" }, { "info": { "name": "Microsoft Graph Invoke action year", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/year", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action year" }, { "info": { "name": "Microsoft Graph Invoke action yearFrac", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/yearFrac", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action yearFrac" }, { "info": { "name": "Microsoft Graph Invoke action yield", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/yield", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action yield" }, { "info": { "name": "Microsoft Graph Invoke action yieldDisc", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/yieldDisc", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action yieldDisc" }, { "info": { "name": "Microsoft Graph Invoke action yieldMat", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/yieldMat", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action yieldMat" }, { "info": { "name": "Microsoft Graph Invoke action z_Test", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/functions/z_Test", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action z_Test" }, { "info": { "name": "Microsoft Graph Invoke action closeSession", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/closeSession", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Use this API to close an existing workbook session." }, { "info": { "name": "Microsoft Graph Invoke action createSession", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/createSession", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new workbook session. Excel APIs can be called in one of two modes: To represent the session in the API, use the workbook-session-id: {session-id} header. In some cases, creating a new session requires an indeterminate time to complete. Microsoft Graph also provides a long running operations pattern. This pattern provides a way to poll for creation status updates, without waiting for the creation to complete. The following are the steps:" }, { "info": { "name": "Microsoft Graph Invoke action refreshSession", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/refreshSession", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Use this API to refresh an existing workbook session." }, { "info": { "name": "Microsoft Graph Invoke function sessionInfoResource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/sessionInfoResource(key=':key')", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "key", "value": "", "type": "path", "description": "Usage: key='{key}'" } ] }, "docs": "Microsoft Graph Invoke function sessionInfoResource" }, { "info": { "name": "Microsoft Graph Invoke function tableRowOperationResult", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tableRowOperationResult(key=':key')", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "key", "value": "", "type": "path", "description": "Usage: key='{key}'" } ] }, "docs": "This function is the last in a series of steps to create a workbookTableRow resource asynchronously. A best practice to create multiple table rows is to batch them in one create tableRow operation and carry out the operation asynchronously. An asynchronous request to create table rows involves the following steps:\r\n1. Issue an async Create tableRow request and get the query URL returned in the Location response header.\r\n2. Use the query URL returned from step 1 to issue the Get workbookOperation" }, { "info": { "name": "Microsoft Graph Get names from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/names", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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": "Represents a collection of workbooks scoped named items (named ranges and constants). Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to names for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/names", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to names for drives" }, { "info": { "name": "Microsoft Graph Get names from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/names/:workbookNamedItem-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents a collection of workbooks scoped named items (named ranges and constants). Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property names in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/names/:workbookNamedItem-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property names in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property names for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/names/:workbookNamedItem-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" } ] }, "docs": "Microsoft Graph Delete navigation property names for drives" }, { "info": { "name": "Microsoft Graph Invoke function range", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/names/:workbookNamedItem-id/range()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" } ] }, "docs": "Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range." }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/names/:workbookNamedItem-id/range()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/names/:workbookNamedItem-id/range()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/names/:workbookNamedItem-id/range()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/names/:workbookNamedItem-id/range()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/names/:workbookNamedItem-id/range()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/names/:workbookNamedItem-id/range()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/names/:workbookNamedItem-id/range()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/names/:workbookNamedItem-id/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/names/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke action add", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/names/add", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new name to the collection of the given scope using the user's locale for the formula." }, { "info": { "name": "Microsoft Graph Invoke action addFormulaLocal", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/names/addFormulaLocal", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new name to the collection of the given scope using the user's locale for the formula." }, { "info": { "name": "Microsoft Graph Get operations from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/operations", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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 status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to operations for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/operations", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to operations for drives" }, { "info": { "name": "Microsoft Graph Get operations from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/operations/:workbookOperation-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookOperation-id", "value": "", "type": "path", "description": "The unique identifier of workbookOperation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property operations in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/operations/:workbookOperation-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookOperation-id", "value": "", "type": "path", "description": "The unique identifier of workbookOperation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property operations in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property operations for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/operations/:workbookOperation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookOperation-id", "value": "", "type": "path", "description": "The unique identifier of workbookOperation" } ] }, "docs": "Microsoft Graph Delete navigation property operations for drives" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/operations/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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 tables from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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": "Represents a collection of tables associated with the workbook. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to tables for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to tables for drives" }, { "info": { "name": "Microsoft Graph Get tables from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents a collection of tables associated with the workbook. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property tables in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property tables in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property tables for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Delete navigation property tables for drives" }, { "info": { "name": "Microsoft Graph Get columns from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of all the columns in the table. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to columns for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to columns for drives" }, { "info": { "name": "Microsoft Graph Get columns from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of all the columns in the table. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property columns in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property columns in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property columns for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Microsoft Graph Delete navigation property columns for drives" }, { "info": { "name": "Microsoft Graph Get filter from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The filter applied to the column. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property filter in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property filter in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property filter for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Microsoft Graph Delete navigation property filter for drives" }, { "info": { "name": "Microsoft Graph Invoke action apply", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/apply", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Apply the given filter criteria on the given column." }, { "info": { "name": "Microsoft Graph Invoke action applyBottomItemsFilter", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/applyBottomItemsFilter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action applyBottomItemsFilter" }, { "info": { "name": "Microsoft Graph Invoke action applyBottomPercentFilter", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/applyBottomPercentFilter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action applyBottomPercentFilter" }, { "info": { "name": "Microsoft Graph Invoke action applyCellColorFilter", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/applyCellColorFilter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action applyCellColorFilter" }, { "info": { "name": "Microsoft Graph Invoke action applyCustomFilter", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/applyCustomFilter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action applyCustomFilter" }, { "info": { "name": "Microsoft Graph Invoke action applyDynamicFilter", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/applyDynamicFilter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action applyDynamicFilter" }, { "info": { "name": "Microsoft Graph Invoke action applyFontColorFilter", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/applyFontColorFilter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action applyFontColorFilter" }, { "info": { "name": "Microsoft Graph Invoke action applyIconFilter", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/applyIconFilter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action applyIconFilter" }, { "info": { "name": "Microsoft Graph Invoke action applyTopItemsFilter", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/applyTopItemsFilter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action applyTopItemsFilter" }, { "info": { "name": "Microsoft Graph Invoke action applyTopPercentFilter", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/applyTopPercentFilter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action applyTopPercentFilter" }, { "info": { "name": "Microsoft Graph Invoke action applyValuesFilter", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/applyValuesFilter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action applyValuesFilter" }, { "info": { "name": "Microsoft Graph Invoke action clear", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/clear", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Clear the filter on the given column." }, { "info": { "name": "Microsoft Graph Invoke function dataBodyRange", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/dataBodyRange()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Gets the range object associated with the data body of the column." }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/dataBodyRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/dataBodyRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/dataBodyRange()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/dataBodyRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/dataBodyRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/dataBodyRange()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/dataBodyRange()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Invoke function headerRowRange", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/headerRowRange()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Gets the range object associated with the header row of the column." }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/headerRowRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/headerRowRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/headerRowRange()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/headerRowRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/headerRowRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/headerRowRange()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/headerRowRange()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Invoke function range", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/range()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Gets the range object associated with the entire column." }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/range()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/range()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/range()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/range()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/range()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/range()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/range()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Invoke function totalRowRange", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/totalRowRange()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Gets the range object associated with the totals row of the column." }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/totalRowRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/totalRowRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/totalRowRange()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/totalRowRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/totalRowRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/totalRowRange()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/:workbookTableColumn-id/totalRowRange()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Invoke action add", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/add", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new column to the table." }, { "info": { "name": "Microsoft Graph Invoke function count", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/count()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Invoke function count" }, { "info": { "name": "Microsoft Graph Invoke function itemAt", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/itemAt(index=:index)", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ] }, "docs": "Gets a column based on its position in the collection." }, { "info": { "name": "Microsoft Graph Get filter from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/itemAt(index=:index)/filter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The filter applied to the column. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property filter in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/itemAt(index=:index)/filter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property filter in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property filter for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/columns/itemAt(index=:index)/filter", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ] }, "docs": "Microsoft Graph Delete navigation property filter for drives" }, { "info": { "name": "Microsoft Graph Invoke action clearFilters", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/clearFilters", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Clears all the filters currently applied on the table." }, { "info": { "name": "Microsoft Graph Invoke action convertToRange", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/convertToRange", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Converts the table into a normal range of cells. All data is preserved." }, { "info": { "name": "Microsoft Graph Invoke function dataBodyRange", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/dataBodyRange()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Gets the range object associated with the data body of the table." }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/dataBodyRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/dataBodyRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/dataBodyRange()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/dataBodyRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/dataBodyRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/dataBodyRange()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/dataBodyRange()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Invoke function headerRowRange", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/headerRowRange()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Gets the range object associated with header row of the table." }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/headerRowRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/headerRowRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/headerRowRange()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/headerRowRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/headerRowRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/headerRowRange()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/headerRowRange()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Invoke function range", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/range()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Get the range object associated with the entire table." }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/range()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/range()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/range()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/range()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/range()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/range()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/range()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Invoke action reapplyFilters", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/reapplyFilters", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Reapplies all the filters currently on the table." }, { "info": { "name": "Microsoft Graph Invoke function totalRowRange", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/totalRowRange()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Gets the range object associated with totals row of the table." }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/totalRowRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/totalRowRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/totalRowRange()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/totalRowRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/totalRowRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/totalRowRange()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/totalRowRange()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Get rows from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/rows", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of all the rows in the table. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to rows for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/rows", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to rows for drives" }, { "info": { "name": "Microsoft Graph Get rows from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/rows/:workbookTableRow-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of all the rows in the table. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property rows in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/rows/:workbookTableRow-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property rows in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property rows for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/rows/:workbookTableRow-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" } ] }, "docs": "Microsoft Graph Delete navigation property rows for drives" }, { "info": { "name": "Microsoft Graph Invoke function range", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/rows/:workbookTableRow-id/range()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" } ] }, "docs": "Microsoft Graph Invoke function range" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/rows/:workbookTableRow-id/range()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/rows/:workbookTableRow-id/range()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/rows/:workbookTableRow-id/range()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/rows/:workbookTableRow-id/range()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/rows/:workbookTableRow-id/range()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/rows/:workbookTableRow-id/range()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/rows/:workbookTableRow-id/range()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Invoke action add", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/rows/add", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. " }, { "info": { "name": "Microsoft Graph Invoke function count", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/rows/count()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Invoke function count" }, { "info": { "name": "Microsoft Graph Invoke function itemAt", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/rows/itemAt(index=:index)", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ] }, "docs": "Gets a row based on its position in the collection." }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The sorting for the table. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Invoke action apply", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/sort/apply", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Perform a sort operation." }, { "info": { "name": "Microsoft Graph Invoke action clear", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/sort/clear", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons." }, { "info": { "name": "Microsoft Graph Invoke action reapply", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/sort/reapply", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Reapplies the current sorting parameters to the table." }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/:workbookTable-id/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current table. Read-only." }, { "info": { "name": "Microsoft Graph Invoke action add", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/add", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated." }, { "info": { "name": "Microsoft Graph Invoke function count", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/count()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "Microsoft Graph Invoke function count" }, { "info": { "name": "Microsoft Graph Invoke function itemAt", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/itemAt(index=:index)", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ] }, "docs": "Microsoft Graph Invoke function itemAt" }, { "info": { "name": "Microsoft Graph Get columns from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/itemAt(index=:index)/columns", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of all the columns in the table. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to columns for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/itemAt(index=:index)/columns", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to columns for drives" }, { "info": { "name": "Microsoft Graph Get rows from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/itemAt(index=:index)/rows", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of all the rows in the table. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to rows for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/itemAt(index=:index)/rows", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to rows for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/itemAt(index=:index)/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The sorting for the table. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/itemAt(index=:index)/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/itemAt(index=:index)/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/tables/itemAt(index=:index)/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current table. Read-only." }, { "info": { "name": "Microsoft Graph Get worksheets from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "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": "Represents a collection of worksheets associated with the workbook. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to worksheets for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to worksheets for drives" }, { "info": { "name": "Microsoft Graph Get worksheets from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents a collection of worksheets associated with the workbook. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property worksheets in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property worksheets in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property worksheets for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ] }, "docs": "Microsoft Graph Delete navigation property worksheets for drives" }, { "info": { "name": "Microsoft Graph Get charts from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of charts that are part of the worksheet. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to charts for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to charts for drives" }, { "info": { "name": "Microsoft Graph Get charts from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of charts that are part of the worksheet. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property charts in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property charts in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property charts for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property charts for drives" }, { "info": { "name": "Microsoft Graph Get axes from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents chart axes. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property axes in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property axes in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property axes for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property axes for drives" }, { "info": { "name": "Microsoft Graph Get categoryAxis from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the category axis in a chart. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property categoryAxis in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property categoryAxis in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property categoryAxis for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property categoryAxis for drives" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the formatting of a chart object, which includes line and font formatting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get font from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/format/font", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the font attributes (font name, font size, color, etc.) for a chart axis element. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property font in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/format/font", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property font in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property font for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/format/font", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property font for drives" }, { "info": { "name": "Microsoft Graph Get line from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/format/line", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents chart line formatting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property line in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/format/line", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property line in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property line for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/format/line", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property line for drives" }, { "info": { "name": "Microsoft Graph Invoke action clear", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/format/line/clear", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Clear the line format of a chart element." }, { "info": { "name": "Microsoft Graph Get majorGridlines from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/majorGridlines", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a gridlines object that represents the major gridlines for the specified axis. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property majorGridlines in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/majorGridlines", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property majorGridlines in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property majorGridlines for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/majorGridlines", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property majorGridlines for drives" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/majorGridlines/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the formatting of chart gridlines. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/majorGridlines/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/majorGridlines/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get line from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/majorGridlines/format/line", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents chart line formatting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property line in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/majorGridlines/format/line", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property line in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property line for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/majorGridlines/format/line", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property line for drives" }, { "info": { "name": "Microsoft Graph Invoke action clear", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/majorGridlines/format/line/clear", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Clear the line format of a chart element." }, { "info": { "name": "Microsoft Graph Get minorGridlines from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/minorGridlines", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property minorGridlines in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/minorGridlines", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property minorGridlines in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property minorGridlines for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/minorGridlines", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property minorGridlines for drives" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/minorGridlines/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the formatting of chart gridlines. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/minorGridlines/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/minorGridlines/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get line from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/minorGridlines/format/line", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents chart line formatting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property line in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/minorGridlines/format/line", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property line in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property line for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/minorGridlines/format/line", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property line for drives" }, { "info": { "name": "Microsoft Graph Invoke action clear", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/minorGridlines/format/line/clear", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Clear the line format of a chart element." }, { "info": { "name": "Microsoft Graph Get title from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/title", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the axis title. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property title in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/title", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property title in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property title for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/title", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property title for drives" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/title/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the formatting of chart axis title. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/title/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/title/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get font from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/title/format/font", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property font in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/title/format/font", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property font in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property font for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/categoryAxis/title/format/font", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property font for drives" }, { "info": { "name": "Microsoft Graph Get seriesAxis from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the series axis of a 3-dimensional chart. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property seriesAxis in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property seriesAxis in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property seriesAxis for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property seriesAxis for drives" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the formatting of a chart object, which includes line and font formatting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get font from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/format/font", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the font attributes (font name, font size, color, etc.) for a chart axis element. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property font in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/format/font", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property font in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property font for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/format/font", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property font for drives" }, { "info": { "name": "Microsoft Graph Get line from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/format/line", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents chart line formatting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property line in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/format/line", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property line in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property line for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/format/line", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property line for drives" }, { "info": { "name": "Microsoft Graph Invoke action clear", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/format/line/clear", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Clear the line format of a chart element." }, { "info": { "name": "Microsoft Graph Get majorGridlines from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/majorGridlines", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a gridlines object that represents the major gridlines for the specified axis. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property majorGridlines in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/majorGridlines", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property majorGridlines in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property majorGridlines for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/majorGridlines", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property majorGridlines for drives" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/majorGridlines/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the formatting of chart gridlines. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/majorGridlines/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/majorGridlines/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get line from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/majorGridlines/format/line", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents chart line formatting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property line in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/majorGridlines/format/line", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property line in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property line for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/majorGridlines/format/line", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property line for drives" }, { "info": { "name": "Microsoft Graph Invoke action clear", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/majorGridlines/format/line/clear", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Clear the line format of a chart element." }, { "info": { "name": "Microsoft Graph Get minorGridlines from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/minorGridlines", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property minorGridlines in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/minorGridlines", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property minorGridlines in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property minorGridlines for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/minorGridlines", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property minorGridlines for drives" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/minorGridlines/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the formatting of chart gridlines. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/minorGridlines/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/minorGridlines/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get line from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/minorGridlines/format/line", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents chart line formatting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property line in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/minorGridlines/format/line", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property line in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property line for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/minorGridlines/format/line", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property line for drives" }, { "info": { "name": "Microsoft Graph Invoke action clear", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/minorGridlines/format/line/clear", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Clear the line format of a chart element." }, { "info": { "name": "Microsoft Graph Get title from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/title", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the axis title. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property title in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/title", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property title in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property title for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/title", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property title for drives" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/title/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the formatting of chart axis title. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/title/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/title/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get font from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/title/format/font", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property font in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/title/format/font", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property font in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property font for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/seriesAxis/title/format/font", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property font for drives" }, { "info": { "name": "Microsoft Graph Get valueAxis from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the value axis in an axis. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property valueAxis in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property valueAxis in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property valueAxis for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property valueAxis for drives" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the formatting of a chart object, which includes line and font formatting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get font from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/format/font", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the font attributes (font name, font size, color, etc.) for a chart axis element. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property font in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/format/font", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property font in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property font for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/format/font", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property font for drives" }, { "info": { "name": "Microsoft Graph Get line from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/format/line", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents chart line formatting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property line in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/format/line", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property line in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property line for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/format/line", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property line for drives" }, { "info": { "name": "Microsoft Graph Invoke action clear", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/format/line/clear", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Clear the line format of a chart element." }, { "info": { "name": "Microsoft Graph Get majorGridlines from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/majorGridlines", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a gridlines object that represents the major gridlines for the specified axis. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property majorGridlines in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/majorGridlines", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property majorGridlines in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property majorGridlines for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/majorGridlines", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property majorGridlines for drives" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/majorGridlines/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the formatting of chart gridlines. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/majorGridlines/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/majorGridlines/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get line from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/majorGridlines/format/line", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents chart line formatting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property line in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/majorGridlines/format/line", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property line in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property line for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/majorGridlines/format/line", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property line for drives" }, { "info": { "name": "Microsoft Graph Invoke action clear", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/majorGridlines/format/line/clear", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Clear the line format of a chart element." }, { "info": { "name": "Microsoft Graph Get minorGridlines from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/minorGridlines", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property minorGridlines in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/minorGridlines", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property minorGridlines in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property minorGridlines for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/minorGridlines", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property minorGridlines for drives" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/minorGridlines/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the formatting of chart gridlines. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/minorGridlines/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/minorGridlines/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get line from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/minorGridlines/format/line", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents chart line formatting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property line in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/minorGridlines/format/line", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property line in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property line for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/minorGridlines/format/line", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property line for drives" }, { "info": { "name": "Microsoft Graph Invoke action clear", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/minorGridlines/format/line/clear", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Clear the line format of a chart element." }, { "info": { "name": "Microsoft Graph Get title from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/title", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the axis title. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property title in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/title", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property title in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property title for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/title", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property title for drives" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/title/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the formatting of chart axis title. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/title/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/title/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get font from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/title/format/font", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property font in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/title/format/font", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property font in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property font for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/axes/valueAxis/title/format/font", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property font for drives" }, { "info": { "name": "Microsoft Graph Get dataLabels from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/dataLabels", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the data labels on the chart. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property dataLabels in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/dataLabels", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property dataLabels in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property dataLabels for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/dataLabels", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property dataLabels for drives" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/dataLabels/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the format of chart data labels, which includes fill and font formatting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/dataLabels/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/dataLabels/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get fill from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/dataLabels/format/fill", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the fill format of the current chart data label. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property fill in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/dataLabels/format/fill", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property fill in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property fill for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/dataLabels/format/fill", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property fill for drives" }, { "info": { "name": "Microsoft Graph Invoke action clear", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/dataLabels/format/fill/clear", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Clear the fill color of a chart element." }, { "info": { "name": "Microsoft Graph Invoke action setSolidColor", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/dataLabels/format/fill/setSolidColor", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets the fill formatting of a chart element to a uniform color." }, { "info": { "name": "Microsoft Graph Get font from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/dataLabels/format/font", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the font attributes (font name, font size, color, etc.) for a chart data label. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property font in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/dataLabels/format/font", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property font in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property font for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/dataLabels/format/font", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property font for drives" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Encapsulates the format properties for the chart area. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get fill from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/format/fill", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the fill format of an object, which includes background formatting information. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property fill in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/format/fill", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property fill in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property fill for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/format/fill", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property fill for drives" }, { "info": { "name": "Microsoft Graph Invoke action clear", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/format/fill/clear", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Clear the fill color of a chart element." }, { "info": { "name": "Microsoft Graph Invoke action setSolidColor", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/format/fill/setSolidColor", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets the fill formatting of a chart element to a uniform color." }, { "info": { "name": "Microsoft Graph Get font from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/format/font", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property font in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/format/font", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property font in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property font for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/format/font", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property font for drives" }, { "info": { "name": "Microsoft Graph Get legend from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/legend", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the legend for the chart. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property legend in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/legend", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property legend in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property legend for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/legend", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property legend for drives" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/legend/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the formatting of a chart legend, which includes fill and font formatting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/legend/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/legend/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get fill from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/legend/format/fill", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the fill format of an object, which includes background formating information. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property fill in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/legend/format/fill", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property fill in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property fill for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/legend/format/fill", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property fill for drives" }, { "info": { "name": "Microsoft Graph Invoke action clear", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/legend/format/fill/clear", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Clear the fill color of a chart element." }, { "info": { "name": "Microsoft Graph Invoke action setSolidColor", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/legend/format/fill/setSolidColor", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets the fill formatting of a chart element to a uniform color." }, { "info": { "name": "Microsoft Graph Get font from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/legend/format/font", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the font attributes such as font name, font size, color, etc. of a chart legend. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property font in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/legend/format/font", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property font in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property font for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/legend/format/font", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property font for drives" }, { "info": { "name": "Microsoft Graph Invoke function image", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/image()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Invoke function image" }, { "info": { "name": "Microsoft Graph Invoke function image", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/image(width=:width,height=:height,fittingMode=':fittingMode')", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "width", "value": "", "type": "path", "description": "Usage: width={width}" }, { "name": "height", "value": "", "type": "path", "description": "Usage: height={height}" }, { "name": "fittingMode", "value": "", "type": "path", "description": "Usage: fittingMode='{fittingMode}'" } ] }, "docs": "Microsoft Graph Invoke function image" }, { "info": { "name": "Microsoft Graph Invoke function image", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/image(width=:width,height=:height)", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "width", "value": "", "type": "path", "description": "Usage: width={width}" }, { "name": "height", "value": "", "type": "path", "description": "Usage: height={height}" } ] }, "docs": "Microsoft Graph Invoke function image" }, { "info": { "name": "Microsoft Graph Invoke function image", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/image(width=:width)", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "width", "value": "", "type": "path", "description": "Usage: width={width}" } ] }, "docs": "Microsoft Graph Invoke function image" }, { "info": { "name": "Microsoft Graph Invoke action setData", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/setData", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resets the source data for the chart." }, { "info": { "name": "Microsoft Graph Invoke action setPosition", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/setPosition", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Positions the chart relative to cells on the worksheet." }, { "info": { "name": "Microsoft Graph Get series from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "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": "Represents either a single series or collection of series in the chart. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to series for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to series for drives" }, { "info": { "name": "Microsoft Graph Get series from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents either a single series or collection of series in the chart. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property series in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property series in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property series for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" } ] }, "docs": "Microsoft Graph Delete navigation property series for drives" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The formatting of a chart series, which includes fill and line formatting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get fill from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/format/fill", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the fill format of a chart series, which includes background formatting information. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property fill in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/format/fill", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property fill in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property fill for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/format/fill", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" } ] }, "docs": "Microsoft Graph Delete navigation property fill for drives" }, { "info": { "name": "Microsoft Graph Invoke action clear", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/format/fill/clear", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" } ] }, "docs": "Clear the fill color of a chart element." }, { "info": { "name": "Microsoft Graph Invoke action setSolidColor", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/format/fill/setSolidColor", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets the fill formatting of a chart element to a uniform color." }, { "info": { "name": "Microsoft Graph Get line from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/format/line", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents line formatting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property line in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/format/line", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property line in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property line for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/format/line", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" } ] }, "docs": "Microsoft Graph Delete navigation property line for drives" }, { "info": { "name": "Microsoft Graph Invoke action clear", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/format/line/clear", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" } ] }, "docs": "Clear the line format of a chart element." }, { "info": { "name": "Microsoft Graph Get points from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/points", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" }, { "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 all points in the series. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to points for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/points", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to points for drives" }, { "info": { "name": "Microsoft Graph Get points from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/points/:workbookChartPoint-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" }, { "name": "workbookChartPoint-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartPoint" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of all points in the series. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property points in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/points/:workbookChartPoint-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" }, { "name": "workbookChartPoint-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartPoint" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property points in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property points for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/points/:workbookChartPoint-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" }, { "name": "workbookChartPoint-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartPoint" } ] }, "docs": "Microsoft Graph Delete navigation property points for drives" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/points/:workbookChartPoint-id/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" }, { "name": "workbookChartPoint-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartPoint" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The format properties of the chart point. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/points/:workbookChartPoint-id/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" }, { "name": "workbookChartPoint-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartPoint" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/points/:workbookChartPoint-id/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" }, { "name": "workbookChartPoint-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartPoint" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get fill from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/points/:workbookChartPoint-id/format/fill", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" }, { "name": "workbookChartPoint-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartPoint" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the fill format of a chart, which includes background formatting information. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property fill in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/points/:workbookChartPoint-id/format/fill", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" }, { "name": "workbookChartPoint-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartPoint" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property fill in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property fill for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/points/:workbookChartPoint-id/format/fill", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" }, { "name": "workbookChartPoint-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartPoint" } ] }, "docs": "Microsoft Graph Delete navigation property fill for drives" }, { "info": { "name": "Microsoft Graph Invoke action clear", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/points/:workbookChartPoint-id/format/fill/clear", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" }, { "name": "workbookChartPoint-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartPoint" } ] }, "docs": "Clear the fill color of a chart element." }, { "info": { "name": "Microsoft Graph Invoke action setSolidColor", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/points/:workbookChartPoint-id/format/fill/setSolidColor", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" }, { "name": "workbookChartPoint-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartPoint" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets the fill formatting of a chart element to a uniform color." }, { "info": { "name": "Microsoft Graph Invoke function count", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/points/count()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" } ] }, "docs": "Microsoft Graph Invoke function count" }, { "info": { "name": "Microsoft Graph Invoke function itemAt", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/points/itemAt(index=:index)", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ] }, "docs": "Retrieve a point based on its position within the series." }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/points/itemAt(index=:index)/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The format properties of the chart point. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/points/itemAt(index=:index)/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/:workbookChartSeries-id/points/itemAt(index=:index)/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "workbookChartSeries-id", "value": "", "type": "path", "description": "The unique identifier of workbookChartSeries" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Invoke function count", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/count()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Invoke function count" }, { "info": { "name": "Microsoft Graph Invoke function itemAt", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/itemAt(index=:index)", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ] }, "docs": "Retrieves a series based on its position in the collection" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/itemAt(index=:index)/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The formatting of a chart series, which includes fill and line formatting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/itemAt(index=:index)/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/itemAt(index=:index)/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get points from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/itemAt(index=:index)/points", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" }, { "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 all points in the series. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to points for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/series/itemAt(index=:index)/points", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to points for drives" }, { "info": { "name": "Microsoft Graph Get title from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/title", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property title in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/title", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property title in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property title for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/title", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property title for drives" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/title/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The formatting of a chart title, which includes fill and font formatting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/title/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/title/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get fill from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/title/format/fill", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the fill format of an object, which includes background formatting information. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property fill in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/title/format/fill", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property fill in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property fill for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/title/format/fill", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property fill for drives" }, { "info": { "name": "Microsoft Graph Invoke action clear", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/title/format/fill/clear", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Clear the fill color of a chart element." }, { "info": { "name": "Microsoft Graph Invoke action setSolidColor", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/title/format/fill/setSolidColor", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets the fill formatting of a chart element to a uniform color." }, { "info": { "name": "Microsoft Graph Get font from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/title/format/font", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property font in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/title/format/font", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property font in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property font for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/title/format/font", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" } ] }, "docs": "Microsoft Graph Delete navigation property font for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/:workbookChart-id/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookChart-id", "value": "", "type": "path", "description": "The unique identifier of workbookChart" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current chart. Read-only." }, { "info": { "name": "Microsoft Graph Invoke action add", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/add", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new chart." }, { "info": { "name": "Microsoft Graph Invoke function count", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/count()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ] }, "docs": "Microsoft Graph Invoke function count" }, { "info": { "name": "Microsoft Graph Invoke function item", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/item(name=':name')", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "name", "value": "", "type": "path", "description": "Usage: name='{name}'" } ] }, "docs": "Microsoft Graph Invoke function item" }, { "info": { "name": "Microsoft Graph Get axes from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/item(name=':name')/axes", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "name", "value": "", "type": "path", "description": "Usage: name='{name}'" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents chart axes. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property axes in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/item(name=':name')/axes", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "name", "value": "", "type": "path", "description": "Usage: name='{name}'" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property axes in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property axes for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/item(name=':name')/axes", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "name", "value": "", "type": "path", "description": "Usage: name='{name}'" } ] }, "docs": "Microsoft Graph Delete navigation property axes for drives" }, { "info": { "name": "Microsoft Graph Get dataLabels from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/item(name=':name')/dataLabels", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "name", "value": "", "type": "path", "description": "Usage: name='{name}'" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the data labels on the chart. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property dataLabels in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/item(name=':name')/dataLabels", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "name", "value": "", "type": "path", "description": "Usage: name='{name}'" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property dataLabels in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property dataLabels for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/item(name=':name')/dataLabels", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "name", "value": "", "type": "path", "description": "Usage: name='{name}'" } ] }, "docs": "Microsoft Graph Delete navigation property dataLabels for drives" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/item(name=':name')/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "name", "value": "", "type": "path", "description": "Usage: name='{name}'" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Encapsulates the format properties for the chart area. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/item(name=':name')/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "name", "value": "", "type": "path", "description": "Usage: name='{name}'" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/item(name=':name')/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "name", "value": "", "type": "path", "description": "Usage: name='{name}'" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get legend from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/item(name=':name')/legend", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "name", "value": "", "type": "path", "description": "Usage: name='{name}'" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the legend for the chart. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property legend in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/item(name=':name')/legend", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "name", "value": "", "type": "path", "description": "Usage: name='{name}'" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property legend in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property legend for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/item(name=':name')/legend", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "name", "value": "", "type": "path", "description": "Usage: name='{name}'" } ] }, "docs": "Microsoft Graph Delete navigation property legend for drives" }, { "info": { "name": "Microsoft Graph Get series from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/item(name=':name')/series", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "name", "value": "", "type": "path", "description": "Usage: name='{name}'" }, { "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": "Represents either a single series or collection of series in the chart. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to series for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/item(name=':name')/series", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "name", "value": "", "type": "path", "description": "Usage: name='{name}'" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to series for drives" }, { "info": { "name": "Microsoft Graph Get title from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/item(name=':name')/title", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "name", "value": "", "type": "path", "description": "Usage: name='{name}'" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property title in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/item(name=':name')/title", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "name", "value": "", "type": "path", "description": "Usage: name='{name}'" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property title in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property title for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/item(name=':name')/title", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "name", "value": "", "type": "path", "description": "Usage: name='{name}'" } ] }, "docs": "Microsoft Graph Delete navigation property title for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/item(name=':name')/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "name", "value": "", "type": "path", "description": "Usage: name='{name}'" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current chart. Read-only." }, { "info": { "name": "Microsoft Graph Invoke function itemAt", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/itemAt(index=:index)", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ] }, "docs": "Gets a chart based on its position in the collection." }, { "info": { "name": "Microsoft Graph Get axes from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/itemAt(index=:index)/axes", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents chart axes. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property axes in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/itemAt(index=:index)/axes", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property axes in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property axes for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/itemAt(index=:index)/axes", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ] }, "docs": "Microsoft Graph Delete navigation property axes for drives" }, { "info": { "name": "Microsoft Graph Get dataLabels from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/itemAt(index=:index)/dataLabels", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the data labels on the chart. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property dataLabels in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/itemAt(index=:index)/dataLabels", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property dataLabels in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property dataLabels for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/itemAt(index=:index)/dataLabels", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ] }, "docs": "Microsoft Graph Delete navigation property dataLabels for drives" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/itemAt(index=:index)/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Encapsulates the format properties for the chart area. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/itemAt(index=:index)/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/itemAt(index=:index)/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get legend from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/itemAt(index=:index)/legend", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the legend for the chart. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property legend in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/itemAt(index=:index)/legend", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property legend in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property legend for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/itemAt(index=:index)/legend", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ] }, "docs": "Microsoft Graph Delete navigation property legend for drives" }, { "info": { "name": "Microsoft Graph Get series from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/itemAt(index=:index)/series", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" }, { "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": "Represents either a single series or collection of series in the chart. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to series for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/itemAt(index=:index)/series", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to series for drives" }, { "info": { "name": "Microsoft Graph Get title from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/itemAt(index=:index)/title", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property title in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/itemAt(index=:index)/title", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property title in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property title for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/itemAt(index=:index)/title", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ] }, "docs": "Microsoft Graph Delete navigation property title for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/charts/itemAt(index=:index)/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current chart. Read-only." }, { "info": { "name": "Microsoft Graph Invoke function cell", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/cell(row=:row,column=:column)", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "row", "value": "", "type": "path", "description": "Usage: row={row}" }, { "name": "column", "value": "", "type": "path", "description": "Usage: column={column}" } ] }, "docs": "Gets the range object containing the single cell based on row and column numbers. The cell can be outside the bounds of its parent range, so long as it's stays within the worksheet grid." }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/cell(row=:row,column=:column)/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "row", "value": "", "type": "path", "description": "Usage: row={row}" }, { "name": "column", "value": "", "type": "path", "description": "Usage: column={column}" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/cell(row=:row,column=:column)/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "row", "value": "", "type": "path", "description": "Usage: row={row}" }, { "name": "column", "value": "", "type": "path", "description": "Usage: column={column}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/cell(row=:row,column=:column)/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "row", "value": "", "type": "path", "description": "Usage: row={row}" }, { "name": "column", "value": "", "type": "path", "description": "Usage: column={column}" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/cell(row=:row,column=:column)/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "row", "value": "", "type": "path", "description": "Usage: row={row}" }, { "name": "column", "value": "", "type": "path", "description": "Usage: column={column}" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/cell(row=:row,column=:column)/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "row", "value": "", "type": "path", "description": "Usage: row={row}" }, { "name": "column", "value": "", "type": "path", "description": "Usage: column={column}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/cell(row=:row,column=:column)/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "row", "value": "", "type": "path", "description": "Usage: row={row}" }, { "name": "column", "value": "", "type": "path", "description": "Usage: column={column}" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/cell(row=:row,column=:column)/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "row", "value": "", "type": "path", "description": "Usage: row={row}" }, { "name": "column", "value": "", "type": "path", "description": "Usage: column={column}" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Invoke function range", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/range()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ] }, "docs": "Microsoft Graph Invoke function range" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/range()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/range()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/range()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/range()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/range()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/range()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/range()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Invoke function range", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/range(address=':address')", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "address", "value": "", "type": "path", "description": "Usage: address='{address}'" } ] }, "docs": "Microsoft Graph Invoke function range" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/range(address=':address')/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "address", "value": "", "type": "path", "description": "Usage: address='{address}'" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/range(address=':address')/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "address", "value": "", "type": "path", "description": "Usage: address='{address}'" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/range(address=':address')/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "address", "value": "", "type": "path", "description": "Usage: address='{address}'" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/range(address=':address')/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "address", "value": "", "type": "path", "description": "Usage: address='{address}'" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/range(address=':address')/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "address", "value": "", "type": "path", "description": "Usage: address='{address}'" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/range(address=':address')/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "address", "value": "", "type": "path", "description": "Usage: address='{address}'" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/range(address=':address')/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "address", "value": "", "type": "path", "description": "Usage: address='{address}'" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Invoke function usedRange", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/usedRange()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ] }, "docs": "Microsoft Graph Invoke function usedRange" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/usedRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/usedRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/usedRange()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/usedRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/usedRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/usedRange()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/usedRange()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Invoke function usedRange", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/usedRange(valuesOnly=:valuesOnly)", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "valuesOnly", "value": "", "type": "path", "description": "Usage: valuesOnly={valuesOnly}" } ] }, "docs": "Microsoft Graph Invoke function usedRange" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/usedRange(valuesOnly=:valuesOnly)/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "valuesOnly", "value": "", "type": "path", "description": "Usage: valuesOnly={valuesOnly}" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/usedRange(valuesOnly=:valuesOnly)/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "valuesOnly", "value": "", "type": "path", "description": "Usage: valuesOnly={valuesOnly}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/usedRange(valuesOnly=:valuesOnly)/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "valuesOnly", "value": "", "type": "path", "description": "Usage: valuesOnly={valuesOnly}" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/usedRange(valuesOnly=:valuesOnly)/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "valuesOnly", "value": "", "type": "path", "description": "Usage: valuesOnly={valuesOnly}" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/usedRange(valuesOnly=:valuesOnly)/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "valuesOnly", "value": "", "type": "path", "description": "Usage: valuesOnly={valuesOnly}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/usedRange(valuesOnly=:valuesOnly)/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "valuesOnly", "value": "", "type": "path", "description": "Usage: valuesOnly={valuesOnly}" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/usedRange(valuesOnly=:valuesOnly)/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "valuesOnly", "value": "", "type": "path", "description": "Usage: valuesOnly={valuesOnly}" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Get names from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/names", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of names that are associated with the worksheet. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to names for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/names", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to names for drives" }, { "info": { "name": "Microsoft Graph Get names from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/names/:workbookNamedItem-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of names that are associated with the worksheet. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property names in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/names/:workbookNamedItem-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property names in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property names for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/names/:workbookNamedItem-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" } ] }, "docs": "Microsoft Graph Delete navigation property names for drives" }, { "info": { "name": "Microsoft Graph Invoke function range", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/names/:workbookNamedItem-id/range()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" } ] }, "docs": "Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range." }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/names/:workbookNamedItem-id/range()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/names/:workbookNamedItem-id/range()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/names/:workbookNamedItem-id/range()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/names/:workbookNamedItem-id/range()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/names/:workbookNamedItem-id/range()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/names/:workbookNamedItem-id/range()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/names/:workbookNamedItem-id/range()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/names/:workbookNamedItem-id/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookNamedItem-id", "value": "", "type": "path", "description": "The unique identifier of workbookNamedItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/names/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke action add", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/names/add", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new name to the collection of the given scope using the user's locale for the formula." }, { "info": { "name": "Microsoft Graph Invoke action addFormulaLocal", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/names/addFormulaLocal", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new name to the collection of the given scope using the user's locale for the formula." }, { "info": { "name": "Microsoft Graph Get pivotTables from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/pivotTables", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of piot tables that are part of the worksheet." }, { "info": { "name": "Microsoft Graph Create new navigation property to pivotTables for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/pivotTables", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to pivotTables for drives" }, { "info": { "name": "Microsoft Graph Get pivotTables from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/pivotTables/:workbookPivotTable-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookPivotTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookPivotTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of piot tables that are part of the worksheet." }, { "info": { "name": "Microsoft Graph Update the navigation property pivotTables in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/pivotTables/:workbookPivotTable-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookPivotTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookPivotTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property pivotTables in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property pivotTables for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/pivotTables/:workbookPivotTable-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookPivotTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookPivotTable" } ] }, "docs": "Microsoft Graph Delete navigation property pivotTables for drives" }, { "info": { "name": "Microsoft Graph Invoke action refresh", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/pivotTables/:workbookPivotTable-id/refresh", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookPivotTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookPivotTable" } ] }, "docs": "Refreshes the PivotTable." }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/pivotTables/:workbookPivotTable-id/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookPivotTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookPivotTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet that contains the current pivot table. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/pivotTables/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke action refreshAll", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/pivotTables/refreshAll", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ] }, "docs": "Refreshes the PivotTable within a given worksheet." }, { "info": { "name": "Microsoft Graph Get protection from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/protection", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The sheet protection object for a worksheet. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property protection in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/protection", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property protection in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property protection for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/protection", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ] }, "docs": "Microsoft Graph Delete navigation property protection for drives" }, { "info": { "name": "Microsoft Graph Invoke action protect", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/protection/protect", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Protect a worksheet. It throws if the worksheet has been protected." }, { "info": { "name": "Microsoft Graph Invoke action unprotect", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/protection/unprotect", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ] }, "docs": "Unprotect a worksheet" }, { "info": { "name": "Microsoft Graph Get tables from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of tables that are part of the worksheet. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to tables for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to tables for drives" }, { "info": { "name": "Microsoft Graph Get tables from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of tables that are part of the worksheet. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property tables in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property tables in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property tables for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Delete navigation property tables for drives" }, { "info": { "name": "Microsoft Graph Get columns from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of all the columns in the table. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to columns for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to columns for drives" }, { "info": { "name": "Microsoft Graph Get columns from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of all the columns in the table. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property columns in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property columns in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property columns for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Microsoft Graph Delete navigation property columns for drives" }, { "info": { "name": "Microsoft Graph Get filter from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The filter applied to the column. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property filter in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property filter in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property filter for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Microsoft Graph Delete navigation property filter for drives" }, { "info": { "name": "Microsoft Graph Invoke action apply", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/apply", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Apply the given filter criteria on the given column." }, { "info": { "name": "Microsoft Graph Invoke action applyBottomItemsFilter", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/applyBottomItemsFilter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action applyBottomItemsFilter" }, { "info": { "name": "Microsoft Graph Invoke action applyBottomPercentFilter", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/applyBottomPercentFilter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action applyBottomPercentFilter" }, { "info": { "name": "Microsoft Graph Invoke action applyCellColorFilter", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/applyCellColorFilter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action applyCellColorFilter" }, { "info": { "name": "Microsoft Graph Invoke action applyCustomFilter", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/applyCustomFilter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action applyCustomFilter" }, { "info": { "name": "Microsoft Graph Invoke action applyDynamicFilter", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/applyDynamicFilter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action applyDynamicFilter" }, { "info": { "name": "Microsoft Graph Invoke action applyFontColorFilter", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/applyFontColorFilter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action applyFontColorFilter" }, { "info": { "name": "Microsoft Graph Invoke action applyIconFilter", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/applyIconFilter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action applyIconFilter" }, { "info": { "name": "Microsoft Graph Invoke action applyTopItemsFilter", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/applyTopItemsFilter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action applyTopItemsFilter" }, { "info": { "name": "Microsoft Graph Invoke action applyTopPercentFilter", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/applyTopPercentFilter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action applyTopPercentFilter" }, { "info": { "name": "Microsoft Graph Invoke action applyValuesFilter", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/applyValuesFilter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action applyValuesFilter" }, { "info": { "name": "Microsoft Graph Invoke action clear", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/filter/clear", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Clear the filter on the given column." }, { "info": { "name": "Microsoft Graph Invoke function dataBodyRange", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/dataBodyRange()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Gets the range object associated with the data body of the column." }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/dataBodyRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/dataBodyRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/dataBodyRange()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/dataBodyRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/dataBodyRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/dataBodyRange()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/dataBodyRange()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Invoke function headerRowRange", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/headerRowRange()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Gets the range object associated with the header row of the column." }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/headerRowRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/headerRowRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/headerRowRange()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/headerRowRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/headerRowRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/headerRowRange()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/headerRowRange()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Invoke function range", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/range()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Gets the range object associated with the entire column." }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/range()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/range()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/range()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/range()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/range()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/range()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/range()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Invoke function totalRowRange", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/totalRowRange()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Gets the range object associated with the totals row of the column." }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/totalRowRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/totalRowRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/totalRowRange()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/totalRowRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/totalRowRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/totalRowRange()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/:workbookTableColumn-id/totalRowRange()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableColumn-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableColumn" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Invoke action add", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/add", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new column to the table." }, { "info": { "name": "Microsoft Graph Invoke function count", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/count()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Invoke function count" }, { "info": { "name": "Microsoft Graph Invoke function itemAt", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/itemAt(index=:index)", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ] }, "docs": "Gets a column based on its position in the collection." }, { "info": { "name": "Microsoft Graph Get filter from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/itemAt(index=:index)/filter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The filter applied to the column. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property filter in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/itemAt(index=:index)/filter", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property filter in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property filter for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/columns/itemAt(index=:index)/filter", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ] }, "docs": "Microsoft Graph Delete navigation property filter for drives" }, { "info": { "name": "Microsoft Graph Invoke action clearFilters", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/clearFilters", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Clears all the filters currently applied on the table." }, { "info": { "name": "Microsoft Graph Invoke action convertToRange", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/convertToRange", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Converts the table into a normal range of cells. All data is preserved." }, { "info": { "name": "Microsoft Graph Invoke function dataBodyRange", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/dataBodyRange()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Gets the range object associated with the data body of the table." }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/dataBodyRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/dataBodyRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/dataBodyRange()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/dataBodyRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/dataBodyRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/dataBodyRange()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/dataBodyRange()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Invoke function headerRowRange", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/headerRowRange()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Gets the range object associated with header row of the table." }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/headerRowRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/headerRowRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/headerRowRange()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/headerRowRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/headerRowRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/headerRowRange()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/headerRowRange()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Invoke function range", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/range()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Get the range object associated with the entire table." }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/range()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/range()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/range()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/range()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/range()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/range()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/range()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Invoke action reapplyFilters", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/reapplyFilters", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Reapplies all the filters currently on the table." }, { "info": { "name": "Microsoft Graph Invoke function totalRowRange", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/totalRowRange()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Gets the range object associated with totals row of the table." }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/totalRowRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/totalRowRange()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/totalRowRange()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/totalRowRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/totalRowRange()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/totalRowRange()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/totalRowRange()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Get rows from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/rows", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of all the rows in the table. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to rows for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/rows", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to rows for drives" }, { "info": { "name": "Microsoft Graph Get rows from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/rows/:workbookTableRow-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of all the rows in the table. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property rows in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/rows/:workbookTableRow-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property rows in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property rows for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/rows/:workbookTableRow-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" } ] }, "docs": "Microsoft Graph Delete navigation property rows for drives" }, { "info": { "name": "Microsoft Graph Invoke function range", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/rows/:workbookTableRow-id/range()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" } ] }, "docs": "Microsoft Graph Invoke function range" }, { "info": { "name": "Microsoft Graph Get format from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/rows/:workbookTableRow-id/range()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property format in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/rows/:workbookTableRow-id/range()/format", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property format in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property format for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/rows/:workbookTableRow-id/range()/format", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" } ] }, "docs": "Microsoft Graph Delete navigation property format for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/rows/:workbookTableRow-id/range()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/rows/:workbookTableRow-id/range()/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/rows/:workbookTableRow-id/range()/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/rows/:workbookTableRow-id/range()/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "workbookTableRow-id", "value": "", "type": "path", "description": "The unique identifier of workbookTableRow" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current range. Read-only." }, { "info": { "name": "Microsoft Graph Invoke action add", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/rows/add", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. " }, { "info": { "name": "Microsoft Graph Invoke function count", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/rows/count()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Invoke function count" }, { "info": { "name": "Microsoft Graph Invoke function itemAt", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/rows/itemAt(index=:index)", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ] }, "docs": "Gets a row based on its position in the collection." }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The sorting for the table. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Invoke action apply", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/sort/apply", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Perform a sort operation." }, { "info": { "name": "Microsoft Graph Invoke action clear", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/sort/clear", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons." }, { "info": { "name": "Microsoft Graph Invoke action reapply", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/sort/reapply", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" } ] }, "docs": "Reapplies the current sorting parameters to the table." }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/:workbookTable-id/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "workbookTable-id", "value": "", "type": "path", "description": "The unique identifier of workbookTable" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current table. Read-only." }, { "info": { "name": "Microsoft Graph Invoke action add", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/add", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated." }, { "info": { "name": "Microsoft Graph Invoke function count", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/count()", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" } ] }, "docs": "Microsoft Graph Invoke function count" }, { "info": { "name": "Microsoft Graph Invoke function itemAt", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/itemAt(index=:index)", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ] }, "docs": "Microsoft Graph Invoke function itemAt" }, { "info": { "name": "Microsoft Graph Get columns from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/itemAt(index=:index)/columns", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of all the columns in the table. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to columns for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/itemAt(index=:index)/columns", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to columns for drives" }, { "info": { "name": "Microsoft Graph Get rows from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/itemAt(index=:index)/rows", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of all the rows in the table. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to rows for drives", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/itemAt(index=:index)/rows", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to rows for drives" }, { "info": { "name": "Microsoft Graph Get sort from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/itemAt(index=:index)/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The sorting for the table. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property sort in drives", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/itemAt(index=:index)/sort", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sort in drives" }, { "info": { "name": "Microsoft Graph Delete navigation property sort for drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/itemAt(index=:index)/sort", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" } ] }, "docs": "Microsoft Graph Delete navigation property sort for drives" }, { "info": { "name": "Microsoft Graph Get worksheet from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/:workbookWorksheet-id/tables/itemAt(index=:index)/worksheet", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "workbookWorksheet-id", "value": "", "type": "path", "description": "The unique identifier of workbookWorksheet" }, { "name": "index", "value": "", "type": "path", "description": "Usage: index={index}" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The worksheet containing the current table. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke action add", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/:driveItem-id/workbook/worksheets/add", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a new worksheet to the workbook. The worksheet is added at the end of existing worksheets. If you want to activate the newly added worksheet, call .activate() on it." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/items/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get root from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/root", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The root folder of the drive. Read-only." }, { "info": { "name": "Microsoft Graph Get content for the navigation property root from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/root/content", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "$format", "value": "", "type": "query", "description": "Format of the content" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Update content for the navigation property root in drives", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/root/content", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Delete content for the navigation property root in drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/root/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Get special from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/special", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Collection of common folders available in OneDrive. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Get special from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/special/:driveItem-id", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Collection of common folders available in OneDrive. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Get content for the navigation property special from drives", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/special/:driveItem-id/content", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" }, { "name": "$format", "value": "", "type": "query", "description": "Format of the content" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Update content for the navigation property special in drives", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/special/:driveItem-id/content", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Delete content for the navigation property special in drives", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/special/:driveItem-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "driveItem-id", "value": "", "type": "path", "description": "The unique identifier of driveItem" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/drives/:drive-id/special/$count", "params": [ { "name": "drive-id", "value": "", "type": "path", "description": "The unique identifier of drive" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }