Look up boundaries using a Global FieldID.

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.

Path Params
string
required
length ≤ 9

The ID of the field.

Query Params
date
length ≤ 10

The beginning of the time range (inclusive) in ISO-8601 date or date-time format.

date
length ≤ 10

The end of the time range (inclusive) in ISO-8601 date or date-time format.

Headers
string

Language and locale to return the response in

string
enum
Defaults to application/geo+json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/geo+json
application/json