Return values for a single facet

post/faceted-search/{facetClass}/facet/{id}

Path parameters

facetClassstring required

The class of the facet

idstring required

The id of the facet

Request body

sortBystring
sortDirectionstring
constraintsobject[] nullable
constrainSelfboolean

Response

Facet values

flatDataobject[]

Facet values as an array of objects with no hierarchy

idstring

The id of facet

sparqlQuerystring

The SPARQL query that was used for the values of the facet

Changes