Description

Exports an application to a qvf file

Endpoint

qrs/download/app/{appid}/{exportticket}/{filename}

Usage

"""
:param appid: The application id name to export
:param filepath: The path to the file
:param filename: The path and filename to export the application to
"""
qrs.export_app('8dadc1f4-6c70-4708-9ad7-8eda34da0106', 'c:/some/folder/', 'exportedapp.qvf')

Returns

Application: exportedapp.qvf written to c:/some/folder/