Login to follow
Graph External Data Connections API

Graph External Data Connections API (ODC)

Stable version 0.3.0 (Compatible with ODC)
Uploaded on 2 Jun by Stefan Weber
Graph External Data Connections API

Graph External Data Connections API (ODC)

Documentation
0.3.0

This Microsoft Graph API Connector library integrates with Data Connections endpoints that allow to ingest any data into Microsoft Graph / Microsoft 365 Search index. It provides the following integrations


Connection

  • Graph_CreateExternalConnection - Register a new data connection with Microsoft Graph
  • Graph_DeleteExternalConnection - Deletes a data connection
  • Graph_GetExternalConnection - Retrieve details of a data connection
  • Graph_UpdateExternalConnection - Update a data connection

Group

  • Graph_CreateExternalGroup - Creates an external group
  • Graph_DeleteExternalGroup - Deletes an external group by its id
  • Graph_GetExternalGroup - Retrieves details for an external group
  • Graph_UpdateExternalGroup - Updates external group information

Identity

  • Graph_CreateIdentity - Creates a new identity record in graph
  • Graph_DeleteIdentity - Deletes an identity record in graph

Item

  • Graph_CreateOrUpdateItem - Create or update a content data item
  • Graph_DeleteItem - Delete a content item

Schema

  • Graph_CreateOrUpdateConnectionSchema - Register or update a connection data schema
  • Graph_GetExternalConnectionSchema - Retrieve the schema of a connection
  • Graph_GetSchemaOperationStatus - Retrives the status of asynchronous operations

The connector implementation follows the models available in the office Microsoft Documentation of the Connection API.