{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin connections.externalItem API", "version": "1.0.0" }, "items": [ { "info": { "name": "connections.externalItem", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get items from connections", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/connections/:externalConnection-id/items", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "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 items from connections" }, { "info": { "name": "Microsoft Graph Create new navigation property to items for connections", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/connections/:externalConnection-id/items", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to items for connections" }, { "info": { "name": "Microsoft Graph Get items from connections", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/connections/:externalConnection-id/items/:externalItem-id", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "externalItem-id", "value": "", "type": "path", "description": "The unique identifier of externalItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get items from connections" }, { "info": { "name": "Microsoft Graph Update the navigation property items in connections", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/connections/:externalConnection-id/items/:externalItem-id", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "externalItem-id", "value": "", "type": "path", "description": "The unique identifier of externalItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property items in connections" }, { "info": { "name": "Microsoft Graph Delete navigation property items for connections", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/connections/:externalConnection-id/items/:externalItem-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "externalItem-id", "value": "", "type": "path", "description": "The unique identifier of externalItem" } ] }, "docs": "Microsoft Graph Delete navigation property items for connections" }, { "info": { "name": "Microsoft Graph Get activities from connections", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/connections/:externalConnection-id/items/:externalItem-id/activities", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "externalItem-id", "value": "", "type": "path", "description": "The unique identifier of externalItem" }, { "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": "Returns a list of activities performed on the item. Write-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to activities for connections", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/connections/:externalConnection-id/items/:externalItem-id/activities", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "externalItem-id", "value": "", "type": "path", "description": "The unique identifier of externalItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to activities for connections" }, { "info": { "name": "Microsoft Graph Get activities from connections", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/connections/:externalConnection-id/items/:externalItem-id/activities/:externalActivity-id", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "externalItem-id", "value": "", "type": "path", "description": "The unique identifier of externalItem" }, { "name": "externalActivity-id", "value": "", "type": "path", "description": "The unique identifier of externalActivity" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a list of activities performed on the item. Write-only." }, { "info": { "name": "Microsoft Graph Update the navigation property activities in connections", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/connections/:externalConnection-id/items/:externalItem-id/activities/:externalActivity-id", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "externalItem-id", "value": "", "type": "path", "description": "The unique identifier of externalItem" }, { "name": "externalActivity-id", "value": "", "type": "path", "description": "The unique identifier of externalActivity" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property activities in connections" }, { "info": { "name": "Microsoft Graph Delete navigation property activities for connections", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/connections/:externalConnection-id/items/:externalItem-id/activities/:externalActivity-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "externalItem-id", "value": "", "type": "path", "description": "The unique identifier of externalItem" }, { "name": "externalActivity-id", "value": "", "type": "path", "description": "The unique identifier of externalActivity" } ] }, "docs": "Microsoft Graph Delete navigation property activities for connections" }, { "info": { "name": "Microsoft Graph Get performedBy from connections", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/connections/:externalConnection-id/items/:externalItem-id/activities/:externalActivity-id/performedBy", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "externalItem-id", "value": "", "type": "path", "description": "The unique identifier of externalItem" }, { "name": "externalActivity-id", "value": "", "type": "path", "description": "The unique identifier of externalActivity" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents an identity used to identify who is responsible for the activity." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/connections/:externalConnection-id/items/:externalItem-id/activities/$count", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "externalItem-id", "value": "", "type": "path", "description": "The unique identifier of externalItem" }, { "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 addActivities", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/connections/:externalConnection-id/items/:externalItem-id/microsoft.graph.externalConnectors.addActivities", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "externalItem-id", "value": "", "type": "path", "description": "The unique identifier of externalItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Append additional instances of externalActivity objects on an externalItem." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/connections/:externalConnection-id/items/$count", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "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 }