Data filters used to narrow down the data records to be returned in the result.
| Name | Type | Description |
|---|---|---|
| $is | List<IsEnum> | Will return records only for the first value in the array. |
| $isNot | List<IsNotEnum> | Will return records only for the first value in the array. |
| $in | List<InEnum> | Will return records for the values in the array. |
| $notIn | List<NotInEnum> | Will return records for the values in the array. |
| Name | Value |
|---|---|
| OWNER | "OWNER" |
| REFERRER | "REFERRER" |
| REFEREE | "REFEREE" |
| Name | Value |
|---|---|
| OWNER | "OWNER" |
| REFERRER | "REFERRER" |
| REFEREE | "REFEREE" |
| Name | Value |
|---|---|
| OWNER | "OWNER" |
| REFERRER | "REFERRER" |
| REFEREE | "REFEREE" |
| Name | Value |
|---|---|
| OWNER | "OWNER" |
| REFERRER | "REFERRER" |
| REFEREE | "REFEREE" |