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