Optional
from?: stringThe inclusive lower bound of the range. Must be an ISO 8601 date-time string with timezone offset.
Examples:
Optional
to?: stringThe exclusive upper bound of the range. Must be an ISO 8601 date-time string with timezone offset.
Examples:
A filter for ISO 8601 date-time ranges that include timezone information.
Supports partially or fully bounded intervals. At least one of
from
orto
must be defined.from
is inclusive (>=)to
is exclusive (<)