Retrieve data from a Sharepoint site
Connect to an existing Microsoft Sharepoint site and extract all the documents associated to the site.
To access Sharepoint, you will need to create an application registration within your tenant’s Azure Active Directory (or Azure Entrata ID). Throughout the setup process you will need to collect:
Tenant ID
: ID of your Sharepoint tenantClient ID
: ID for the app registration you createdClient Secret
: Secret for the application registration you createdSet up process:
Next you will need to create a secret for the application. See instruction here
To get the site_id
for your Sharepoint site, in a browser go to: https://<Sharepoint domain>/sites/<Sharepoint Site Name>/_api/site/id
. Copy the GUID provided in the XML response.
Required properties:
tenant_id
: Sharepoint tenant IDsite_id
: Sharepoint site IDclient_id
: App Registration IDclient_secret
: App Registration secretAvailable metadata
name
: Name of the filecreatedDateTime
: Timestamp of file creationlastModifiedDateTime
: Time of last modificationcreatedBy.user.email
: Email of the user who created the filecreatedBy.user.id
: ID of the user who created the filecreatedBy.user.displayName
: Display name of the user who created the filelastModifiedBy.user.email
: Email of the user who last modified the filelastModifiedBy.user.id
: ID of the user who last modified the filelastModifiedBy.user.displayName
: Display name of the user who last modified the fileCompatible loaders:
Retrieve data from a Sharepoint site
Connect to an existing Microsoft Sharepoint site and extract all the documents associated to the site.
To access Sharepoint, you will need to create an application registration within your tenant’s Azure Active Directory (or Azure Entrata ID). Throughout the setup process you will need to collect:
Tenant ID
: ID of your Sharepoint tenantClient ID
: ID for the app registration you createdClient Secret
: Secret for the application registration you createdSet up process:
Next you will need to create a secret for the application. See instruction here
To get the site_id
for your Sharepoint site, in a browser go to: https://<Sharepoint domain>/sites/<Sharepoint Site Name>/_api/site/id
. Copy the GUID provided in the XML response.
Required properties:
tenant_id
: Sharepoint tenant IDsite_id
: Sharepoint site IDclient_id
: App Registration IDclient_secret
: App Registration secretAvailable metadata
name
: Name of the filecreatedDateTime
: Timestamp of file creationlastModifiedDateTime
: Time of last modificationcreatedBy.user.email
: Email of the user who created the filecreatedBy.user.id
: ID of the user who created the filecreatedBy.user.displayName
: Display name of the user who created the filelastModifiedBy.user.email
: Email of the user who last modified the filelastModifiedBy.user.id
: ID of the user who last modified the filelastModifiedBy.user.displayName
: Display name of the user who last modified the fileCompatible loaders: