Filters
Certain list endpoints may support filtering. Although the individual filter attributes may differ across endpoints, they are provided as query strings to the request.
Example:
GET /v1/teams/{team_id}/purchase_orders?filter[name]=Foo&filter[order_number]=PO315
Updated over 4 years ago