get_field_defaults

This action returns the data dictionary defaults for all data dictionary fields that have a default value set.

SYNTAX

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

NOTES

The information returned from this call is of the format:

field_name:default_value

One row of data is returned for each field in the data dictionary that has a default value.

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.