Returns details of a device
Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/enterprise/{enterprise_id}/device/{device_id}/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/enterprise/{enterprise_id}/device/{device_id}/
curl -i -X GET \
'https://develop-api.esper.io/_mock/openapi/enterprise/{enterprise_id}/device/{device_id}/' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'successful operation
Following are the Device States and their description
* 0 = Device State is Unspecified
* 1 = Online
* 20 = Disabled (device has been factory reset or removed from the Esper Dashboard)
* 30 = Beginning Provisioning
* 40 = Configuring Google Play (still provisioning)
* 50 = Applying Policies and Installing Applications (still provisioning)
* 60 = Offline
* 70 = Device is undergoing a Factory Reset (reset started from Dashboard)
* 80 = Device Onboarding in Progress
* 90 = Device Onboarding Failed
* 100 = Device Onboarded in Esper
* 110 = Android For Work Account added
* 120 = Apps installed
* 130 = Branding Processed
* 140 = Permission Policy Processed
* 150 = Device Policy Processed
* 160 = Device Settings Processed
* 170 = Security Policy Processed
* 180 = Phone Policy Processed
* 190 = Custom Settings Processed
* 200 = RegisteredEnum:012030405060708090
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "url": "string", "device_name": "string", "alias_name": "string", "policy_name": "string", "status": 0, "state": 0, "current_command": "56d48fe1-418b-4f15-89fd-e796ac9dcba7", "suid": "string", "directory_record_id": "6f311904-88c6-4ec4-a47d-9093f673ceea", "fcm_id": "string", "enterprise": "string", "policy": "string", "user": "string", "groups": [ "string" ], "tags": [ "string" ], "api_level": 0, "template_name": "string", "mqtt_id": "string", "softwareInfo": {}, "hardwareInfo": {}, "displays": {}, "networkInfo": {}, "memoryInfo": {}, "esper_cient": "string", "device_type": "string", "audioConstraints": {}, "provisioned_on": "2019-08-24T14:15:22Z", "created_on": "2019-08-24T14:15:22Z", "current_app_mode": 0, "kiosk_app_name": "string", "lockdown_state": 0, "timezone_string": "string", "initialtemplate": "string", "updated_on": "2019-08-24T14:15:22Z", "emm_device": { "id": 0, "google_device_id": "string", "managementType": "string", "device": "8dca31e6-c85b-4a6b-bfb4-205d45d9b3bd", "google_user": 0, "policy": 0, "created_on": "2019-08-24T14:15:22Z", "updated_on": "2019-08-24T14:15:22Z", "is_active": true }, "is_gms": true, "is_active": true, "has_seamlessInfo": true }