Skip to main content

Web Service Method: Create a New Note for a Concept

Abstract

Web Service Method: Create a New Note for a Concept

Description

Creates a new note for a concept.

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

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

concept

URI of the concept that should get the note.

String

true

title

Title of the note

String

true

comment

Comment of the note

String

type

Type of the note. Can be either historyNote, changeNote or editorialNote

String

true

Response

http status code 200if OK.

URL Pattern

POST Request Example

http://<server-url>/PoolParty/api/thesaurus/<project-Id>/createNote?concept=http://rockefeller.poolparty.biz/Eurovoc/8&title=My note&type=historyNote&comment=The comment