Get job XML
URL:
GET http://api.aurelon.com/api/v2/job/{JobGUID}
Request Headers:
MisKey : see Authentication
HardwareHash : see Authentication
SerialNumber : see Authentication
ApplicationVersion : see Authentication
Response:
Content type is application/xml and contains the XML of the job. Or content type application/json when with the error content.
Success:
200 OK : Job XML
Error:
- 401 Unauthorised : {“Message”:”Invalid HardwareHash”}
- 401 Unauthorized : {“Message”:”Invalid MisKey”}
- 404 Not Found : {“Message”:”JobGUID is not found”}
- 401 Unauthorized : {“Message”: “”MisKey” or “HardwareHash”, “SerialNumber” and “ApplicationVersion” header are required”}
- 500 Internal Server Error : {“Message”:”Internal Server Error”}