Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Single Terms can be accessed via API.

Provides access to the Term collections available in the application.

URL:

/editor/term/[ID]

Available Methods:

GET / POST / PUT / DELETE

Operations (POST)

/editor/term/[ID]/propose/operation

/editor/term/[ID]/confirmProposal/operation

Specialities:

-

Resource Layout

Name

Type

Info

id

int

GET only

term

string

The term itself

midstringA textual mid used in the TBX file

status

stringThe term status, one of:

preferredTerm, admittedTerm, legalTerm, regulatedTerm, standardizedTerm, deprecatedTerm, supersededTerm

processStatus

string

The current processing status of a term, one of: unprocessed, provisionallyProcessed, finalized

definitionstringThe term describing definition
groupIdstringThe mid of the termEntry
languageintegerthe internal language id of the term
collectionIdintegerthe collection id of the collection to which the term belongs
termEntryIdintegerthe internal term entry id of the term entry to which the term belongs
createdtimestampGET only, Date and time when the term collection is created
updatedtimestampGET only, Date and time when the term collection is updated
proposalobjectGET only, null, or an object containing the proposal data object.


Propose Operation

URL:

/editor/term/[ID]/propose/operation

Available Methods:

POST

Description

Creates a new proposal for the term
POST Data (form encoded)data={"term": "New Proposal"}

Confirm Proposal Operation

URL:

/editor/term/[ID]/confirmproposal/operation

Available Methods:

POST

Description

Confirms a proposal and takes it over into the term itself.
POST Data-
  • No labels