App Builds
Authorizations
Path parameters
platformstringRequiredExample:
The platform of the app. Either ios or android
iosappIdstringRequiredExample:
The unique identifier for the app. On Android this is the package name, on iOS this is the bundle identifier.
com.sample.appIdQuery parameters
versionNamestringOptionalExample:
The version name to filter by, example "1.0.0".
1.0.0buildNumberstringOptionalExample:
The build number to filter by, example "1". This is the versionCode on Android and CFBundleVersion on iOS.
1tagsstringOptionalExample:
The tags to filter by, example "tag1,tag2".
tag1,tag2latestbooleanOptionalExample:
Only return the latest version if more than one version matches the filter.
truepagenumberOptionalExample:
The index of the desired page
1limitnumberOptionalExample:
The number of items to return per page
10Responses
200
OK
application/json
totalinteger · int32OptionalExample:
25nextPagenumber · int32 · nullableOptionalExample:
2400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
get/v2/apps/{platform}/{appId}/builds
Last updated