Skip to main content
Version: 8.3

DateFilter

Filter using a date range

{
"from": string(date-time),
"to": string(date-time)
}

Fields

DateFilter.from ● string(date-time) non-null

Start date range to search from in date-time format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard

DateFilter.to ● string(date-time) non-null

End date range to search to in date-time format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard

Member of

TaskSearchRequest object