B U S I N E S S A N A L Y S T 10.0 R E S T A P I L O O K U P U T I L I T Y
Get Version Endpoint
Gets the version of Business Analyst Server.
Availability: Business Analyst Server.
URL Example
http://localhost/ArcGIS/baserver/REST/services/DefaultMap/BAServer/GetVersion/execute
Parameters
Parameter |
Description |
|---|---|
f (optional) |
Response format. Type string. Available formats: HTML, JSON, PJSON, XML. Default: HTML. |
token |
Authentication token. This parameter is required if your Business Analyst Server is secured. Type string. |
Returns
Variable of type string containing the Business Analyst Server version.
Example Usage
The example below requests a version of the current Business Analyst instance.
Request
Response
{
"results":
[
{
"paramName":"OutputText",
"dataType":"GPString",
"value":"10.0.1.151"
}
],
"messages":
[
]
}
See Also