Web Service Method: Request Lists
Abstract
Web Service Method: Request Lists
Description |
---|
Returns all pick lists available on the server. |
URL: /PoolParty/api/lists/{project}
Request
Supported Methods |
---|
GET |
Variable | Comment |
---|---|
| The UUID or the URI supplement (textual identifier) of the project to be used. |
Response
Array of pick lists.
Attribute | Type | Comment |
---|---|---|
| String | URI of the Concept |
| String | Title |
| String | Description |
Example
Example Request
http://<server-url>/PoolParty/api/lists/1D998B55-ECEA-0001-2A81-1F7D630018B1
Example Response
[ {"description": "Shows Education's narrower Concepts", "title": "Education's narrowers", "uri": "http://ppserver.local/doku/sparqllist/default/narrower/4" }, {"description": "Shows Towns's narrower Concepts", "title": "Towns's narrowers", "uri": "http://ppserver.local/doku/sparqllist/default/narrower/9" } ]