- 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
Parameter | Details |
---|---|
| 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 |
| Indicates the version of Mission Server. |
| Changes the access level of the Mission Server for unauthenticated users. If set to |
| Provides an array of available integrations to use with the Mission product. |
| An array of strings representing portal items used as symbol/style sets in the Mission product. |
| Allows Mission Members to update their own biographical data. |
JSON Example Response
{
"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"
}