Environments Download Running App

GET {{baseUrl}}/environments/:EnvironmentKey/applications/:ApplicationKey/content/?Type=

Returns a link where the binary file for a given application can be downloaded. The link will expire in 60 minutes.

Request Params

KeyDatatypeRequiredDescription
TypenullThe type of binary file to return, when applicable. One of “oap”, “apk” or “ipa”.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"url":"","expires":"2014-12-31T23:59:59.938Z"}