v1

latestOpenAPI 3.0.1Apache 2.02026-08-063494581.6 MB
esper_cloud_api_Application V1

Get application information

Alternative Available GET /enterprise/{enterprise_id}/application/{application_id}/

To retrieve an iOS or Windows application use GET /v2/tenant-apps/{appId}

Get Android enterprise application details (V1). Retrieves application details including metadata and the latest version, such as version code, build number, minimum SDK version, package name, and visibility settings. Use this endpoint when working with blueprint configurations, as V1 application endpoints are used in blueprint Workflows.

Common Use Cases Retrieving application details before referencing an app in a blueprint, validating package name and version metadata prior to deployment, confirming app visibility (is_hidden) before assigning to devices or policies, and auditing SDK compatibility.

Best Practices Use this endpoint when your Workflow involves blueprints — V1 application data is what blueprint configurations reference. For non-blueprint Workflows, the non-versioned GET /enterprise/{enterprise_id}/application/{application_id}/ endpoint returns richer version detail. Confirm is_hidden status before assigning an app to a policy or device group to avoid silent failures.

Workflow

  1. Use the List apps in enterprise (V1) endpoint to retrieve the application_id.
  2. Pass the application_id to this endpoint to retrieve full application details and latest version metadata.
get/v1/enterprise/{enterprise_id}/application/{application_id}/

Path parameters

application_idstring uuid required

A UUID string identifying this application.

enterprise_idstring required

A UUID string identifying enterprise.

Response

successful operation

idstring uuid
application_namestring required
package_namestring required
is_hiddenboolean
enterprisestring url required