Purchase Orders
Retrieve all purchase orders, filter by query
GET
Query Parameters
Filter by a status, one of pending, issued, cancelled, disconnected, issued_pending_revision
Date range [YYYY-MM-DD+TO+YYYY-MM-DD] to search based on created timestamp for object.
Date range [YYYY-MM-DD+TO+YYYY-MM-DD] to search based on updated timestamp for object.
Results are sorted by created desc as default. Ordering may be specified, available options are ['created', 'updated'], which can be combined in a comma separated list, e.g. updated:desc,created:asc
Paginate results when number of results exceeds limit
Number of results returned per request
Response
200 - */*