---
title: "List Quotes"
method: GET
path: "/quotes"
tags: ["Quotes"]
---

# List Quotes

`GET /quotes`

Retrieve a list of all quotes

## Query parameters

- `account_id` integer
- `account_name` string
- `account_number` integer
- `quote_date` string
- `quote_number` string
- `organization_id` string
- `status` string
- `sub_total` unknown
- `total` unknown
- `total_discount` unknown
- `total_tax` unknown
- `voucher_header_id` integer
- `filters` object
- `sort[asc]` 'quote_date' | 'quote_number' | 'total'
- `sort[desc]` 'quote_date' | 'quote_number' | 'total'
- `page` integer
- `per_page` integer

## Response `200`

Successful operation

- object
  - `message` string
  - `quotes` object[]
    - `id` integer
    - `voucher_header_id` integer
    - `account` object
      - `id` integer
      - `parent_id` integer, nullable
      - `organization_id` string
      - `name` string
      - `account_label` string
      - `description` string, nullable
      - `account_data` string
      - `system_account` string
      - `account_type_id` integer
      - `account_type` string
      - `number` string
      - `currency_id` integer
      - `currency` string
      - `model_id` integer
      - `member_id` integer
      - `model_name` string
      - `model_type` string
      - `tax_number` string, nullable
      - `additional_id_type` string, nullable
      - `additional_id_value` string, nullable
      - `address` string, nullable
      - `address2` string
      - `zip` string, nullable
      - `city` string, nullable
      - `country_id` integer, nullable
      - `state` string, nullable
      - `street_name` string, nullable
      - `additional_street_name` string, nullable
      - `building_number` string, nullable
      - `address_additional_number` string, nullable
      - `district_neighborhood` string, nullable
      - `rate_per_hour` integer
      - `advisor_rate_per_hour` string, nullable
      - `related_to_advisor_account` boolean
      - `company_id` string, nullable
      - `visible_to_users` string[]
      - `organization` object
        - `id` string
        - `name` string
        - `country` string
        - `address_1` string, nullable
        - `address_2` string, nullable
        - `city` string
        - `state` string, nullable
        - `zip` string, nullable
        - `integration_type` string, nullable
      - `client` object
        - `id` string
        - `term_id` integer, nullable
        - `discount_percentage` string
        - `phone` string, nullable
        - `mobile` string, nullable
        - `emails` string[]
        - `member_label` string
        - `ledes` integer
    - `organization_id` string
    - `quote_number` string
    - `prefix` string
    - `reference_number` string
    - `suffix` string
    - `purchase_order` string
    - `quote_reference` string
    - `bill_to` string
    - `quote_date` string, date-time
    - `due_on` string, date-time
    - `paid_status` string
    - `display_tax` integer
    - `display_discount` integer
    - `display_item_date` integer
    - `quote_reminder` object
      - `id` string
      - `user_id` string
      - `summary` string
      - `reminder_date` string, date
      - `reminder_time` integer
      - `reminder_time_type` string
      - `reminder_type` string
    - `term_id` integer
    - `terms` string
    - `term_days_nb` integer
    - `total` string
    - `notes` string
    - `exchange_rate` string
    - `description` string
    - `quote_details` object[]
      - `id` integer
      - `account_id` integer
      - `quantity` string
      - `description` string
      - `rate` string
      - `discount` string
      - `total` string
      - `quote_id` integer
      - `taxable` boolean
      - `item_date` string, date-time
      - `item_display_date` string
      - `details` string
      - `type` string
      - `item_ref_number` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/app4legal/apis/a4l-money-api.md) · [All operations](https://skmtc.net/app4legal/apis/a4l-money-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/app4legal/a4l-money-api/revisions/e0d144609998/schema)
