Self

URL:
https://<root-url>/self
Methods:
GET
Operations:
Self Update
Required Capability:
Standard
Version Introduced:
10.9.1

Description

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

Self response properties

ParameterDetails

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.

currentVersion

Indicates the version of Mission Server.

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.

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.

Support Member Details Update

Allows Mission Members to update their own biographical data.

JSON Example Response

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

{

    "allowDeleteOperations": false,
    "access": "public",
    "sensorIntegrations": [{
        "name": "Flic 2",
        "id": "Flic2",
        "triggers": [
            "single-press",
            "double-press",
            "hold"
        ],
        "enabled": true
    }],
    "symbolItems": ["37e113ec63de44db8a11c5c1a8e19317"],
    "supportsMemberDetailsUpdate": true,
    "requestTimeout": -1,
    "currentVersion": "11.3.0"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.