---
title: "Get a specific quote"
method: GET
path: "/quotes/{id}"
tags: ["Quotes"]
---

# Get a specific quote

`GET /quotes/{id}`

Retrieve a single quote by its ID

## Path parameters

- `id` integer, required

## Query parameters

- `organization_id` integer

## Response `200`

Successful operation

- object
  - `message` string
  - `quote` object
    - `id` integer
    - `voucher_header_id` integer
    - `account` object
      - `id` integer
      - `parent_id` integer
      - `organization_id` string
      - `name` string
      - `account_label` string
      - `description` string
      - `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
      - `additional_id_type` string
      - `additional_id_value` string
      - `address` string
      - `address2` string
      - `zip` string
      - `city` string
      - `country_id` integer
      - `state` string
      - `street_name` string
      - `additional_street_name` string
      - `building_number` string
      - `address_additional_number` string
      - `district_neighborhood` string
      - `rate_per_hour` number, float
      - `advisor_rate_per_hour` number, float
      - `related_to_advisor_account` boolean
      - `company_id` integer
      - `visible_to_users` string[]
      - `organization` object
        - `id` string
        - `name` string
        - `country` string
        - `address_1` string
        - `address_2` string
        - `city` string
        - `state` string
        - `zip` string
        - `integration_type` string
      - `client` object
        - `id` string
        - `term_id` integer
        - `discount_percentage` string
        - `phone` string
        - `mobile` string
        - `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
      - `quote_id` integer
      - `line_number` integer
      - `description` string
      - `account_id` integer
      - `amount` string
      - `discount_amount` string
      - `tax_amount` string
      - `total` string
      - `quantity` string
      - `currency_id` integer
      - `rate` string
      - `account_type` string
      - `item_type` string

## Other responses

- `401` — Unauthorized
- `404` — Quote 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)
