# Get instance of device tiles report Returns instance of device tiles report Endpoint: GET /v1/enterprise/{enterprise_id}/report/device-tiles/{device_tiles_id}/ Version: 1.0.0 Security: apiKey ## Path parameters: - `enterprise_id` (string, required) A UUID string identifying this enterprise. - `device_tiles_id` (integer, required) An integer representing the device tile report. ## Response 200 fields (application/json): - `id` (integer) - `device` (object) - `device.groups` (array) - `device.groups.name` (string) - `device.groups.url` (string) - `device.device_name` (string) - `device.state` (integer) - `device.tags` (string,null) - `device.device_type` (string) - `device.serial` (string) - `device.imeis` (object) - `device.android_version` (integer) - `device.eea_version` (string) - `device.manufacturer` (string) - `device.api_level` (integer) - `device.template_name` (string) - `device.dpc_version` (string) - `device.alias_name` (string) - `device.provisioned_on` (string) - `device.geofence_id` (string) - `network_info` (object) - `network_info.__faust` (object) - `network_info.__faust.ns` (string) - `network_info.mobileIPv4` (string,null) - `network_info.mobileIPv6` (string,null) - `network_info.networkType` (string,null) - `network_info.numberOfSim` (integer) - `network_info.simOperator` (array) - `network_info.signalStrength` (string,null) - `network_info.networkOperator` (array) - `network_info.mobileNetworkStatus` (string) - `network_info.currentActiveConnection` (string) - `model` (string) - `location` (object,null) - `battery_level` (number) - `security_state` (string) - `security_reason` (string) - `security_advise` (string) - `wifi_ssid` (string,null) - `updated_on` (string) - `created_on` (string) - `is_active` (boolean) - `is_gms` (boolean) - `status_id` (integer,null) - `serial_no` (string) - `location_city` (string) - `network_type` (string) - `enterprise` (string) - `icon` (string,null) ## Response 401 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 404 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 500 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer)