Get a list of quotations
list_quotationsFetch paginated quotations with line items. Filter by status, relation, or edit date; sort by amount, date, or success rate to locate specific quotes.
Instructions
Get a list of quotations.
Get a paginated list of all quotations with their line items.
[Quotations] GET /quotations
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, number, name, date, expirationDate, succesRate, amount. | |
| filter | No | Filter quotations by status. | |
| records | No | Number of records per page. | |
| last_edit | No | Only return quotations edited after this date (format: YYYY-mm-dd). | |
| relation_id | No | Only return quotations for the relation with this ID. | |
| administration | No | The client administration to act on. Only one is configured: default. |