retrieve the additives_types for a specific state
OK
Bad Request
{- "results": {
- "type": "array",
- "data": [
- {
- "types": [
- {
- "id": "ILPAT0001",
- "name": "nutrient"
}, - {
- "id": "ILPAT0002",
- "name": "pesticide"
}, - {
- "id": "ILPAT0003",
- "name": "custom_mix"
}
], - "units": [
- {
- "id": "1",
- "name": "drops",
- "volume": 0.05,
- "weight": null,
- "uom": "milliliters"
}, - {
- "id": "2",
- "name": "sprays",
- "volume": 0.07,
- "weight": null,
- "uom": "milliliters"
}
]
}
]
}, - "warnings": [ ]
}