GET device/environment
Gets the environment information of the device.
Response Information
Environment data as DTO.
Response body formats
application/json, text/json
Sample:
{
"androidForWorkEnterpriseBonded": true,
"creationDate": "2020-05-15T17:03:27.6960553-03:00",
"customizations": {
"logoPath": "sample string 1"
},
"defaultGroup": {
"enrollCode": "sample string 1",
"fullName": "sample string 2",
"id": 3,
"name": "sample string 4",
"parentFullName": "sample string 5",
"parentGroupId": 1
},
"defaultGroupId": 1,
"deviceInactivityThreshold": 3,
"enrollmentSettings": {
"enableSystemApps": true,
"skipDeviceEncryption": true,
"wifiSettings": {
"autoConnect": true,
"eap": {
"anonymousIdentity": null,
"clientCertificate": null,
"identity": null,
"method": 0,
"password": null,
"phase2Method": 0,
"serverCertificateAuthorities": null
},
"hiddenSsid": true,
"name": "sample string 3",
"passphrase": "sample string 4",
"security": 0,
"ssid": "sample string 5"
}
},
"id": 4,
"isLocked": true,
"maxAllowedDevices": 6,
"maxRepositoryContentSize": 7,
"name": "sample string 8",
"totalEnabledDevices": 9
}