Allows to delete their configuration for their organization.
OK.
Bad Request.
{- "id": "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4",
- "name": "Client configuration.",
- "configuration": {
- "contextConfigurations": [
- {
- "context": {
- "country": {
- "shortName": "CH",
- "value": "Switzerland"
}
}, - "addressCurationLevelThreshold": "0.5",
- "outputLanguageTechnicalKey": "DE",
- "outputCharsets": [
- {
- "concept": "ADDRESS",
- "charset": "LATIN"
}
], - "profile": "STANDARD",
- "featuresOn": [
- "ENRICH_ADDRESS"
], - "featuresOff": [
- "ENRICH_ADDRESS"
], - "addressDataSources": {
- "primaryAddressDataSource": {
- "technicalKey": "HERE",
- "threshold": "0.4"
}, - "secondaryAddressDataSources": [
- {
- "technicalKey": "HERE",
- "threshold": "0.4"
}
]
}, - "numberSeparator": {
- "value": ","
}, - "inputAddressConceptsIgnored": [
- "BUILDING"
]
}
], - "goldenRecordSettings": {
- "dataSources": [
- {
- "countryScope": {
- "shortName": "CH",
- "value": "Switzerland"
}, - "primaryDataSource": {
- "technicalKey": "BR_RF"
}, - "secondaryDataSources": [
- {
- "technicalKey": "BR_RF"
}
], - "otherDataSources": [
- {
- "technicalKey": "BR_RF"
}
], - "unallowedDataSources": [
- {
- "technicalKey": "BR_RF"
}
]
}
]
}
}, - "createdAt": "2024-11-20T14:46:33Z",
- "modifiedAt": "76248934691294444",
- "createdBy": "76248934691294444",
- "transactionId": "8e37da1e-ee9d-4ee0-b03d-24a1f89988f2"
}
Allows user to retrieve their configurations for their workspace.
Successful operation
{- "startAfter": "5712566172571652",
- "nextStartAfter": "5712566172571652",
- "total": "67",
- "values": [
- {
- "id": "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4",
- "name": "Client configuration.",
- "createdAt": "2024-11-20T14:46:33Z",
- "modifiedAt": "76248934691294444",
- "createdBy": "76248934691294444"
}
]
}
Allows users to retrieve their configuration for their organization.
Successful operation
{- "id": "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4",
- "name": "Client configuration.",
- "configuration": {
- "contextConfigurations": [
- {
- "context": {
- "country": {
- "shortName": "CH",
- "value": "Switzerland"
}
}, - "addressCurationLevelThreshold": "0.5",
- "outputLanguageTechnicalKey": "DE",
- "outputCharsets": [
- {
- "concept": "ADDRESS",
- "charset": "LATIN"
}
], - "profile": "STANDARD",
- "featuresOn": [
- "ENRICH_ADDRESS"
], - "featuresOff": [
- "ENRICH_ADDRESS"
], - "addressDataSources": {
- "primaryAddressDataSource": {
- "technicalKey": "HERE",
- "threshold": "0.4"
}, - "secondaryAddressDataSources": [
- {
- "technicalKey": "HERE",
- "threshold": "0.4"
}
]
}, - "numberSeparator": {
- "value": ","
}, - "inputAddressConceptsIgnored": [
- "BUILDING"
]
}
], - "goldenRecordSettings": {
- "dataSources": [
- {
- "countryScope": {
- "shortName": "CH",
- "value": "Switzerland"
}, - "primaryDataSource": {
- "technicalKey": "BR_RF"
}, - "secondaryDataSources": [
- {
- "technicalKey": "BR_RF"
}
], - "otherDataSources": [
- {
- "technicalKey": "BR_RF"
}
], - "unallowedDataSources": [
- {
- "technicalKey": "BR_RF"
}
]
}
]
}
}, - "createdAt": "2024-11-20T14:46:33Z",
- "modifiedAt": "76248934691294444",
- "createdBy": "76248934691294444",
- "transactionId": "8e37da1e-ee9d-4ee0-b03d-24a1f89988f2"
}
Allows users to retrieve a list of all the available character sets that can be used for data curation.
OK
{- "numberOfPages": "10",
- "page": "1",
- "pageSize": "100",
- "total": "67",
- "values": [
- {
- "characterSet": {
- "name": "International",
- "technicalKey": "INTERNATIONAL"
}
}
]
}
Allows users to retrieve a list of all the available concepts that can be used for data curation.
OK
{- "numberOfPages": "10",
- "page": "1",
- "pageSize": "100",
- "total": "67",
- "values": [
- {
- "concept": "Address"
}
]
}
Allows users to retrieve a list of all the available features that can be used for data curation.
OK
{- "numberOfPages": "10",
- "page": "1",
- "pageSize": "100",
- "total": "67",
- "values": [
- {
- "feature": "ADDRESS_CORRECTION"
}
]
}
Allows users to retrieve a list of all the available Profiles that can be used for data curation.
OK
{- "numberOfPages": "10",
- "page": "1",
- "pageSize": "100",
- "total": "67",
- "values": [
- {
- "features": [
- "ENABLE_FUZZY_ENRICHMENTS"
], - "profile": "BUSINESS_PARTNER_ONLY"
}
]
}
Allows users to update their configuration for their organization.
Configuration updated successful
Bad Request.
{- "name": "My configuration",
- "configuration": {
- "contextConfigurations": [
- {
- "context": {
- "country": {
- "shortName": "CH",
- "value": "Switzerland"
}
}, - "addressCurationLevelThreshold": "0.5",
- "outputLanguageTechnicalKey": "DE",
- "outputCharsets": [
- {
- "concept": "ADDRESS",
- "charset": "LATIN"
}
], - "profile": "STANDARD",
- "featuresOn": [
- "ENRICH_ADDRESS"
], - "featuresOff": [
- "ENRICH_ADDRESS"
], - "addressDataSources": {
- "primaryAddressDataSource": {
- "technicalKey": "HERE",
- "threshold": "0.4"
}, - "secondaryAddressDataSources": [
- {
- "technicalKey": "HERE",
- "threshold": "0.4"
}
]
}, - "numberSeparator": {
- "value": ","
}, - "inputAddressConceptsIgnored": [
- "BUILDING"
]
}
], - "goldenRecordSettings": {
- "dataSources": [
- {
- "countryScope": {
- "shortName": "CH",
- "value": "Switzerland"
}, - "primaryDataSource": {
- "technicalKey": "BR_RF"
}, - "secondaryDataSources": [
- {
- "technicalKey": "BR_RF"
}
], - "otherDataSources": [
- {
- "technicalKey": "BR_RF"
}
], - "unallowedDataSources": [
- {
- "technicalKey": "BR_RF"
}
]
}
]
}
}
}
{- "id": "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4",
- "name": "Client configuration.",
- "configuration": {
- "contextConfigurations": [
- {
- "context": {
- "country": {
- "shortName": "CH",
- "value": "Switzerland"
}
}, - "addressCurationLevelThreshold": "0.5",
- "outputLanguageTechnicalKey": "DE",
- "outputCharsets": [
- {
- "concept": "ADDRESS",
- "charset": "LATIN"
}
], - "profile": "STANDARD",
- "featuresOn": [
- "ENRICH_ADDRESS"
], - "featuresOff": [
- "ENRICH_ADDRESS"
], - "addressDataSources": {
- "primaryAddressDataSource": {
- "technicalKey": "HERE",
- "threshold": "0.4"
}, - "secondaryAddressDataSources": [
- {
- "technicalKey": "HERE",
- "threshold": "0.4"
}
]
}, - "numberSeparator": {
- "value": ","
}, - "inputAddressConceptsIgnored": [
- "BUILDING"
]
}
], - "goldenRecordSettings": {
- "dataSources": [
- {
- "countryScope": {
- "shortName": "CH",
- "value": "Switzerland"
}, - "primaryDataSource": {
- "technicalKey": "BR_RF"
}, - "secondaryDataSources": [
- {
- "technicalKey": "BR_RF"
}
], - "otherDataSources": [
- {
- "technicalKey": "BR_RF"
}
], - "unallowedDataSources": [
- {
- "technicalKey": "BR_RF"
}
]
}
]
}
}, - "createdAt": "2024-11-20T14:46:33Z",
- "modifiedAt": "76248934691294444",
- "createdBy": "76248934691294444",
- "transactionId": "8e37da1e-ee9d-4ee0-b03d-24a1f89988f2"
}