Examples of filter configurations for selecting data in fetch and delete operations.
|
Example |
Pattern |
Key Feature |
|---|---|---|
|
Simple Filter (equals, contains) |
Single criterion |
Basic field matching |
|
Combined AND/OR Filters |
Nested |
Complex multi-condition filters |
|
Date Range Filters |
greaterThan/lessThan on dates |
Time-based data selection |
|
Filter with resultFields and sortBy |
resultFields, sortBy attributes |
Performance optimization |
|
Dynamic Filter Values (from headers) |
|
Runtime-resolved filter values |