latestOpenAPI 3.1.02026-08-152324681.8 MB
eddf3ef279e2
Invoices
List InvoiceV2 records
Retrieve a paginated list of InvoiceV2 records with filtering and ordering options.
get/public/v2/invoices/
Query parameters
integration_sourcesIntegrationSourceSlug[] nullable
searchstring nullable
company_idinteger[] nullable
numberinteger[] nullable
codestring[] nullable
customer_idinteger[] nullable
start_datestring date nullable
end_datestring date nullable
due_datestring date nullable
due_date_untilstring date nullable
transaction_currencySystemCurrencies[] nullable
record_statusRecordStatus[] nullable
approval_statusstring[] nullable
approval_status_scopeRecordStatus[] nullable
amount_due_updated_at_gtestring date-time nullable
Return invoices whose amount_due_updated_at is greater than or equal to this timestamp.
Return invoices whose amount_due_updated_at is greater than or equal to this timestamp.
amount_due_updated_at_ltestring date-time nullable
Return invoices whose amount_due_updated_at is less than or equal to this timestamp.
Return invoices whose amount_due_updated_at is less than or equal to this timestamp.
updated_afterstring date-time nullable
updated_beforestring date-time nullable
orderingstring nullable
limitinteger
Number of records to return per page (capped at 100)
Number of records to return per page (capped at 100)
offsetinteger
Number of records to skip before starting to return results
Number of records to skip before starting to return results
Response
OK