SearchRequestWhereBetween
{
"operator": "between",
"property": "modified_at",
"start": 1667218010,
"end": 1667218020
}
Properties
Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
operator | string | true | none | The search operator. |
property | string | true | none | The date property to perform the comparison on. |
start | string | true | none | The starting Unix timestamp. |
end | string | true | none | The ending Unix timestamp. |