Sample Aconex Configuration File
- Last UpdatedFeb 25, 2026
- 1 minute read
The following is a sample .json file targeted at configuring an Aconex DMS connection:
{
"Authentication": {
"AuthenticationMethod":"oauth2",
"Oauth2AuthenticationDetails": {
"AuthorizeApi": "https://constructionandengineering.oraclecloud.com/auth/token",
"BasicLogin": {
"username": "",
"password": ""
},
"BodyRequestValues": {
"user_id": "",
"user_site": ""
}
}
},
"DmsConfiguration": {
"DMSBaseUrl": "https://us1.aconex.com",
"DeltaEndpoint": "api/projects/1207972507/register",
"DeltaQueryParameters": {
"return_fields": "registered,docno",
"page_size": "250"
},
"DeltaMapping": {
"id": "{DocumentId}",
"DocumentDownloadLink": "https://us1.aconex.com/api/projects/1207972507/register/{DocumentId}/markedup",
"MetadataDownloadLink": "https://us1.aconex.com/api/projects/1207972507/register/{DocumentId}/metadata"
},
"Filtering": {
"FilteringItems": [
{
"identifier": "myfiletype",
"mapping": "registerdocument.filetype",
"value": " doc, TXT"
},
{
"identifier": "myconfidential",
"mapping": "registerdocument.confidential",
"value": "false"
},
{
"identifier": "MyDocumentType",
"mapping": "registerdocument.DocumentType",
"value": "pdf"
}
],
"ValidationExpression": "{myfiletype} OR {MyDocumentType} AND {myconfidential}"
},
"IsMetadataToStore": true
},
"MetadataAIMContext": {
"context": "",
"ClassLibraryRegisterPath": {
"DocumentMetadataRegister": "Aconex/Documents",
"ScrapedFileRegister": "Aconex/Discovery",
"CustomScrapedFileRegisterPatterns": [
{
"Rank": 1,
"Pattern": "*is*.txt",
"Path": "Aconex/Discovery_txt"
},
{
"Rank": 2,
"Pattern": "*as*.doc",
"Path": "Aconex/Discovery_txt"
}
]
}
},
"AIMIngestion": {
"BaseUrl": "https://ingestionapi-atest.dev-av.capdev-connect.aveva.com",
"AssetId": "windfarm Holland",
"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
}
]
},
"PipelineRunnerSettings": {
"DownloadFiles": true
}
}