Invoices
Retrieve all invoices, filter by query
GET
Query Parameters
Filter by a status, [draft, unpaid, paid, level_1_approved, approved, pending, rejected]
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.
Date range [YYYY-MM-DD+TO+YYYY-MM-DD] to search based on updated 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 ['approved', 'created', 'updated'], which can be combined in a comma separated list, e.g. approved:asc,updated:desc,created:asc
Number of results returned per request
Paginate results when number of results exceeds limit
Response
200 - */*