get_projects
This action retrieves a list of projects that exist within an area in the ExtraView database. For a full explanation of areas and projects, please consult the Administration Guide.
SYNTAX
http://www.myserver.com/evj/ExtraView/ev_api.action?
user_id=username
&password=password OR [&access_token=token-value]
&statevar=get_projects
&area_id=nn
NOTES
The value of the area_id, nn, must exist in the database, else the command will fail.
The asterisk (*) in the return shows the currently selected project. The delimiter ‘:’ in the example is the system delimiter stored in the application default named DEFAULT_TEXT_REPORT_DELIMITER.
Sample return from the get_projects function:
*0:(default values)1:Customer Projects2:Internal Projects3:Documentation4:Marketing RequirementsThe 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.
