1. Home
  2. Knowledge Base
  3. Get Job Estimate

Get Job Estimate

Get estimate of the job

URL:

GET http://api.aurelon.com/api/v2/job/{JobGUID}/estimate

Request Headers:

MisKey : see Authentication
HardwareHash : see Authentication
SerialNumber : see Authentication
ApplicationVersion : see Authentication

Response:

Content type is application/json and contains the Job estimate data. Or content type application/json when with the error content.

Success:

200 OK : Job estimate json

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”}
Updated on May 19, 2022

Was this article helpful?