v1

latestOpenAPI 3.0.1Apache 2.02026-08-063494581.6 MB
esper_cloud_api_AndroidDevice

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.

get/enterprise/{enterprise_id}/device/{device_id}/app/{app_id}/

Path parameters

app_idstring uuid required

A UUID string identifying this device app.

enterprise_idstring required

A UUID string identifying this device.

device_idstring required

A UUID string identifying this enteprise.

Response

successful operation

idstring uuid
app_namestring required
statestring
app_typestring
package_namestring required
whitelistedboolean
is_data_clearableboolean
is_uninstallableboolean
product_idstring nullable
version_codestring nullable
version_namestring nullable
created_onstring date-time
updated_onstring date-time
is_activeboolean
is_kiosk_appboolean
is_esper_controlledboolean
devicestring uuid required