Returns a list of invoices by a specific type (=sale/purchase entries). Each line of the invoice will include the analytic account linked to default analytic plan. Optionally dates can be defined to retrieve invoice from a certain date to another date
This access token needs to be included in each of your request to the Chift API.
customer_invoice
, customer_refund
, supplier_invoice
, supplier_refund
Page number
x >= 1
Page size
1 <= x <= 100
Id of the accounting folder instance. A folder represents a legal entity within the system. Required when the multiple folders feature is enabled.
Journal Ids used to filter the invoices. The Ids are separated by ','
Indicate if payments linked to the invoices should be included in the response. By default payments are not included and the field payments is null.
true
, false
Extra filter to retrieve invoices with a specific payment status.
all
, unpaid
, paid
Retrieve invoices created or updated after a specific datetime (e.g. 2023-01-31T15:00:00 for 31 of January 2023 at 3PM UTC). UTC is the only format that is supported on all connectors.
Indicate if invoice lines should be included in the response. By default invoice lines are not included when this requires extra requests on the target API.
true
, false
Indicate if partner (client/supplier) information should be included in the response. By default partner information is not included when it requires extra requests on the target API to be retrieved.
true
, false
Successful Response
The response is of type object
.