---
title: "Get predefined terms section detail"
method: GET
path: "/termsections/{id}"
tags: ["Settings"]
---

# Get predefined terms section detail

`GET /termsections/{id}`

Returns predefined terms section detail.

## Path parameters

- `id` string, required

## Response `200`

successful operation

- DocumentSection
  - `id` string, uuid
  - `entityIds` string[]
  - `name` string
  - `title` string
  - `location` 'BEFORE_SIGNATURE' | 'AFTER_SIGNATURE', required
  - `deleted` boolean

---

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