getJobResults (rest)

« Back to api method list

API versions: 1.0 – 2.0

Get the result file name(s) for the specified job id. File(s) can be downloaded using downloadJobResult.

URL

http://services.drawloop.com/api/version/rest/getJobResults.format

API Version

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

Formats

string, xml, json

Parameters

Parameters with a * are required

  • jobId *

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

Example Responses

XML

<?xml version="1.0" standalone="yes"?>
<files>
    <file>
        <![CDATA[output1.pdf]]>
    </file>
    <file>
        <![CDATA[output2.pdf]]>
    </file>
</files>

JSON

["output1.pdf", "output2.pdf"]