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
Supported Methods |
---|
POST |
application/x-www-form-urlencoded
Variable | Comment |
---|---|
| The UUID or the URI supplement (textual identifier) of the project to be used. |
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 | String | true |
http status code 200if OK.
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