Get Areas
sia_get_areasList agricultural areas with geojson boundaries, IDs, and status. Optionally filter by name or other fields using OData syntax to limit results.
Instructions
List all agricultural areas from the SIA AreaService.
Areas represent geographic boundaries (polygons) for fields and crop zones. Returns area ID, name, validity period, area type, blocked status, geojson boundary, and size.
Args:
filter (string, optional): OData $filter expression, e.g. "name eq 'My Field Area'"
top (number, optional): Maximum number of results (default: 100)
Returns: Array of Area objects with fields: ID, name, validFrom, validTo, isBlocked, areaType_ID, boundary_geojson, isAutomaticallyCalculated, areaSize
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max results to return | |
| filter | No | OData $filter expression |