Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.1 KB

FilterConditionsDateTime.md

File metadata and controls

18 lines (12 loc) · 1.1 KB

FilterConditionsDateTime

Data filters used to narrow down the data records to be returned in the result.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]