Skip to main content

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

Path Variables

Variable

Comment

{project}

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

Response

Array of pick lists.

Attribute

Type

Comment

uri

String

URI of the Concept

title

String

Title

description

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"
}
]