# Read Business Partner Fetch Configuration Version Read a specific version of a business partner fetch configuration by id and version number. Endpoint: GET /configurations/businesspartnerfetch/{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 fetch 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 for fetching Business Partners. - `configuration.featuresOn` (array) List of features to be activated. Enum: "ENABLE_SETTINGS", "SHOW_DEBUG_INFO", "SHOW_RAW_DATA", "SHOW_RAW_DATA_JSON", "FORCE_EXTERNAL_CALL", "SCREEN_BUSINESS_NAMES", "SHOW_COMMERCIAL_ULTIMATE", "SHOW_DOMESTIC_COMMERCIAL_ULTIMATE", "DETECT_LEGAL_ENTITY", "ACTIVATE_DATASOURCE_BVD", "ACTIVATE_DATASOURCE_DNB", "ACTIVATE_DATASOURCE_DNB_STORAGE", "ACTIVATE_DATASOURCE_DNB_STORAGE_ONLY", "ACTIVATE_MASTER_DATA_BASIC", "ACTIVATE_MASTER_DATA_EXTENDED", "ACTIVATE_MASTER_DATA_MGMT", "ACTIVATE_MASTER_DATA_LNKG", "ACTIVATE_LINKAGE_LNKELI", "ACTIVATE_MASTER_DATA_BASIC_BVD", "ACTIVATE_MASTER_DATA_EXTENDED_BVD", "ACTIVATE_FINANCIAL_RISK_DATA_BVD", "ACTIVATE_OWNERSHIP_DATA_BVD" - `configuration.featuresOff` (array) List of features to be deactivated. Enum: "ENABLE_SETTINGS", "SHOW_DEBUG_INFO", "SHOW_RAW_DATA", "SHOW_RAW_DATA_JSON", "FORCE_EXTERNAL_CALL", "SCREEN_BUSINESS_NAMES", "SHOW_COMMERCIAL_ULTIMATE", "SHOW_DOMESTIC_COMMERCIAL_ULTIMATE", "DETECT_LEGAL_ENTITY", "ACTIVATE_DATASOURCE_BVD", "ACTIVATE_DATASOURCE_DNB", "ACTIVATE_DATASOURCE_DNB_STORAGE", "ACTIVATE_DATASOURCE_DNB_STORAGE_ONLY", "ACTIVATE_MASTER_DATA_BASIC", "ACTIVATE_MASTER_DATA_EXTENDED", "ACTIVATE_MASTER_DATA_MGMT", "ACTIVATE_MASTER_DATA_LNKG", "ACTIVATE_LINKAGE_LNKELI", "ACTIVATE_MASTER_DATA_BASIC_BVD", "ACTIVATE_MASTER_DATA_EXTENDED_BVD", "ACTIVATE_FINANCIAL_RISK_DATA_BVD", "ACTIVATE_OWNERSHIP_DATA_BVD" - `configuration.screeningMatchingThreshold` (number) The matching threshold. When not set then all entries are taken into consideration Example: "0.8" - `createdAt` (string) Date and time when the first version of the configuration was created (ISO 8601-compliant). Example: "2025-09-12T14:57:59Z" - `modifiedAt` (string) Date and time when this version of the configuration was created (ISO 8601-compliant). Example: "2025-09-12T14:57:59Z" - `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"