downloadJobResult (rest)

« Back to api method list

API versions: 1.0 – 2.0

Downloads a result file from a REST call.

URL

http://services.drawloop.com/api/version/rest/downloadJobResult

API Version

We recommend always using the latest version of the API. Please see the available versions here.

Formats

Not applicable

Parameters

Parameters with a * are required

  • jobId *

    The id of the job you’re requesting the file for.

  • fileName *

    The name of the result file you wish to download.

Response

The response body for this call is the contents of the requested file. In addition, there are two standard HTTP headers included with file information.

HTTP Headers

Content-Disposition: attachment; filename=”fileName
Content-Length: length of file in bytes