Retrieve the plant batch actions for a specific state
OK
Bad Request
{- "results": {
- "type": "array",
- "data": [
- {
- "id": "ILPBUD0001",
- "name": "change strain",
- "note": "change the strain of a plant batch"
}, - {
- "id": "ILPBUD0002",
- "name": "move",
- "note": "move plant batch to different location"
}, - {
- "id": "ILPBUD0003",
- "name": "split",
- "note": "split plant batch"
}, - {
- "id": "ILPBUD0004",
- "name": "apply additives",
- "note": "apply additives to plant batch"
}, - {
- "id": "ILPBUD0005",
- "name": "change plant batch name",
- "note": "change plant batch name"
}
]
}, - "warnings": [ ]
}