Versions Compared

Key

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

...

Selecting which dictionary to search in is done by the generic method setSelected. 

Code Block
<?xml version="1.0"?>
<methodCall>
   <methodName>termwebapi2.setSelected</methodName>
   <params>
     <param><value><string>123456789abc</string></value></param>
	 <param><value><string>dictionary</string></value></param>
     <param><value><string>312</string></value></param>
   </params>
</methodCall>

Response:

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<methodResponse>
  <params>
    <param><value><i4>0</i4></value></param>
  </params>
</methodResponse>