Downloads the application files as a ZIP archive by its ID.
appId-orgId
.application/zip
attachment; filename="{appId}.zip"
error
if not successful.UNAUTHORIZED
: The user is not authenticated or lacks sufficient permissions.APP_NOT_FOUND
: The specified application does not exist.FORBIDDEN
: The user does not have permission to access the application.DOWNLOAD_FAILED
: The application files could not be downloaded.