List InvoiceCopy Pageget https://in-api.ledgers.cloud/v3/invoiceQuery Paramspage_numberfloatDefines the page number for pagination. This is useful when you have a large dataset and want to retrieve it page-by-page.filter.contact_idint32Filters the invoices based on the contact ID. This is useful when you want to retrieve invoices specific to a customer or client.page_sizeint64Specifies the number of invoices to be returned per page. This allows control over the amount of data returned at once.filter.payment_statusstringenumFilters invoices based on their payment status.PaidPart PaidNot PaidAllowed:PaidPart PaidNot Paidfilter.invoice_statusstringenumFilters invoices based on their overall status.DeletedAllowed:Deletedfilter.date_fromstringFilters invoices from a specific starting date. You can use this to narrow down results to invoices created after this date.filter.date_tostringFilters invoices up until a specific end date. This is useful for narrowing results to invoices created before this date.Responses 200200 400400 401401 403403 500500 501501 502502 503503Updated 9 months ago