v1

latestOpenAPI 3.0.1Apache 2.02026-08-063494581.6 MB
apps_management_Tenant Apps

Get tenant app by ID

Retrieves a single tenant app's detail record by its ID.

Returns the TenantAppResponse object for the given appId, including its platform, package name, and audit timestamps.

About Get Tenant App

⚠️ iOS and Windows only. This is the single-app counterpart to the tenant apps list, useful once you already have an appId and need its current record.

Common Use Cases

Confirming an app's platform and package name before referencing it in a blueprint

Checking when an app record was last updated

Best Practices

Use GET /v2/tenant-apps/{appId}/versions immediately after this call if you need the app's installable versions, since this endpoint does not return version detail

Workflow

Obtain the appId from the tenant apps list or from the upload response

Call this endpoint to retrieve its detail record

get/v2/tenant-apps/{appId}

Path parameters

appIdstring uuid required

Response

Success