/
/Sampo-UI API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
  • postReturn faceted search results with pagination
  • getReturn all search results as a CSV file
  • postReturn all search results
  • postReturn the total count of the faceted search results
  • postReturn values for a single facet
  • postReturn information about a single resource, optionally applying facet filters
  • getFull text search
  • getFederated search can be used for retrieving the initial result set from multiple SPARQL endpoints for client-side faceted search.
  • getMake preconfigured Web Feature Service (WFS) API calls via the backend.
  • getRoute for password protected WMS layers.
  • getRoute for NLS WMTS API. Only for contract customers.
  • getRoute for NLS WMTS API, free but requires an API key.
  • getRoute for NLS vectortiles API, free but requires an API key.
  • getRetrieve a VoID description

Return all search results

post/faceted-search/{resultClass}/all

Path parameters

resultClassstring required
Example:placesMsProduced

The class of the results

Request body

constraintsobject[] nullable
langTagstring

Example request

{
  "langTag": "en"
}

Response

All search results

object required

Changes