v1
latestOpenAPI 3.0.32026-07-17463044.1 KBPyramid_skosprovider
Get the top of a display hierarchy.
Get the top of a display hierarchy. Depending on the underlying provider this will be a list of Concepts and Collections.
get/conceptschemes/{scheme_id}/displaytop
Path parameters
scheme_idstring required
The identifier for a certain concept scheme.
Query parameters
languagestring
Returns the label with the corresponding language-tag if present. If the language is not present for this concept/collection, it falls back to 1) the default language of the provider. 2) 'en' 3) any label. Eg. ?language=nl to show the dutch labels of the concepts/collections.
Response
The concepts and collections were found.
Example response
[
{
"id": "22",
"uri": "https://id.erfgoed.net/thesauri/stijlen_en_culturen/22",
"type": "concept",
"label": "Art Deco"
}
]