获取作业页面的缩略图
网址:
获取 http://api.aurelon.com/api/v2/job/{JobGUID} /缩略图/{PageNumber}
请求标头:
MisKey:见认证
HardwareHash:见认证
序列号:见认证
应用程序版本:请参阅身份验证
回复:
内容类型为 image/png,包含页面缩略图的 PNG。 或内容类型为 application/json 时出现错误内容。
成功:
200 OK:工作页面 PNG 缩略图
错误:
- 401 Unauthorized : {“Message”:”Invalid HardwareHash”}
- 401 Unauthorized : {“Message”:”Invalid MisKey”}
- 404 未找到: {“消息”:“未找到 JobGUID”}
- 404 Not Found : {“Message”:”PageNumber is not found”}
- 401 Unauthorized : {“Message”: “”MisKey” or “HardwareHash”, “SerialNumber” and “ApplicationVersion” header are required”}
- 500 内部服务器错误: {“消息”:“内部服务器错误”}