Get Crop Zones
sia_get_crop_zonesRetrieve crop zones from your farming platform. Filter by field, area, or season to get specific zone details.
Instructions
List crop zones from the SIA CropZoneService.
A crop zone represents a portion of a field planted with a specific crop variety in a season.
Args:
filter (string, optional): OData $filter, e.g. "field_ID eq ''"
top (number, optional): Max results (default: 100)
Returns: Array of CropZone objects with ID, name, isFallow, isClosed, field_ID, area_ID, crop_ID, variety_ID, season_ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| filter | No | OData $filter expression |