Method: ArtikCloud::ExportApi#get_export_result
- Defined in:
- lib/artikcloud/api/export_api.rb
#get_export_result(export_id, opts = {}) ⇒ String
Get Export Result Retrieve result of the export query in tgz format. The tar file may contain one or more files with the results.
134 135 136 137 |
# File 'lib/artikcloud/api/export_api.rb', line 134 def get_export_result(export_id, opts = {}) data, _status_code, _headers = get_export_result_with_http_info(export_id, opts) return data end |