B U S I N E S S A N A L Y S T 10.2 R E S T 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.
http://localhost:6080/arcgis/rest/services/DefaultMap/MapServer/exts/BAServer/GetVersion/execute
Parameters
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 Business Analyst Server version.
Example Usage
The example below requests a version of the current Business Analyst instance.
{ "results": [ { "paramName":"Version", "dataType":"GPString", "value":"10.2.2.79" } ], "messages": [ ] }
See Also