Invoices
List Invoices
Retrieve a list of all your invoices filtered by various parameters and their payment status.
GET
Authorizations
Query Parameters
Unique identifier of an object. Consists of object class prefix and a UUID
Required range:
x > 0
Pagination direction:
- Forward - from first entry to last
- Backward - from last entry to first
Available options:
forward
, backward
Response
200 - application/json
A paginated result of the requested resource This is based on Keyset Pagination https://vladmihalcea.com/sql-seek-keyset-pagination/
Number of the current page
Total number of results
Number of pages in the result
Index of the previous page in the result set
Index of the first element in the result set
Index of the next page in the result set
Index of the last element in the result set