SmartListRules¶
Type: object
JSON representation of smart list rules
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
filterMatchType |
string | Yes | Smart list filter match type (rule logic) | enum: All, Any, Advanced |
triggers |
array |
Yes | List of smart list triggers | |
filters |
array |
Yes | List of smart list filters |
Generated example¶
{
"filterMatchType": "All",
"triggers": [
"string"
],
"filters": [
{
"id": 123,
"name": "Example name",
"ruleTypeId": 123,
"ruleType": "string",
"operator": "string",
"conditions": [
{
"activityAttributeId": 123,
"activityAttributeName": "Example name",
"operator": "string",
"values": [
"string"
],
"isPrimary": true
}
]
}
]
}
Referenced models¶
Source¶
Generated from swagger-asset.json.