Web Service Method: Request a Concept's Status
Abstract
Web Service Method: Request a Concept's Status
Description |
---|
Returns the status of a concept. |
URL: /PoolParty/api/thesaurus/{project}/conceptStatus
Supported Methods |
---|
GET |
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 | String | true |
A string describing the status of the concept. The possible status values are: SUGGESTED, REGULAR, MERGED or DELETED.
GET Request
http://<server-url>/PoolParty/api/thesaurus/1DCE489D-9695-0001-E272-285217B0181E/getConceptStatus?concept=http://testserver.poolparty.biz/NeoGeo/5
Example Response
"REGULAR"