Get Requests

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
eqequal
neqnot equal
ltless than
lteless than or equal
gtgreater than
gtegreater than or equal
likelike
inin
ninnot 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