Sample SharePoint with Graph API Configuration File
- Last UpdatedOct 09, 2025
- 1 minute read
{
"Authentication": {
"AuthenticationMethod": "Oauth2",
"Oauth2AuthenticationDetails": {
"AuthorizeApi": "",
"BasicLogin": {
"username": "",
"password": ""
},
"BodyRequestValues": {
"client_id": "",
"client_secret": ""
}
}
},
"DmsConfiguration": {
"DMSBaseUrl": "https://s5m4v.sharepoint.com/sites/GraphApiSandbox",
"DeltaEndpoint": "https://graph.microsoft.com/v1.0/search/query",
"RootFolder": "/GDC_test",
"DriveName": "Documents",
"DeltaRequestBodyParameters": {
"region": "EUR",
"size": "400"
},
"Filtering": {
"FilteringItems": [
{
"Identifier": "Name",
"Mapping": "$.Resource.Name",
"Value": "test-ciaran1.txt"
},
{
"Identifier": "webUrl",
"Mapping": "$.Resource.webUrl",
"Value":
"https://s5m4v.sharepoint.com/sites/GraphApiSandbox/Shared Documents/GDC_test/test-ciaran1.txt"
},
{
"Identifier": "driveId",
"Mapping": "$.Resource.parentReference.driveId",
"Value": "b!BhOGZqFjGUOdFNVwDCckilc5BvJYev9DqjEGixGmYOquXQzzf3RcQLVnt81zMyHs"
},
{
"Identifier": "parentId",
"Mapping": "$.Resource.parentReference.id",
"Value": "01DA4CMUMM3TOFQDYX6NFZI7OVTS3MAT2E"
}
],
"ValidationExpression": "{Name} AND {driveId} AND {webUrl} AND {parentId}"
},
"IsMetadataToStore": true,
"ConvertMetadataToJson": true,
"DateTimeFormat": "yyyy-MM-ddTHH:mm:ssZ",
},
"MetadataAIMContext": {
"context": "",
"ClassLibraryRegisterPath": {
"DocumentMetadataRegister": "SharePointGraph/Documents",
"ScrapedFileRegister": "SharePointGraph/Discovery",
"CustomScrapedFileRegisterPatterns": [
{
"Rank": 1,
"Pattern": "*is*.txt",
"Path": "SharePointGraph/Discovery_txt"
},
{
"Rank": 2,
"Pattern": "*as*.doc",
"Path": "SharePointGraph/Discovery_txt"
}
]
},
"FileTimeStampFormat": "yyyyMMdd-HHmmss",
"FileNamePrefix": "SharePointGraph",
"FileNameSuffixForDelta": {
"Suffix": "docrevs",
"Extension": "json"
}
},
"AIMIngestion": {
"BaseUrl": "https://ingestionapi-atest.av.connect.aveva.com",
"AssetId": "windfarm",
"ProcessingUnit": [
{
"ExtensionType": "DWG|DXF",
"Unit": "AC2D",
"publishOriginal": false,
"publishRendition": true,
"publishReference": true
},
{
"ExtensionType": "DGN",
"Unit": "MS2D",
"publishOriginal": false,
"publishRendition": true,
"publishReference": true
},
{
"ExtensionType": "PDF|DOC|DOCX|XLS|XLSX|JSON|HTML|XML|TXT|SVG|CSV|TSV|PPT|PPTX",
"Unit": "DE",
"publishOriginal": true,
"publishRendition": false,
"publishReference": true
},
{
"ExtensionType": "RVM|ZGL",
"Unit": "Model"
},
{
"ExtensionType": "RTF|POT|PPS|POTX|PPSX|VSD|VSDX|VDX|ODT|OTT|FODT|ODS|OTS|FODS|ODP|OTP|FODP|ODF|ODG|OTG|FODG|DWF|XHTML|XHTM|MSG|EML|DCM|DICOM|DCIM|DICM|TIF|TIFF|JPG|JPEG|JP2|JPC|GIF|PNG|PSD|PSB|BMP|DIB|PCT|PIC|PICT|WMF|EMF|PCX|DCX|RAS|PCD|TGA|TPIC|CAL|CALS|ICO|CUR|NCR|XWD|SGI|WBMP|SCT|WPG|XBM|PBM|PGM|PPM|IMG|CUT|DOT|DOTX|XLT|XLTM|HTM|XLTS|ETF|XLSM",
"Unit": "Original",
"publishOriginal": true,
"publishRendition": false,
"publishReference": false
}
]
},
"HttpSettings": {
"DmsTimeout": 30
},
"PipelineRunnerSettings": {
"DownloadFiles": true
}
}