Boolean Filters
The following property is stored as boolean:
touchScreen
The type field in the above filters needs to be boolean. The value must be true or false. In the following filter, clients with a touch screen are being requested.
{
"touchScreen":
{
"value": true
}
}