v1

latestOpenAPI 3.0.1Apache 2.02026-08-063494581.6 MB
apps_management_Tenant Apps

Get tenant app version by ID

Retrieves the full detail record for a single tenant app version.

Returns the TenantAppVersionDetailResponse for the given appId and versionId, with the same legacy_format option for choosing between build_number and version_code.

About Get Tenant App Version

⚠️ iOS and Windows only. This is the detail view behind a single entry in the app's version list, useful once you already have both the appId and versionId.

Common Use Cases

Confirming a specific version's detail before referencing it in a blueprint or install command

Auditing a specific build's metadata

Best Practices

Set legacy_format to false to receive version_code if your integration doesn't depend on the legacy build_number field

Workflow

Obtain the appId and versionId from the versions list

Call this endpoint for the full version detail

get/v2/tenant-apps/{appId}/versions/{versionId}

Path parameters

appIdstring uuid required
versionIdstring uuid required

Query parameters

legacy_formatboolean

If false, returns version_code instead of build_number. Defaults to true for backward compatibility.

Response

Success