Description |
---|
Returns a list of projects that are available on the server and that are accessible for the user. |
URL: /PoolParty/api/projects
Supported Methods |
---|
GET |
No request parameters supported.
Note
If you want to collect group names, that are applied to projects you can use Web Service Method: Request Groups of a Project
Array of PoolParty projects.
Attribute | Type | Comment |
---|---|---|
| String | UUID of the project |
| String | Linked data URI of the project |
| String | Project title |
| String | Primary subject of the project |
| Array of Strings | Available Languages |
| String | Default Language |
| String | Project description |
| String | Project URI supplement |
lastModified | DateTime | Point in time when project was modified for the last time |
Request pattern
http://<server-url>/PoolParty/api/projects
Example Request
http://vocabulary.semantic-web.at/PoolParty/api/projects
Example Response
[
{
id: "1DCE0ED2-D7E8-0001-86A1-18652DF0D7A0",
uri: "http://vocabulary.semantic-web.at/cocktails",
title: "All about Cocktails",
subject: "How to mix the best Cocktails",
availableLanguages: ["en"],
defaultLanguage: "en",
description: "Cocktails, ingredients, glassware, garnish, etc.",
uriSupplement: "cocktails",
lastModified: "2016-08-26T12:43:05Z"
}
]