/
/Sampo-UI API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h 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.
  • getRetrieve a VoID description

Full text search

get/full-text-search

Query parameters

qstring required

The query string

Response

Full text search results

dataobject[]

An array of objects

sparqlQuerystring

The SPARQL query that was used for retrieving the results

Changes