{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin external.externalConnection API", "version": "1.0.0" }, "items": [ { "info": { "name": "external.externalConnection", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List externalConnections", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/external/connections", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the externalConnection objects and their properties." }, { "info": { "name": "Microsoft Graph Create externalConnection", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/external/connections", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new externalConnection object." }, { "info": { "name": "Microsoft Graph Get externalConnection", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of an externalConnection object." }, { "info": { "name": "Microsoft Graph Update externalConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of an externalConnection object." }, { "info": { "name": "Microsoft Graph Delete externalConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" } ] }, "docs": "Deletes an externalConnection object." }, { "info": { "name": "Microsoft Graph Get externalGroup", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id/groups", "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": "Get an externalGroup object." }, { "info": { "name": "Microsoft Graph Create externalGroup", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id/groups", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new externalGroup object." }, { "info": { "name": "Microsoft Graph Get externalGroup", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id/groups/:externalGroup-id", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "externalGroup-id", "value": "", "type": "path", "description": "The unique identifier of externalGroup" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get an externalGroup object." }, { "info": { "name": "Microsoft Graph Update externalGroup", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id/groups/:externalGroup-id", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "externalGroup-id", "value": "", "type": "path", "description": "The unique identifier of externalGroup" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of an externalGroup object." }, { "info": { "name": "Microsoft Graph Delete externalGroup", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id/groups/:externalGroup-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "externalGroup-id", "value": "", "type": "path", "description": "The unique identifier of externalGroup" } ] }, "docs": "Delete an externalGroup object." }, { "info": { "name": "Microsoft Graph Get members from external", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id/groups/:externalGroup-id/members", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "externalGroup-id", "value": "", "type": "path", "description": "The unique identifier of externalGroup" }, { "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 member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members." }, { "info": { "name": "Microsoft Graph Create identity", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id/groups/:externalGroup-id/members", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "externalGroup-id", "value": "", "type": "path", "description": "The unique identifier of externalGroup" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an identity resource for a new member in an externalGroup." }, { "info": { "name": "Microsoft Graph Get members from external", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id/groups/:externalGroup-id/members/:identity-id", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "externalGroup-id", "value": "", "type": "path", "description": "The unique identifier of externalGroup" }, { "name": "identity-id", "value": "", "type": "path", "description": "The unique identifier of identity" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members." }, { "info": { "name": "Microsoft Graph Update the navigation property members in external", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id/groups/:externalGroup-id/members/:identity-id", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "externalGroup-id", "value": "", "type": "path", "description": "The unique identifier of externalGroup" }, { "name": "identity-id", "value": "", "type": "path", "description": "The unique identifier of identity" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property members in external" }, { "info": { "name": "Microsoft Graph Delete identity", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id/groups/:externalGroup-id/members/:identity-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "externalGroup-id", "value": "", "type": "path", "description": "The unique identifier of externalGroup" }, { "name": "identity-id", "value": "", "type": "path", "description": "The unique identifier of identity" } ] }, "docs": "Delete an identity resource to remove the corresponding member from an externalGroup." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id/groups/:externalGroup-id/members/$count", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "externalGroup-id", "value": "", "type": "path", "description": "The unique identifier of externalGroup" }, { "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/external/connections/:externalConnection-id/groups/$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" }, { "info": { "name": "Microsoft Graph Get externalItem", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/external/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": "Read the properties and relationships of an externalItem object." }, { "info": { "name": "Microsoft Graph Create new navigation property to items for external", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/external/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 external" }, { "info": { "name": "Microsoft Graph Get externalItem", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/external/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": "Read the properties and relationships of an externalItem object." }, { "info": { "name": "Microsoft Graph Create externalItem", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/external/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": "Create a new externalItem object." }, { "info": { "name": "Microsoft Graph Delete externalItem", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/external/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": "Delete an externalItem object." }, { "info": { "name": "Microsoft Graph Get activities from external", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/external/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 external", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/external/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 external" }, { "info": { "name": "Microsoft Graph Get activities from external", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/external/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 external", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/external/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 external" }, { "info": { "name": "Microsoft Graph Delete navigation property activities for external", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/external/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 external" }, { "info": { "name": "Microsoft Graph Get performedBy from external", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/external/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/external/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/external/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/external/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" }, { "info": { "name": "Microsoft Graph Get connectionOperation", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id/operations", "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": "Read the properties and relationships of a connectionOperation object." }, { "info": { "name": "Microsoft Graph Create new navigation property to operations for external", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id/operations", "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 operations for external" }, { "info": { "name": "Microsoft Graph Get connectionOperation", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id/operations/:connectionOperation-id", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "connectionOperation-id", "value": "", "type": "path", "description": "The unique identifier of connectionOperation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a connectionOperation object." }, { "info": { "name": "Microsoft Graph Update the navigation property operations in external", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id/operations/:connectionOperation-id", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "connectionOperation-id", "value": "", "type": "path", "description": "The unique identifier of connectionOperation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property operations in external" }, { "info": { "name": "Microsoft Graph Delete navigation property operations for external", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id/operations/:connectionOperation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "connectionOperation-id", "value": "", "type": "path", "description": "The unique identifier of connectionOperation" } ] }, "docs": "Microsoft Graph Delete navigation property operations for external" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id/operations/$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" }, { "info": { "name": "Microsoft Graph Get schema", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id/schema", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a schema object." }, { "info": { "name": "Microsoft Graph Create or update schema", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/external/connections/:externalConnection-id/schema", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new or update an existing schema for a Microsoft Search connection." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/external/connections/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }