The search query parameter allow the following values:
code search by entitlement code.
name search by entitlement name.
description search by entitlement description.
type search by entitlement type.
subtype search by entitlement sub type.
ootb search the ootb entitlements [1 if you want to search the ootb entitlement].
status search by entitlement status.
Allowable values for status attribute: waiting, inprogress, reviewpublish, failed, active, active_waiting, active_inprogress, active_reviewpublish, active_failed, waiting_for_deletion, deleting
Syntax:
- Operators for strings are =, !=.
- Operators for booleans are =, !=.
- Operators for numbers are >, <, >=, <=, =, !=.
- Logical operators are &, |.
- Parentheses to explicitly specify the intended precedence of statements.
- String search values uses double quoted, numbers and booleans will not.