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
Key | Datatype | Required | Description |
---|---|---|---|
Type | null | The type of binary file to return, when applicable. One of “oap”, “apk” or “ipa”. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"url":"","expires":"2014-12-31T23:59:59.938Z"}