Get a list of salesbook invoices
list_salesbook_invoicesRetrieve paginated salesbook invoices with their line items. Filter by status, edit date, or relation, and sort to find specific records.
Instructions
Get a list of salesbook invoices.
Get a paginated list of all salesbook invoices with their line items.
[Salesbook] GET /salesbook
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 salesbook invoices by status. | |
| records | No | Number of records per page. | |
| last_edit | No | Only return salesbook invoices edited after this date (format: YYYY-mm-dd). | |
| relation_id | No | Only return salesbook invoices for the relation with this ID. | |
| administration | No | The client administration to act on. Only one is configured: default. |