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
- Use the List apps in enterprise (V1) endpoint to retrieve the application_id.
- Pass the application_id to this endpoint to retrieve full application details and latest version metadata.
Path parameters
A UUID string identifying this application.
A UUID string identifying enterprise.
Response
successful operation