v1

latestOpenAPI 3.1.02026-07-24121425.6 KB

Export Reaper analysis results

Returns the Reaper analysis results for a given build. You can identify the build using either an uploadId OR a combination of platform, appId, and version.

post/deadCode/export

Query parameters

uploadIdstring

The Emerge ID of the build to analyze. Required if not using platform+appId+version combination.

platform'ios' | 'android'

The platform of the app ('ios' or 'android'). Required if not using uploadId.

appIdstring

The bundle ID or package name of the app. Required if not using uploadId.

versionstring

The version of the app. Required if not using uploadId.

pageinteger

The current page to request data for in the event of pagination. Defaults to 1 if not specified.

Response

Success