📄️ Finding Equipments
To fetch specific data from an equipment, you first need to retrieve a list of your equipments and their corresponding IDs. This initial step is crucial because most data retrieval operations require a unique asset identifier. Once you have these IDs, you can accurately target and request the precise data you need from each piece of equipment.
📄️ Retrieving Equipment Status
To retrieve the last known status of your equipment, which includes the most recent sensor readings (like pressure or flow rate) as well as properties IrrigEasy deduces from raw data (e.g., whether a valve is open or closed), you have a few flexible options.
📄️ Retrieving Scheduled Irrigations
By sending a GET request to the relevant endpoint with the farmBlockId as a parameter, you'll receive a detailed list of all planned irrigations, including their start times, durations, and associated equipment.
📄️ Retrieving Asset Thresholds
To retrieve the configured threshold values for one or more assets (irrigation equipment), you can call the POST /assets/thresholds endpoint.
📄️ Retrieving Asset Sensor Readings
To retrieve historical sensor readings for one or more assets (irrigation equipment), call the POST /assets/sensor-readings endpoint.
📄️ Retrieving Asset Alerts
To retrieve alerts for irrigation equipment, use: