DateRangeType
Type to be used for comparisons on DateTime
type fields. All DateTime
comparisons will be done by converting the values in the UTC format. If a DateTime
value does not contain timezone information, it is assumed to be UTC. The results will also be in the UTC format.
Fields
DateTime
)
DateTime
in a valid ISO8601 format for identifying records after or at the given timestamp. If this field is not passed in the request, the response will contain all records from the beginning of time till the to
date.
DateTime
)
DateTime
in a valid ISO8601 format for identifying records before or at the given timestamp. If this field is not passed in the request, the response will contain all records after the from
date.