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

Get Job Thumbnail

Get thumbnail of a page of the job

URL:

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

Request Headers:

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

Response:

Content type is image/png and contains the PNG of the page thumbnail. Or content type application/json when with the error content.

Success:

200 OK : Job Page PNG thumbnail

Error:

  • 401 Unauthorised : {“Message”:”Invalid HardwareHash”}
  • 401 Unauthorized : {“Message”:”Invalid MisKey”}
  • 404 Not Found : {“Message”:”JobGUID is not found”}
  • 404 Not Found : {“Message”:”PageNumber 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?