wafeq_quotes_list
Retrieve paginated quotes from Wafeq, filtering by status, branch, contact, project, or date to find the exact quotes you need.
Instructions
๐ข READ-ONLY ยท Quotes ยท GET /quotes/
List quotes
Endpoint for retrieving a list of quotes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | A page number within the paginated result set. | |
| branch | No | The unique identifier of the branch. | |
| status | No | The status of the invoice | |
| contact | No | The unique identifier of the contact. | |
| project | No | The unique identifier of the project. | |
| page_size | No | Number of results to return per page. | |
| quote_date | No | The date of the quote. | |
| external_id | No | External identifier | |
| estimate_date | No | The date of the document | |
| created_ts_after | No | The timestamp in UTC when the invoice was created | |
| created_ts_before | No | The timestamp in UTC when the invoice was created | |
| modified_ts_after | No | The timestamp in UTC when the invoice was last modified | |
| modified_ts_before | No | The timestamp in UTC when the invoice was last modified |