---
title: "Get Estimate Section Items"
method: GET
path: "/estimates/{estimateId}/sections/{estimateSectionId}/items"
tags: ["estimates"]
---

# Get Estimate Section Items

`GET /estimates/{estimateId}/sections/{estimateSectionId}/items`

Use this endpoint to get all items for the given estimate section.

## Path parameters

- `estimateId` string, uuid, required
- `estimateSectionId` string, uuid, required

## Response `200`

OK

- EstimateItemCollection
  - `items` EstimateItem[]
    - `id` string, uuid — The unique ID for the item.
    - `name` string — The name of the item.
    - `overrideName` string — A custom, overridden name for the estimate item.
    - `description` string — Description of the estimate item.
    - `materialCost` number — Cost for materials.
    - `laborCost` number — Cost for labor.
    - `waste` number — Any waste recorded for the item.
    - `estimateUnit` string — The unit of measurement for the item.
    - `orderUnit` string — The unit of measurement to be ordered.
    - `unitConversion` number — A conversion between the estimate unit and the order unit.
    - `selectedUnit` number — Whether the item uses the estimate unit or order unit. Expected values: 1 - Order, 2 - Estimate.
    - `type` 'SKU' | 'Product' | 'CustomSKU' | 'Labor' | 'SKUAndLabor' — The type of item in the catalog.
    - `totalPrice` number — The total price for the item.
    - `fixedPrice` boolean — Whether the price for the item is fixed or calculated.
    - `price` number — The price per unit of the item.
    - `quantity` number — The quantity of the item included in the estimate.
    - `measurementQuantity` number — The measured quantity of the item.
    - `orderQuantity` number — The ordered quantity of the item.
    - `_link` string — The unique URI of the Estimate Item.

## Other responses

- `400` — Bad Request - The server cannot process the request due to a client error. Common causes: - Invalid request format - Missing required fields - Validation errors in the request data
- `401` — Unauthorized - Authentication is required or has failed. Common causes: - Missing API key - Invalid API key - Expired or deactivated API key
- `404` — Not Found - The requested resource does not exist. Common causes: - Invalid subscription ID - Subscription has been deleted - URL path contains typos or incorrect values

---

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