---
title: "Return all estimation for the account"
method: GET
path: "/api/estimation/all"
tags: ["Estimation"]
---

# Return all estimation for the account

`GET /api/estimation/all`

## Query parameters

- `queryOptions.page` integer
- `queryOptions.pageSize` integer

## Headers

- `x-auth-key` string, required
- `x-auth-secret` string, required

## Response `200`

OK

- ListResultEstimationDetailsApiModel
  - `TotalCount` integer
  - `Count` integer
  - `Result` EstimationDetailsApiModel[]
    - `Id` integer — Estimation id
    - `Client` ClientDetailsApiModel
      - `Id` integer — Entity id
      - `CreatedOn` string, date-time — Date of creation
      - `ClientCurrencyId` integer — Indicates the default system currency used by the user for the client
      - `ClientCountryId` integer — Indicates the country where the clients is from
      - `UiLanguageId` integer — Hold a value of the language in which the invoice will be sent
      - `Name` string — Name of the client
      - `Address` string — Client business address
      - `Email` string — Client email
      - `AdditionalEmails` AdditionalClientEmailApiModel[] — Client additional emails contact for CC
        - `Email` string — CC
      - `PhoneNumber` string — Client phone numer
      - `Vat` string — Client's VAT number
      - `CompanyRegistrationNumber` string — Client's Company Registration Number
      - `DefaultDueDateInDays` integer — Client custom payment terms
    - `Currency` CurrencyDetailsApiModel
      - `Id` integer — Entity id
      - `Name` string — Name of the country
      - `Value` string — Currency short alpha code
      - `Code` string — Currency short numeric code
      - `Symbol` string — Currency symbol
    - `ClonedFromId` integer — Indicate from which estimation this estimation has been cloned from
    - `Number` string — Unique estimation number
    - `IssuedOn` string, date-time — Indicates when the estimation was issued
    - `ExpiresOn` string, date-time — Indicates when the estimation will be proclamed as due
    - `PoNumber` string — Unique number generated by the buyer
    - `DiscountAmount` number, double — Amount that goes as a discount
    - `TaxAmount` number, double — Amount that goes to the tax
    - `SubTotalAmount` number, double — Total amount of the estimation without tax
    - `TotalAmount` number, double — Total amount of the estimation with tax
    - `Terms` string — Terms of agreement
    - `Notes` string — Internal note regarding the estimation
    - `Status` 'Draft' | 'Accepted' | 'Rejected' — Indicate the status of the estimation (paid/unpaid/overdue)
    - `AccessToken` string — Security access token used for accessing the estimation anonymously
  - `IsFaulted` boolean
  - `ErrorMessages` IErrorInfo[]
    - `Group` string
    - `Code` string
    - `FaultMessage` string
    - `UserVisibleMessage` string

---

[API](https://skmtc.dev/envoice/apis/api-v1-0-0.md) · [All operations](https://skmtc.dev/envoice/apis/api-v1-0-0/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/envoice/api-v1-0-0/revisions/e20a9e338d8f/schema)
