Web Service Method: Request Concept Schemes of a Project
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.
| Supported Methods | 
|---|
| GET | 
| Variable | Comment | 
|---|---|
|   | The UUID or the URI supplement (textual identifier) of the project to be used. | 
| 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 | 
Array of concept schemes (JSON) in requested PoolParty project.
| Attribute | Type | Comment | 
|---|---|---|
|   | String | URI of the concept scheme | 
|   | String | Concept scheme title | 
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"
 }
]