- Graphwise Platform Documentation
- Graphwise API Endpoints
- Thesaurus & Ontology Manager API
- List Services
- Web Service Method: Request Lists
Web Service Method: Request Lists
18/03/2026
Description |
|---|
Returns all pick lists available on the server. |
URL: /PoolParty/api/lists/{project}
Request
Supported Methods |
|---|
GET |
Path Variables
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"
}
]In this section: