DateFilter
Filter using a date range
- Schema
 - Example value
 
{
    "from": string(date-time),
    "to": string(date-time)
}
{
  "from": "2023-03-29T18:38:10.491Z",
  "to": "2023-03-29T18:38:10.491Z"
}
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