Get a list of sales invoices
list_sales_invoicesRetrieve a paginated list of sales invoices with line items, filterable by status, date, or relation, and sortable by key fields.
Instructions
Get a list of sales invoices.
Get a paginated list of all sales invoices with their line items.
[Sales Invoices] GET /invoices/sales
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default = 1). | |
| sort | No | Sort order. Format: field.direction (e.g. date.desc). Available fields: created, name, number, date, amount, invoiceAmountPaid, invoiceAmountOpen. | |
| filter | No | Filter invoices by status. | |
| records | No | Number of records per page. | |
| last_edit | No | Only return invoices edited after this date (format: YYYY-mm-dd). | |
| relation_id | No | Only return invoices for the relation with this ID. | |
| administration | No | The client administration to act on. Only one is configured: default. |