Skip to main content

SearchByAttribute

An attribute used during paging and/or searching.

Properties

NameTypeDescriptionNotes
nameStringIdentifies the attribute we are searching for.
operatorOperatorEnumIdentifies the operator.
valueStringIdentifies the value of the attribute we are searching for.[optional]

OperatorEnum

NameValue
EQUALS"EQUALS"
NOT_EQUALS"NOT_EQUALS"
CONTAINS"CONTAINS"
NOT_CONTAINS"NOT_CONTAINS"
STARTS_WITH"STARTS_WITH"
ENDS_WITH"ENDS_WITH"
GREATER_THAN"GREATER_THAN"
GREATER_THAN_OR_EQUAL"GREATER_THAN_OR_EQUAL"
LESS_THAN"LESS_THAN"
LESS_THAN_OR_EQUAL"LESS_THAN_OR_EQUAL"
IN"IN"
EXISTS"EXISTS"
NOT_EXISTS"NOT_EXISTS"