---
title: "Get Section"
method: GET
path: "/{site_id}/sections/{id}"
tags: ["sections"]
---

# Get Section

`GET /{site_id}/sections/{id}`

## Path parameters

- `site_id` string, required
- `id` string, required

## Response `200`

OK

- Section
  - `ancestors` object[]
  - `descendants` object[]
  - `name` string
  - `description` string
  - `parent_section_id` integer
  - `parent_section_name` string
  - `section_id` string

---

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