FRAMES | NO FRAMES

 

B U S I N E S S   A N A L Y S T   10.5   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.

 

URL Example

http://localhost:6080/arcgis/rest/services/DefaultMap/MapServer/exts/BAServer/GetVersion/execute

Parameters

Parameter

Description

f (optional)

Response format. Type string. Available formats: HTML, JSON, 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.

 

Request

http://localhost:6080/arcgis/rest/services/DefaultMap/MapServer/exts/BAServer/GetVersion/execute?f=PJSON

 

Response

{
  "results":
  [
    {
      "paramName":"Version",
      "dataType":"GPString",
      "value":"10.5.1.112"
    }
  ],
  "messages":
  [
  ]
}

 

See Also

Business Analyst Server REST Reference