Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<methodResponse>
  <params>
    <param><value><array><data><value>
		<struct>
		<member><name>__objtype</name><value>IndexTerm</value></member>
		<member><name>term</name><value>poisson</value></member>
		<member><name>conceptEntryID</name><value>436</value></member>
		<member><name>termEntryID</name><value>440</value></member>
		</struct>
	</value></data></array></value></param>
  </params>
</methodResponse>

Getting concept and term entries

For retrieving concepts and terms the following custom methods exist:

MethodReturnsReturn typeDescription
getConceptEntry(sessionID, objID)A concept entrystructReturns the concept entry with specified oid from current dictionary. Same as generic method call getObject(sessionID, 'conceptentry', objID)
getConceptEntryByCID(sessionID, conceptID) A concept entrystructReturns the concept entry with specified concept ID from current dictionary.
getTermEntry(sessionID, objID)A term entrystructReturns the term entry with specified oid from current dictionary. Same as generic method call getObject(sessionID, 'termentry', objID) 
getTermEntryByTID(sessionID, termID)A term entrystructReturns the term entry with specified term ID from current dictionary.
getTermEntries(sessionID, searchCondition, targetLang)List of term entriesarrayReturns the matching term entries for the specified search condition and translated into the specified target language.