Skip to content

SmartListFilters

Type: object

JSON representation of smart list filters

Properties

Property Type Required Description Constraints
id integer (int32) Yes Id of the filter
name string Yes Name of filter
ruleTypeId integer (int32) Yes Id of the rule type
ruleType string Yes Name of rule type
operator string Yes Name of operator
conditions array Yes List of smart list conditions

Generated example

{
  "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.