Get device app details
Get details of a specific app installed on an Android device. Retrieves the full DeviceApp record for a single app identified by app_id on the specified Android device, including the app's app_name, package_name, state, app_type, version_code, version_name, is_active, is_kiosk_app, is_esper_controlled, whitelisted, is_data_clearable, and is_uninstallable fields.
Workflow
Call this endpoint to retrieve the full list of Android application id and package_name pairs for the enterprise. Identify the application_id UUID for the package you want to work with. Use GET /v1/enterprise/{enterprise_id}/application/{application_id}/version/ to retrieve available versions for that application. Use the version_id from step 3 in POST /commands/v0/commands/ to issue an install command to target devices.
Path parameters
A UUID string identifying this device app.
A UUID string identifying this device.
A UUID string identifying this enteprise.
Response
successful operation