Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.34 KB

QualificationsOptionFiltersHolderRoleConditions.md

File metadata and controls

57 lines (33 loc) · 1.34 KB

QualificationsOptionFiltersHolderRoleConditions

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

Properties

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.

Enum: List<IsEnum>

Name Value
OWNER "OWNER"
REFERRER "REFERRER"
REFEREE "REFEREE"

Enum: List<IsNotEnum>

Name Value
OWNER "OWNER"
REFERRER "REFERRER"
REFEREE "REFEREE"

Enum: List<InEnum>

Name Value
OWNER "OWNER"
REFERRER "REFERRER"
REFEREE "REFEREE"

Enum: List<NotInEnum>

Name Value
OWNER "OWNER"
REFERRER "REFERRER"
REFEREE "REFEREE"