Skip to main content

Web Service Method: Create a Project Using PPAR

Abstract

Web Service Method: Create a Project Using PPAR

Description

Creates a new project based on a ppar file.

URL: /PoolParty/api/projects/create

Content-Type

application/x-www-form-urlencoded

Supported Methods

POST

HTTP Parameters

Parameter

Description

Type

Required

file

.ppar file

MultipartFile

true

title

Project title

String

false

projectIdentifier

Project identifier

String

false

userGroups

User groups

Array of Strings

false

remoteRepositoryIRI

IRI of the remote repository

String

false

uuid

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

Returns

Content-Type: application/json

JsonProjectPoolParty Project

Attribute

Type

Comment

availableLanguages

Array of Strings

Available languages

defaultLanguage

String

Default language

description

String

Project description

id

String

UUID of the project

lastModified

String

Project last modified date

lastOpened

String

Project last opened date

modified

String

Project modified date

remoteRepositoryIRI

String

IRI of the remote repository

repositoryType

String

Repository type

subject

String

Primary subject of the project

title

String

Project title

uri

String

Linked data URI of the project

uriSupplement

String

Project URI supplement

userGroups

Array of Strings

User groups