When requesting resources you must send filter parameters with your request. Filters contain attribute, operator, and value. Refer to the resource schema to determine the attribute value type (e.g. string, int, boolean, date).
Attribute
Endpoint pages will list attributes you can filter by
Operator Definitions
| Qualifier (key) | Description |
|---|---|
| eq | equal |
| neq | not equal |
| lt | less than |
| lte | less than or equal |
| gt | greater than |
| gte | greater than or equal |
| like | like |
| in | in |
| nin | not in |
Value Examples
12345
12345,34567,56789
A12345
A12345,B34567,C56789
0
1
2021-01-01
2021-01-01T00:00:00
2021-01-01T00:00:00-0500
| Example Date Range Filter |
|---|
.../po-outgoing/export/po.filter.gt.po_created/2021-08-22/po.filter.lt.po_created/2021-08-29 |
