Retrieve the harvests actions for a specific state
OK
Bad Request
{- "results": {
- "type": "array",
- "data": [
- {
- "id": "KMHAN0001",
- "name": "add to harvest or manicure",
- "note": "add plant material or flowers to batch"
}, - {
- "id": "KMHAN0002",
- "name": "cure",
- "note": "cure operation for harvest"
}, - {
- "id": "KMHAN0003",
- "name": "rename",
- "note": "rename manicure or harvest batch"
}, - {
- "id": "KMHAN0004",
- "name": "finish",
- "note": "finish batch"
}, - {
- "id": "KMHAN0005",
- "name": "unfinish",
- "note": "unfinish batch"
}, - {
- "id": "KMHAN0006",
- "name": "move",
- "note": "move harvest batch to different location"
}, - {
- "id": "KMHAN0007",
- "name": "entity_state_change",
- "note": "add, remove or change entity_state value"
}, - {
- "id": "KMHAN0008",
- "name": "additional",
- "note": "change values under additional"
}
]
}, - "warnings": [ ]
}