Introduction
Filtering
When listing all existing API objects, the returned list appears in reverse chronological order, with the most recently created accounts appearing first. Optional filtering parameters are described below.
Listing and filtering objects
An API may have filterable fields that can be used to refine the listing of all given objects. For example, to find all ACH objects where the status
field is set to pending
, the corresponding field and value can be filtered using a query string in parameter=value
format.
Definition
Returns a list of objects with the optional filtering parameters applied.