Description |
---|
Provides available server facets available for GraphSearch. Used for search space facet configuration: PoolParty taxonomy data and Custom Schemes. |
URL: /GraphSearch/api/facets
Supported Methods |
---|
GET |
This method returns json formatted response containing all available facet resources.
application/json
Status: 200 - OK
Example Request
https://vocabulary.semantic-web.at/GraphSearch/api/facets
Example Response
[
{
"facetId": "1E02D67D-7959-0001-82BE-B9811AAC76E0",
"label": "CTP - cocktails test project - [Thesaurus]",
"type": "Thesaurus"
},
{
"facetId": "http://vocabulary.semantic-web.at/cocktail-ontology/CustomScheme",
"label": "cocktail-ontology/CustomScheme - [CustomScheme]",
"type": "CustomScheme"
}
]