GET /v0.1/apps/{owner_name}/{app_name}/releases/{release_id}
Summary: —
Operation ID: releases_getLatestByUser
Auth: api_key
Operation ID: releases_getLatestByUser
Auth: api_key
Description
Get a release with id `release_id`. If `release_id` is `latest`, return the latest release that was distributed to the current user (from all the distribution groups).
Parameters (5)
app_name
(string, path, required)
The name of the application
is_install_page
(boolean, query, optional)
The check if the request is from Install page
owner_name
(string, path, required)
The name of the owner
release_id
(string, path, required)
The ID of the release, or `latest` to get the latest release from all the distribution groups assigned to the current user.
udid
(string, query, optional)
when supplied, this call will also check if the given UDID is provisioned. Will be ignored for non-iOS platforms. The value will be returned in the property is_udid_provisioned.
No probe data for this endpoint yet.