Skip to main content
API version 2024.0 Specifies which date field on the template to filter the search results by, specifying a range of dates that can match.
gt
string(date-time)
example: 2016-08-01T00:00:00ZSpecifies the (inclusive) lower bound for the metadata field value. The value of a field must be greater than (gt) or equal to this value for the search query to match this template.
lt
string(date-time)
example: 2017-08-01T00:00:00ZSpecifies the (inclusive) upper bound for the metadata field value. The value of a field must be lower than (lt) or equal to this value for the search query to match this template.
{
  "gt": "2016-08-01T00:00:00Z",
  "lt": "2017-08-01T00:00:00Z"
}