getJobStatus (rest)
API versions: 1.0 – 3.0
Get the current running / not running job status for the specified job id
URL
http://services.drawloop.com/api/version/rest/getJobStatus.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 status for.
Example Responses
XML
<?xml version="1.0" standalone="yes"?>
<running>
<![CDATA[True or False]]>
</running>
JSON
"True or False"








