Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Filter Input
Input representation for a filter query to fetch actionable list members.
- JSON Example
-
1{ 2 "filters" : { 3 "filterList" : [ 4 { 5 "fieldName" : "Name", 6 "operator" : "Like", 7 "value" : "AL" 8 } 9 ] 10 } 11} - Properties
-
Name Type Description Required or Optional Available Version fieldName String Name of the field used for filtering actionable list members. Specify the field name in relation to its parent, such as Actionablelist.Name Required 57.0 operator String Operator used for filtering: - Equals
- Like
- NotEquals
Required 57.0 value String Value for filtering actionable list members Required 57.0