GET api/Job?jobId={jobId}
Method for getting data about a single job
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
jobId | Id of the job you want details for |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "success": true, "message": "sample string 2", "data": [ {}, {}, {} ] }