---
title: "Display a tree of a conceptscheme's children"
method: GET
path: "/conceptschemes/{scheme_id}/tree"
tags: ["Pyramid_skosprovider"]
---

# Display a tree of a conceptscheme's children

`GET /conceptschemes/{scheme_id}/tree`

## Path parameters

- `scheme_id` string, required

## Response `200`

A tree view of the conceptscheme was returned.

- ThingTree[]
  - `id` string
  - `concept_id` integer
  - `type` 'concept' | 'collection'
  - `label` string, nullable
  - `children` ThingTree[]

---

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