---
title: "Retrieves the collection of Estimate resources."
method: GET
path: "/estimates"
tags: ["Estimate"]
---

# Retrieves the collection of Estimate resources.

`GET /estimates`

Retrieves the collection of Estimate resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

Estimate collection

- Estimate[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `estimateNumber` string, nullable — For searching estimates
  - `txnStatus` string, nullable — Transaction status e.g. Accepted
  - `billingEmail` string, nullable — Billing email
  - `txnDate` string, date-time, nullable — Transaction date
  - `totalAmount` integer — Estimate total amount
  - `customerName` string — Customer full name
  - `customerId` string — Customer Id
  - `customerMemo` string, nullable — Customer memo
  - `shippingLine1` string, nullable — Shipping address line 1
  - `shippingLine2` string, nullable — Shipping address line 2
  - `shippingCity` string, nullable — Shipping address city
  - `shippingCountry` string, nullable — Shipping address country
  - `shippingPostalcode` string, nullable — Shipping address postal code
  - `billingLine1` string, nullable — Billing address line 1
  - `billingLine2` string, nullable — Billing address line 2
  - `billingCity` string, nullable — Billing address city
  - `billingCountry` string, nullable — Billing address country
  - `billingPostalcode` string, nullable — Billing address postal code
  - `totalTax` integer, nullable — Total tax applied
  - `created` string, date-time, nullable — Date entry was created
  - `modified` string, date-time, nullable — Date entry was modified
  - `referenceNumber` string, nullable — Estimate reference number
  - `currency` string, nullable — Currency code
  - `discountAmount` integer, nullable — Discount amount
  - `billingState` string, nullable — Billing address state/province
  - `shippingState` string, nullable — State assocaited with the shipping address

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/versions/d08a107895ad/schema)
