This action returns the build information of your ExtraView database.
http://www.myserver.com/evj/ExtraView/ev_api.action?
user_id=username
&password=password
&statevar=version
[&access_token=token-value]
The information returned is a serial number of the last updates applied to the ExtraView database. A typical output from the command is shown below.
$Revision: 22 $
$Modtime: 6/23/06 10:37p $
The optional access_token
parameter allows you to use a valid OAuth2 token obtained with the get_token
command. If you provide the access_token
parameter, then the user_id
and password
parameters should not be provided. This prevents the password being sent in clear text over your network connection.