Skip To Content
ArcGIS Developer
Dashboard

Self

Description

The Self endpoint provides users organizational settings available to the user on the ArcGIS Mission Server.

Self response properties

ParameterDetails
access

Changes the access level of the Mission Server for unauthenticated users. If set to private, only the endopints info and login are able to be seen.

currentVersion

Indicates the version of Mission Server.

requestTimeout

Provides the integer value in milliseconds in which an operation performed on Mission Server will timeout if no response is received by the owning system. The default value of -1 represents 60000 milliseconds.

sensorIntegrations

Provides an array of available integrations to use with the Mission product.

symbolItems

An array of strings representing portal items used as symbol/style sets in the Mission product.

JSON Example Response


{
    "sensorIntegrations": [{
        "name": "Flic 2",
        "id": "Flic2",
        "triggers": [
            "single-press",
            "double-press",
            "hold"
        ],
        "enabled": false
    }],
    "symbolItems": [],
    "requestTimeout": -1,
    "currentVersion": "10.9.1"
}