GET environment
Searches for the Environment of current API consumer.
Remarks
C4M Error Code returned:
null Returns the information about the authorized environment.
EnvironmentNotFound The specified environment does not exist.
403 - Forbidden The authenticated user doesn't have permission to access the resource.
Response Information
Information about the authorized Environment as EnvironmentResponseDto.
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 }