List of All Purchase InvoiceAsk AIget https://open-api.stag-v2.paper.id/api/v2/purchase-invoiceYou can get list of purchase invoice documents. Optional data filter may be appliedQuery Paramslimitint32To configure the number of items per page.offsetint32To specify which page to access.orderstringValue: desc, asc. To set the order in which data is displayed, either ascending or descending.sortstringDefaults to created_atTo specify the column used for sorting the data.start_invoice_datedateTo filter by invoice_date (the end_invoice_date field must be provided).end_invoice_datedateTo filter by invoice_datestart_due_datedateTo filter by due_date (the end_due_date field must be provided).end_due_datedateTo filter by due_dateHeadersclient_idstringA unique identifier assigned to a client application.client_secretstringA confidential key associated with the client application.Responses 200200 400400Updated 7 months ago