Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.5 KB

SmartRollupParameter.md

File metadata and controls

12 lines (9 loc) · 1.5 KB

# SmartRollupParameter

Properties

Name Type Description Notes
eq string Equal filter mode (`.eq` suffix can be omitted, i.e. `?param=...` is the same as `?param.eq=...`). \ Specify an `sr1` address to get items where the specified field is equal to the specified value. Example: `?rollup=sr1RouasmcMAsrt4SxgGGVCBT36hzYRJBUrB`. [optional]
ne string Not equal filter mode. \ Specify an `sr1` address to get items where the specified field is not equal to the specified value. Example: `?rollup.ne=sr1RouasmcMAsrt4SxgGGVCBT36hzYRJBUrB`. [optional]
in string[] In list (any of) filter mode. \ Specify a comma-separated list of `sr1` addresses to get items where the specified field is equal to one of the specified values. Example: `?rollup.in=sr1RouasmcMAsrt4SxgGGVCBT36hzYRJBUrB,sr1UsFZWCrnHH5zDfihZpSjYbc1iwLnAbEum`. [optional]
ni string[] Not in list (none of) filter mode. \ Specify a comma-separated list of `sr1` addresses to get items where the specified field is not equal to all the specified values. Example: `?rollup.ni=sr1RouasmcMAsrt4SxgGGVCBT36hzYRJBUrB,sr1UsFZWCrnHH5zDfihZpSjYbc1iwLnAbEum`. [optional]

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