FilterCondition
Model
A filter condition is a way of specifying how to filter/restrict the result set for a given property
NegateCondition : bool
boolean inverts conditions used by this instance
Nullable
FilterID :
number (int)
The unique (per query) ID for this filter. Will be set automatically by the server, no need to set it. Duplicating this value will
likely result in query failures
Example
{
"NegateCondition": true,
"FilterID": 321
}