---
title: "Request bill of quantities details."
method: GET
path: "/bill_of_quantities/fetchData"
tags: ["Projects|Bill of quantities"]
---

# Request bill of quantities details.

`GET /bill_of_quantities/fetchData`

This endpoint enables users to retrieve additional information for a particular bill of quantity by entering an
id. This information could include the project name, sections and locations of the bill of quantity.

## Query parameters

- `id` integer, required

## Response `200`

Success Response:

- StandardBillOfQuantitiesFetchDataResponse
  - `data` BillOfQuantitiesFetchDataResponseBillOfQuantitiesItem
    - `id` integer — The internal id of the bill of quantities.
    - `externalId` string — The external id. (max. 255 characters)
    - `offerNumber` string — The offer number. (max. 30 characters)
    - `addendum` string — The number of the addendum of this bill of quantities. (max. 10 characters)
    - `text1` string — The name. (max. 80 characters)
    - `text2` string — The additional name. (max. 80 characters)
    - `noteStart` string — An additional note at the beginning.
    - `noteEnd` string — An additional note at the end.
    - `date` string — Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx
    - `totalValue` number — The total Value.
    - `currency` string — The currency.
    - `projectName` string — The name of the project. (max. 100 characters)
    - `importSource` string — External data source from which this bill of quantities originates. (max. 50 characters)
    - `importKey` string — External ID of the respective data source. (max. 50 characters)
    - `sections` object[] — The sections of the bill of quantities.
      - `id` integer — The internal id.
      - `position` string — The position in the bill of quantities.
      - `name` string — The name.
      - `description` string — The description.
      - `note` string — An additional note.
      - `price` number — The total price of the position under this section.
    - `positions` object[] — The positions of the bill of quantities.
      - `id` integer — The internal id.
      - `status` string — The status.
      - `position` string — The position in the bill of quantities.
      - `amount` integer — The amount.
      - `unit` string — The unit.
      - `name` string — The name.
      - `description` string — The description.
      - `note` string — An additional note.
      - `unitPrice` number — The unit price.
      - `price` number — The total price.
      - `uniformPrice` boolean — If this position has a uniform price.

---

[API](https://skmtc.net/geocapture/apis/geocapture-api.md) · [All operations](https://skmtc.net/geocapture/apis/geocapture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geocapture/geocapture-api/versions/869b05603541/schema)
