# Retrieve Generated/Updated Due Diligence Statement Retrieves an existing EUDR DDS Statement. Endpoint: GET /organisations/{orgId}/extensions/eudr/references/{referenceId}/statements Version: v2_28 Security: ApiKeyAuth ## Path parameters: - `referenceId` (string, required) - `orgId` (string, required) The organisation identity ## Response 200 fields (application/json): - `version` (integer, required) - `operatorType` (string) Enum: "OPERATOR" - `activityType` (string) The activity type. Enum: "IMPORT", "EXPORT", "DOMESTIC" - `countryOfActivity` (string) This is the country where the economic activity is taking place, typically (but not always) this is the operator's place of activity. Enum: "AT", "BE", "BG", "HR", "CY", "CZ", "DK", "EE", "FI", "FR", "DE", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "NL", "PL", "PT", "RO", "SK", "SI", "ES", "SE", "XI" - `borderCrossCountry` (string) This is required for IMPORT or EXPORT activities. Enum: "AT", "BE", "BG", "HR", "CY", "CZ", "DK", "EE", "FI", "FR", "DE", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "NL", "PL", "PT", "RO", "SK", "SI", "ES", "SE", "XI" - `commodities` (array) - `commodities.productUri` (string, required) This is the URI to the product that is relevant for the Due Diligence statement - `commodities.statedVolume` (number) Set to null to use generated volume - `commodities.statedNetWeight` (number) Set to null to use generated net weight - `commodities.content` (object, required) - `commodities.content.volume` (number) - `commodities.content.netWeight` (number) - `commodities.content.hsHeading` (string) - `commodities.content.descriptionOfGoods` (string) - `commodities.content.speciesInfo` (array) - `commodities.content.speciesInfo.materialUri` (string, required) - `commodities.content.speciesInfo.commonName` (string) - `commodities.content.speciesInfo.scientificName` (string) - `commodities.content.producers` (array, required) - `commodities.content.producers.recordUri` (string, required) - `commodities.content.producers.country` (string) Enum: "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BA", "BW", "BV", "BR", "VG", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "HK", "MO", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VI", "WF", "EH", "YE", "ZM", "ZW" - `commodities.content.producers.name` (string) - `commodities.content.producers.productionPlaces` (array) - `commodities.content.producers.productionPlaces.locationUri` (string, required) - `commodities.content.producers.productionPlaces.geoData` (object) A collection of GeoJSON Feature objects. - `commodities.content.producers.productionPlaces.geoData.type` (string, required) The type of the GeoJSON object. Enum: "FeatureCollection" - `commodities.content.producers.productionPlaces.geoData.features` (array, required) An array of Feature objects. - `commodities.content.producers.productionPlaces.geoData.features.geometry` (any, required) The geometry of the feature. Can be null. - `commodities.content.producers.productionPlaces.geoData.features.id` (string) An optional identifier for the feature. - `commodities.content.producers.productionPlaces.areaInHa` (number) - `comment` (string) - `geoLocationConfidential` (boolean) IF this is set to true then downstream consumers of your DDS Reference will not have access to the Geo Location information. - `associatedStatements` (array) - `associatedStatements.referenceNumber` (string) Associated Due Diligence Reference Number (DDRN) - `associatedStatements.verificationNumber` (string) Associated Due Diligence Verification Number (DDVN) - `id` (string) System assigned id field. - `createdBy` (string) User who created the record. - `createdTime` (string) Date & Time that the record was created. - `updatedBy` (string) Last updated by user. - `updatedTime` (string) Date & Time that the record was last updated. ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields ## Response 500 fields