get_behavior_setting

This action retrieves the value of a behavior setting from ExtraView.

SYNTAX

http://www.myserver.com/evj/ExtraView/ev_api.action?
user_id=username
&password=password 
OR [&access_token=token-value]
&statevar=get_behavior_setting
&app_default_name=1

NOTES

You must provide the name of an existing behavior setting in the get_behavior_setting parameter name. The result of the function is:

app_default_name:app_default_value

where the delimiter : is the system delimiter stored in the behavior setting named DEFAULT_TEXT_REPORT_DELIMITER. The =1 in the parameter list is a mechanism to provide a dummy value. The number 1 has no significance. For a full list of behavior settings and their uses, please consult the Administration Guide.

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.