get https://api.varda.ag/fid/v1/fields//boundaries
This endpoint returns a collection of boundaries for the provided FieldID.
Each boundary contains effective_from/effective_to date-time properties in ISO-8601 format to describe the validity interval.
Optional parameters define a time range:
- [from, to]: if an interval is specified, output collection will contain boundaries active in that time range
- [from, ]: the time interval is open ended and will include current date-time
- [, to]: only boundaries active until specified value are returned
- [, ]: if no parameters are provided, the only boundary returned in the collection is the current active boundary of the field.
Boundaries are returned in reverse chronological order.