Skip to main content

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

Request

Supported Methods

GET

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

String

true

Response

A string describing the status of the concept. The possible status values are: SUGGESTED, REGULAR, MERGED or DELETED.

Example

GET Request

http://<server-url>/PoolParty/api/thesaurus/1DCE489D-9695-0001-E272-285217B0181E/getConceptStatus?concept=http://testserver.poolparty.biz/NeoGeo/5

Example Response

"REGULAR"