Skip to main content

Web Service Method: Request Concept Schemes of a Project

Abstract

Web Service Method: Request Concept Schemes of a Project

Description

Returns a list of all concept schemes in the given project.

URL: /PoolParty/api/thesaurus/{project}/schemes

Note

Concept schemes do not have a workflow status.

Request

Supported Methods

GET

Path Variables

Variable

Comment

{project}

The UUID or the URI supplement (textual identifier) of the project to be used.

HTTP Parameters

Parameter

Comment

Type

Required

language

Only concept schemes with labels in this language will be displayed. If no language is given, the default language of the project will be used.

String

false

ResponseReturns

Array of concept schemes (JSON) in requested PoolParty project.

Attribute

Type

Comment

uri

String

URI of the concept scheme

title

String

Concept scheme title

Example

Example Request

http://<server-url>/PoolParty/api/thesaurus/bb2df837-7654-4c89-8994-d23f5468b56b/schemes

Example Response

[
 {
  title: "Places",
  uri: "http://vocabulary.semantic-web.at/doku/Places"
 },
 {
  title: "Regions",
  uri: "http://vocabulary.semantic-web.at/doku/Regions"
 }
]