# Get device app details Returns DeviceApp instance Endpoint: GET /enterprise/{enterprise_id}/device/{device_id}/app/{app_id}/ Version: 1.0.0 Security: apiKey ## Path parameters: - `app_id` (string, required) A UUID string identifying this device app. - `enterprise_id` (string, required) A UUID string identifying this device. - `device_id` (string, required) A UUID string identifying this enteprise. ## Response 200 fields (application/json): - `id` (string) - `app_name` (string, required) - `state` (string) - `app_type` (string) - `package_name` (string, required) - `whitelisted` (boolean) - `is_data_clearable` (boolean) - `is_uninstallable` (boolean) - `product_id` (string,null) - `version_code` (string,null) - `version_name` (string,null) - `created_on` (string) - `updated_on` (string) - `is_active` (boolean) - `is_kiosk_app` (boolean) - `is_esper_controlled` (boolean) - `device` (string, required) ## 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)