Get specific app version of the app
https://{server-hostname}:8383/api/v1/mdm/apps/{app_id}/labels/{release_label_id}
MDMDeviceMgmt.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the application. Obtain from the Get App List response
Unique identifier of the release label. Obtain from the Get App Details response
Comma-separated list of related fields to include in the response (e.g., assigned_to, payload_details). When omitted, only top-level fields are returned
Unique identifier of the Business Store (Apple VPP / Managed Google Play / Microsoft Store) to scope the request to
curl --request GET \
--url 'https://appdomain/api/v1/mdm/apps/{app_id}/labels/{release_label_id}?include=SOME_STRING_VALUE&businessstore_id=SOME_INTEGER_VALUE' \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Unique identifier for the app
Name of the app
Category of the app
App type: 0 = Free Store App, 1 = Paid Store App, 2 = Enterprise App
App bundle identifier
Version of the app
Platform: 1 = iOS, 2 = Android, 3 = Windows
Custom description of the app
URL link for the app icon image. May be null
Store URL for the app (iOS only). May be null
Whether the app is a paid app
Country code for App Store (iOS only). May be null
Identifier for the App Store (iOS only). May be null
Epoch timestamp (milliseconds) when the app was added
Epoch timestamp (milliseconds) when the app was last modified
Array of release label objects with version details
Version type: 1 = Stable, 2 = Beta
Label name (e.g., Stable, Beta)
Unique ID for the release label
The version of the app in this label
Details of an enterprise app with release labels
{
"store_id": "9007199254741069",
"app_type": 2,
"added_time": 1714630800000,
"icon": "https://appDomain/mdm-logo.png",
"description": "The is an enterprise app",
"version": "1.1.1",
"store_url": "https://www.zylker.com/app/zylker-mdm/id720111835?mt=8",
"app_name": "Zylker MDM",
"country_code": "US",
"modified_time": 1714717200000,
"platform_type": 2,
"is_app_paid": false,
"bundle_identifier": "com.manageengine.mdm.iosagent",
"app_category": "Education",
"app_id": 9007199254741080,
"release_labels": [
{
"release_label_type": 1,
"app_version": "12.3.45",
"release_label_name": "Stable",
"release_label_id": 9007199254741076
}
]
}
![]()
Duration: 1 minute | Threshold: 60 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.