Filterconstraintsapiv1
dataFieldTypestring
Description for dataFieldType in FilterConstraintsApiV1
dataItemTypestring
The entity where the field on which to apply the constraint is located. If the field is located in the same entity with the entity being searched, this field is optional.
filterElementstring
The constraint operator.
filterSelectionstring
The field on which the constraint will be applied.
secondValuestring
The constraint second value. Required for filter elements with two values.
valuestring
The constraint value. Required for filter elements with one or two values.
valuesstring[]
An array of values.
Filterconstraintsapiv1
{
"dataFieldType": "string",
"dataItemType": "string",
"filterElement": "string",
"filterSelection": "string",
"secondValue": "string",
"value": "string",
"values": [
"string"
]
}