List InvoicesAsk AIget https://api.sandbox.helloaria.eu/companies/{companyId}/invoicesPath ParamscompanyIdstringrequiredDefaults to meQuery ParamsfilterstringAvailable filters: id, createdAt, companyId, invoiceDate, invoiceNumber, receivableId, dueDate, repaymentPeriod, totalAmountExcludingTaxes, totalAmountIncludingTaxes, currency, debtorName, debtorIdentifier.value, debtorIdentifier.type.sortstringAvailable sorting options: id, createdAt.firststringNumber of items (page size) when using forward pagination. Check out guides for more infos.afterstringOpaque cursor when using forward pagination. Check out guides for more infos.laststringNumber of items (page size) when using backward pagination. Check out guides for more infos.beforestringOpaque cursor when using backward pagination. Check out guides for more infos.Responses 200Fetched invoices 400Bad filter, sort param or pagination parameters 403Not permitted (e.g trying to fetch invoices of a company other than yours)Updated 11 months ago