Retrieve data from a Sharepoint site
Tenant ID
: ID of your Sharepoint tenantClient ID
: ID for the app registration you createdClient Secret
: Secret for the application registration you createdsite_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.
tenant_id
: Sharepoint tenant IDsite_id
: Sharepoint site IDclient_id
: App Registration IDclient_secret
: App Registration secretname
: 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 file