Timespan
The following parameters provide the ability to restrict results to a range based on select
Date
or
Datetime
values. Services that support these parameters may provide a default range when one or both of the timespan parameters are not included.
Parameter | Description |
---|---|
_from |
The start of the timespan range. |
_to |
The end of the timespan range. |
The service may require one or both parameters, and the _from
value should always precede
the _to
value temporally. Since the results are inclusive of the values provided, the
following example shows how one would go about requesting all of 2017's results:
_from=2017-01-01T00:00:00Z&_to=2017-12-31T24:00:00Z