This action retrieves the title of a field from the ExtraView data dictionary, by providing its field name.
http://www.myserver.com/evj/ExtraView/ev_api.action?
user_id=username
&password=password
&statevar=get_title
&dd_name=1
[&access_token=token-value]
You must provide the name of an existing database dictionary field in dd_name.
The =1 in the parameter list is a mechanism to provide a dummy value. The number 1 has no significance.
The result of the function is:
dd_name:title
where the delimiter :
is the system delimiter stored in the behavior setting named DEFAULT_TEXT_REPORT_DELIMITER.
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.