GET /api/due-diligence/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
[
{
"id": 1,
"conducted_by": {
"id": 2,
"name": "European Choco Import GmbH",
"actor_type": "IMPORTER",
"address": "Schokoladenstraße 5, Hamburg, Germany",
"country": "Germany",
"registration_number": "IMP-DE-1020",
"contact_email": "import@chocoimport.de"
},
"conducted_date": "2024-04-25",
"risk_assessment": "LOW",
"summary": "No risk indicators found. Batch traceable and compliant with EUDR.",
"deforestation_free": true,
"compliant_with_eu_reg": true,
"supporting_docs": null,
"geo_coordinates": "4.142,-73.635",
"production_date": "2024-04-20",
"deforestation_free_declaration": true,
"country_production": "Colombia",
"due_diligence_system": "Satellite monitoring, producer training, and document verification",
"risk_mitigation": "Not required due to low risk",
"batch": 1
}
]