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>0</value></param>
  </params>
</methodResponse>

Session and version methods

MethodDescriptionReturnsReturn type
initSession()Creates a new session for a Guest user with auto-login enabled.SessionIDstring
initSession(clientLogin)Creates a new session for the guest user for specified client login.SessionIDstring
initSession(clientLogin, userLogin, password)Creates a new session for the specified client login, user name and password.SessionIDstring
close()Closes a session (logs out user) on the server.0int
getApiVersion()Returns the version of the API from the server.The version stringstring
getTermWebVersionReturns the TermWeb version from the server.The version stringstring