Operator
Description
Example
$and
Logical and
agreements/{contractTypeName}?filter=(status $eq 'Draft' $and version $gt 5)
$or
Logical or
agreements/{contractTypeName}?filter=(status $eq 'Draft' $or name $like 'icm*')