---
title: "Get the children for display purposes."
method: GET
path: "/conceptschemes/{scheme_id}/c/{c_id}/displaychildren"
tags: ["Pyramid_skosprovider"]
---

# Get the children for display purposes.

`GET /conceptschemes/{scheme_id}/c/{c_id}/displaychildren`

Get a list of Collections and Concepts that should be displayed as children of this Concept or Collection.

## Path parameters

- `scheme_id` string, required
- `c_id` string, required

## Query parameters

- `language` string

## Response `200`

The concept was found in the conceptscheme.

- ThingReduced[]
  - `type` string
  - `uri` string
  - `id` string
  - `label` string

## Other responses

- `404` — The concept was not found in the conceptscheme or the conceptscheme was not found.

---

[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/revisions/c2d0b54078a2/schema)
