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

# Get Estimate Section

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

Use this endpoint to get a specific estimate section. **Supported includes:** `createdBy`, `modifiedBy`, `items`.

## Path parameters

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

## Query parameters

- `includes` string

## Response `200`

OK

- EstimateSection
  - `id` string, uuid — The unique ID for the estimate section.
  - `title` string — The title of the estimate section.
  - `description` string — A description of the estimate section.
  - `createdBy` CompanyUserLink
    - `id` string, uuid — The unique GUID of the AccuLynx User.
    - `_link` string — The unique URI of the AccuLynx User.
  - `createdDate` string — The date/time the estimate section was created, in UTC format.
  - `modifiedBy` CompanyUserLink
    - `id` string, uuid — The unique GUID of the AccuLynx User.
    - `_link` string — The unique URI of the AccuLynx User.
  - `modifiedDate` string — The date/time the estimate section was modified, in UTC format.
  - `profitMarginRate` number — The rate of profit on the estimate section.
  - `profitMarginTotal` number — The total profit for the estimate section.
  - `sectionFinancials` EstimateFinancials
    - `taxRate` number — The rate of tax for the estimate.
    - `taxTotal` number — The total tax for the estimate.
    - `overheadRate` number — The rate of overhead for the estimate.
    - `overheadTotal` number — The total overhead for the estimate.
    - `profitRate` number — The rate of profit for the estimate.
    - `profitTotal` number — The total profit for the estimate.
    - `totalCost` number — The total cost for the estimate.
    - `totalPrice` number — The total price for the estimate.
  - `items` EstimateItemLink[]
    - `id` string, uuid — The unique identifier of the estimate item.
    - `_link` string — The unique URI of the Estimate Item.
  - `_link` string — The unique URI of the Estimate Section.

## 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)
