# Find DDS Reference Finds DDS Reference for provided record ids. Endpoint: POST /organisations/{orgId}/extensions/eudr/references/find Version: v2_28 Security: ApiKeyAuth ## Path parameters: - `orgId` (string, required) The organisation identity ## Header parameters: - `contentType` (string, required) ## Request fields (application/json): - `recordUris` (array) The list of Record Uris to look for the DDS Reference for. ## Response 201 fields (application/json): - `recordUri` (string, required) This is the URI of the the record - i.e the Delivery or the Purchase Order. - `references` (array) The found Due Diligence Statement References. This will only be present if References were found. - `references.id` (string, required) The id of the reference. - `references.internalReferenceNumber` (string) An internal reference number provided by a user to help identify the DDS Reference. - `references.status` (string) The status of the Due Diligence Statement. Enum: "PENDING", "SUBMITTED", "AVAILABLE", "REJECTED", "CANCELLED", "WITHDRAWN", "ARCHIVED" - `references.referenceNumber` (string) The Reference Number as provided by TracesNT. - `references.verificationNumber` (string) The Verification Number provided by Traces NT. - `references.hasStatement` (boolean, required) Whether or not this reference has a statement. ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 429 fields ## Response 500 fields