# Read Business Partner Validation Configuration Version Read a specific version of a business partner validation configuration by id and version number. Endpoint: GET /configurations/businesspartnervalidation/{configurationId}/versions/{version} Version: 3 Security: apiKey ## Path parameters: - `configurationId` (string, required) ID of the configuration. Example: "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4" - `version` (integer, required) Version number of the configuration. Example: 1 ## Response 200 fields (application/json): - `id` (string) Unique identifier of the business partner validation configuration version. Not to be confused with the configuration ID. Example: "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4" - `name` (string) The name of the configuration Example: "Configuration Name" - `configurationId` (string) Uniquely identifies a configuration. Example: "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4" - `version` (integer) Version number of the configuration. Example: 1 - `configuration` (object) Configuration of the validation process for a single Business Partner record. - `configuration.validationProfile` (string) A validation profile is a predefined setup of the validation for a particular use case. Example: "QUICK" - `configuration.ruleStatuses` (array) Enable rules with provided statuses. Example: ["RELEASED"] - `configuration.featuresOn` (array) List of features to be activated. Example: ["BUSINESS_PARTNER_CHECKS"] - `configuration.featuresOff` (array) List of features to be deactivated. Example: ["BUSINESS_PARTNER_CHECKS"] - `configuration.ruleCategoriesOn` (array) List of rule categories to be activated. - `configuration.ruleCategoriesOn.url` (string) Used to filter rule by its URL. Example: "https://meta.cdq.com/Qualification" - `configuration.ignoredRules` (array) List of rules to be ignored. Example: ["https://meta.cdq.com/Identifier_unknown_(European_value_added_tax_identifier_(The_Netherlands))"] - `configuration.activatedRules` (array) List of rules to be activated. Example: ["https://meta.cdq.com/Identifier_unknown_(European_value_added_tax_identifier_(The_Netherlands))"] - `configuration.criticalities` (array) List of criticalities. - `configuration.criticalities.businessRuleUrl` (string) Represents Data Quality Rule url. Example: "https://meta.cdq.com/Identifier_unknown_(European_value_added_tax_identifier_(The_Netherlands))" - `configuration.criticalities.violationLevel` (string) Indicates the criticality of the applied rule. If a data defect was found then user will get , or level. Otherwise, it will be NO_DEFECT. Example: "INFO" - `configuration.dataSourcesOn` (array) List of Data Sources to be activated. - `configuration.dataSourcesOn.prefix` (string) Identifies external Data Source. Example: "VIES" - `configuration.dataSourcesOff` (array) List of Data Sources to be deactivated. - `configuration.violationMessages` (array) List of violation messages. - `configuration.violationMessages.violationMessage` (string) Violation message that is returned with detected data defect. Example: "Business Partner identifier is mandatory." - `createdAt` (string) Date and time when the first version of the configuration was created (ISO 8601-compliant). Example: "2025-09-01T14:16:48Z" - `modifiedAt` (string) Date and time when this version of the configuration was created (ISO 8601-compliant). Example: "2025-09-01T14:16:48Z" - `createdBy` (string) User who created the first version of the configuration. Example: "69129435489347624" - `modifiedBy` (string) User who created this version of the configuration. Example: "76248934691294444"