Application (Appium)›
Application (Appium)
Download App by Custom ID (Server 1)
Download the binary of an uploaded application (.apk/.aab/.ipa) using its customId. The file is streamed back as an attachment.
GET
/app/custom_id/{customId}/download
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
customIdstringrequired
The custom ID of the application to download.
Response
application/jsonApplication binary streamed successfully as a file attachment.