---
title: "Get all Quote"
method: GET
path: "/estimate"
---

# Get all Quote

`GET /estimate`

## Query parameters

- `page` string
- `count` string
- `sort` 'DESC' | 'ASC'
- `sort_by` 'invoice_no' | 'reference_no' | 'created_at' | 'invoice_date' | 'due_date'
- `filter.keyword` string
- `filter.is_deleted` boolean
- `filter.is_expired` boolean
- `filter.is_active` boolean
- `filter.job` string
- `filter.customer` string
- `filter.is_converted` boolean
- `filter.is_proposal` boolean
- `filter.expiry_from_date` string, date
- `filter.expiry_to_date` string, date
- `filter.created_from_date` string, date
- `filter.created_to_date` string, date
- `filter.estimate_from_date` string, date
- `filter.estimate_to_date` string, date
- `filter.created_by` string
- `filter.sold_by_user` string
- `filter.updated_at` string, date
- `filter.updated_at_from` string, date
- `filter.updated_at_to` string, date
- `filter.status` string
- `filter.estimate_uid` string
- `filter.property` string
- `filter.organization` string
- `filter.team_uid` string
- `filter.custom_field` string
- `filter.has_card_on_file` boolean
- `filter.financing` string
- `filter.tags` string
- `filter.request_uid` string
- `deposit_status` string
- `filter.service_contract` string
- `filter.project` string
- `filter.business_unit` string
- `filter.accepted_date_from` string, date
- `filter.accepted_date_to` string, date
- `filter.sent_date_from` string, date
- `filter.sent_date_to` string, date

## Response `200`

200

- object
  - `type` string
  - `data` object[]
    - `estimate_uid` string
    - `prefix` string
    - `reference_no` string
    - `estimate_date` string
    - `expiry_date` string
    - `customer` object
      - `customer_uid` string
      - `customer_first_name` string
      - `customer_last_name` string
      - `customer_organization` object
        - `organization_uid` string
        - `organization_name` string
        - `organization_logo` unknown
        - `organization_description` string
        - `organization_email` string
        - `organization_address` object
          - `city` string
          - `state` string
          - `street` string
          - `country` string
          - `landmark` string
          - `geo_cordinates` number[]
        - `is_active` boolean
        - `is_deleted` boolean
      - `customer_company_name` string
      - `customer_email` string
      - `customer_contact_no` object
        - `mobile` string
        - `home` string
        - `work` string
      - `is_active` boolean
      - `is_deleted` boolean
    - `organization` object
      - `organization_uid` string
      - `organization_name` string
      - `organization_logo` unknown
      - `organization_description` string
      - `organization_email` string
      - `no_of_customers` integer
      - `organization_address` object
        - `city` string
        - `state` string
        - `street` string
        - `country` string
        - `landmark` string
        - `geo_cordinates` number[]
      - `is_deleted` boolean
    - `property` unknown
    - `request` unknown
    - `job` unknown
    - `total` integer
    - `total_discount` integer
    - `tags` string[]
    - `tax` unknown[]
      - unknown
    - `estimate_status` string
    - `custom_fields` object[]
      - `label` string
      - `value` string
      - `type` string
      - `module_name` string
      - `hide_to_fe` boolean
      - `hide_field` boolean
      - `read_only` boolean
      - `_id` string
    - `deposit` object
    - `is_expired` boolean
    - `is_converted` boolean
    - `is_deleted` boolean
    - `is_active` boolean
    - `created_by` object
      - `user_uid` string
      - `first_name` string
      - `last_name` string
      - `email` string
      - `external_login_id` unknown
      - `home_phone_number` unknown
      - `designation` string
      - `emp_code` string
      - `prefix` unknown
      - `work_phone_number` string
      - `mobile_phone_number` unknown
      - `profile_picture` string
      - `hourly_labor_charge` integer
      - `is_active` boolean
      - `is_deleted` boolean
      - `created_at` string
      - `updated_at` string
    - `sold_by_user` object
      - `user_uid` string
      - `first_name` string
      - `last_name` string
      - `email` string
      - `external_login_id` unknown
      - `home_phone_number` unknown
      - `designation` string
      - `emp_code` string
      - `prefix` unknown
      - `work_phone_number` string
      - `mobile_phone_number` unknown
      - `profile_picture` string
      - `hourly_labor_charge` integer
      - `is_active` boolean
      - `is_deleted` boolean
      - `created_at` string
      - `updated_at` string
    - `proposal_options` unknown[]
      - unknown
    - `created_at` string
    - `updated_at` string
    - `estimate_no` integer
    - `id` string
    - `accepted_date` string, date-time
    - `sent_date` string, date-time
  - `total_records` integer
  - `current_page` integer
  - `total_pages` integer

## Other responses

- `400` — 400

---

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