Skip To Content
ArcGIS Developer
Dashboard

Info

Description

This is a read-only resource that returns information about the server site itself.

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json

Example usage

Below is a sample request URL for the info resource:

https://machine.domain.com/webadaptor/rest/info?f=json

JSON Response syntax


{
  "fullVersion": "<software version number>",
  "currentversion": "<version>"
}

JSON Response example


{
    "fullVersion": "10.8.1",
    "currentVersion": 10.8
}