Data filters used to narrow down the data records to be returned in the result.
Name | Type | Description | Notes |
---|---|---|---|
after | datetime | Value is after this date. The value for this parameter is shown in the ISO 8601 format. | [optional] |
before | datetime | Value is before this date. The value for this parameter is shown in the ISO 8601 format. | [optional] |
has_value | str | Value is NOT null. The value for this parameter is an empty string. | [optional] |
is_unknown | str | Value is null. The value for this parameter is an empty string. | [optional] |
more_than | int | Value is more days ago before the current date and time, e.g. more than `10` days ago. | [optional] |
less_than | int | Value is less days before the current date and time, e.g. less than `10` days ago. | [optional] |