Skip to main content

Web Service Method: Add Concept to Collection

Abstract

Web Service Method: Add Concept to Collection

Description

Adds a concept to an existing collection.

Note

Find details about collections in PoolParty here: Collections

URL: /PoolParty/api/thesaurus/{project}/addConceptToCollection

Request

Supported Methods

POST

Content-Type

application/x-www-form-urlencoded

Path Variables

Variable

Comment

{project}

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

HTTP Parameters

Parameter

Comment

Type

Required

collection

Collection the concept should be added to

String

true

concept

Concept that should be added to collection

String

true

Response

http status code 200if OK.

URL Pattern

POST Request

http://<server-url>/PoolParty/api/thesaurus/<project-Id>/addConceptToCollection?concept=<concept-URI>&collection=<collection-URI>