Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.13 KB

AnyOfParameter.md

File metadata and controls

11 lines (8 loc) · 1.13 KB

# AnyOfParameter

Properties

Name Type Description Notes
eq string Equal filter mode (optional, i.e. `param.eq=123` is the same as `param=123`). \ Specify a value to get items where any of the specified fields is equal to the specified value. Example: `?anyof.sender.target=tz1WnfXMPaNTBmH7DBPwqCWs9cPDJdkGBTZ8`. [optional]
in string[] In list (any of) filter mode. \ Specify a comma-separated list of values to get items where any of the specified fields is equal to one of the specified values. Example: `?anyof.sender.target.in=tz1WnfXMPaNTBWnfXMPaNTBWnfXMPaNTBNTB,tz1SiPXX4MYGNJNDSiPXX4MYGNJNDSiPXX4M,null`. [optional]
null bool Is null filter mode. \ Use this mode to get items where any of the specified fields is null or not. Example: `?anyof.from.to.null` or `?anyof.from.to.null=false`. [optional]

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