tool
resource
{base_url}/tool
Provides information about tools at the farm, including how to use the tool and saftey details via the HaciendaOps API.
Sample tool
resource
{
"id": "1",
"name": "Machete",
"usage": "Clearing light brush manually",
"safety_notes": "Always sheath after use",
"training_required": false,
"kaizen_notes": "Preferred over sickle for zone clearing by Rosa"
}
Property name | Type | Description |
---|---|---|
id |
integer | The task’s unique record ID |
name |
string | The name of the tool |
usage |
string | The tool’s intended purpose |
safety_notes |
string | Saftey information for the tool |
training_required |
boolean | If false, no training necessary to use the tool |
kaizen_notes |
string | Details about task improvements |