List Sale Invoices
list_sale_invoicesRetrieve sales invoices with pagination and server-side filters including date range, status, payment status, and customer. Choose between brief or full detail views.
Instructions
List sales invoices. Paginated, with server-side filters (date range, status, payment status, customer) applied by the API. Brief view by default; use view='full' or get_sale_invoice for detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| view | No | Response detail: brief (default) returns triage fields; full returns every API field. | |
| status | No | Filter by status (server-side): PROJECT (draft) or CONFIRMED. | |
| date_to | No | Only invoices with revenue date on or before this date (YYYY-MM-DD). Server-side filter. | |
| date_from | No | Only invoices with revenue date on or after this date (YYYY-MM-DD). Server-side filter. | |
| clients_id | No | Filter by customer (clients_id, server-side). | |
| modified_since | No | Return only objects modified since this timestamp (ISO 8601) | |
| payment_status | No | Filter by payment status (server-side): PAID, PARTIALLY_PAID, or NOT_PAID. |