This action retrieves a list of areas that exist within the ExtraView database. For a full explanation of areas, please consult the Administration Guide.
http://www.myserver.com/evj/ExtraView/ev_api.action?
user_id=username
&password=password OR [&access_token=token-value]
&statevar=get_areas
The delimiter of a colon (:) in the example is the system delimiter stored in the behavior setting named DEFAULT_TEXT_REPORT_DELIMITER. The currently selected area for the user who is executing the command, in their current role is marked with an asterisk (*). Sample return from the get_areas function:
*0:(default values)
3:Customer
23:Project
43:Incident
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.