Filter
{
"ConditionGroup": {
"Connector": "And",
"Conditions": [
{
"Sort": 1,
"Field": "Category",
"DataType": "Text",
"Operator": "Equal",
"Values": ["Electronics"]
},
{
"Sort": 2,
"Field": "Price",
"DataType": "Number",
"Operator": "GreaterThan",
"Values": ["100"]
}
]
},
"Orders": [
{
"Sort": 1,
"Field": "ProductName",
"Direction": "Ascending"
},
{
"Sort": 2,
"Field": "Price",
"Direction": "Descending"
}
],
"Page": {
"PageNumber": 1,
"PageSize": 20
}
}Last updated