Skip to content

Date filters

DateRangeFilter

Filters by comparing a field to a range of date values.

PropertyTypeDescription
operatorRangeOperatorsThe operator to apply to the filter value
valueRange object (described below)The value to use for the filter operation

Range object:

PropertyTypeDescription
minisoDate or utcDateTime or offsetDateTimeThe minimum date value for this range
maxisoDate or utcDateTime or offsetDateTimeThe maximum date value for this range

DateComparisonFilter

Filters by comparing a field to a date value.

PropertyTypeDescription
operatorComparisonOperatorsThe operator to apply to the filter value
valueisoDate or utcDateTime or offsetDateTimeThe value to use for the filter operation