Objects

FilterRule

Single rule describing how to limit a collection.

fieldstring

Field to filter on (e.g. registrationNo).

filterRuleTypestring

Field to filter on (e.g. registrationNo).

Possible Enum values are INCLUDE or EXCLUDE.
valuestring

Value to match for the filter.

Example
{  "field": "registrationNo",  "filterRuleType": "registrationNo",  "value": "ABC123"}