Web Service Method: Create a Project Using PPAR
Web Service Method: Create a Project Using PPAR
Description |
---|
Creates a new project based on a |
URL: /PoolParty/api/projects/create
application/x-www-form-urlencoded
Supported Methods |
---|
POST |
Parameter | Description | Type | Required |
---|---|---|---|
|
| MultipartFile | true |
| Project title | String | false |
| Project identifier | String | false |
| User groups | Array of Strings | false |
| IRI of the remote repository | String | false |
| UUID of the project. If provided, universal uniqueness must be guaranteed by the user. For more information on UUIDs, refer to the RFC 4122 standard. | String | false |
Content-Type: application/json
Attribute | Type | Comment |
---|---|---|
| Array of Strings | Available languages |
| String | Default language |
| String | Project description |
| String | UUID of the project |
| String | Project last modified date |
| String | Project last opened date |
| String | Project modified date |
| String | IRI of the remote repository |
| String | Repository type |
| String | Primary subject of the project |
| String | Project title |
| String | Linked data URI of the project |
| String | Project URI supplement |
| Array of Strings | User groups |