1. 知识库
  2. 获取设备队列

获取设备队列

获取指定设备的所有队列

网址:

获取 http://api.aurelon.com/api/v2/device/{DeviceGUID} /队列

请求标头:

MisKey:见认证
HardwareHash:见认证
序列号:见认证
应用程序版本:请参阅身份验证

回复:

内容类型 application/json 包含 DeviceGUID 指定设备的所有队列

成功:

200 OK:返回队列列表

例子:

[{
    "QueueGUID": "9FCBF3AC-c1f9-11e6-b31e-c79f9f473700",
    "QueueName": "Standardized Printing 1",
    "ProfileName": "EPSON SC-S80600 Adhesive Color + Metallic 2 layers",
    "MediaType": "",
    "MediaSize": "Roll 42 inch",
    "MediaSource": "Roll",
    "QueueType": "Proofing Queue",
    "DriverSettings": "Media=Adhesive Vinyl, Inkset=Color + Metallic 2 Layers, Layer image=Surface mode, Quality=1440x1440 - 72 Pass, Screening=Epson Precision Dot, White Mode=Standard, Density Cyan (%)=100, Density Magenta (%)=100, Density Yellow (%)=100, Density Black (%)=100, Density Light Cyan (%)=100, Density Light Magenta (%)=100, Density Light Black (%)=100, Density Orange (%)=100, Density Red (%)=100, Density White/Metallic (%)=100, Print CutLine=Off, Bi-directional=Off, Custom Paper Feed=Off, Feed Offset (0.01%)=0, Drying Time Per Page (sec.)=35, =Printer panel"
},
{
    "QueueGUID": "6DC7AD63-5E15-4ACB-85EF-1CB012A69571",
    "QueueName": "Standardized Printing 2",
    "ProfileName": "EPSON SC-S80600 Adhesive Color + Metallic 2 layers",
    "MediaType": "",
    "MediaSize": "Roll 42 inch",
    "MediaSource": "Roll",
    "QueueType": "Proofing Queue",
    "DriverSettings": "Media=Adhesive Vinyl, Inkset=Color + Metallic 2 Layers, Layer image=Surface mode, Quality=1440x1440 - 72 Pass, Screening=Epson Precision Dot, White Mode=Standard, Density Cyan (%)=100, Density Magenta (%)=100, Density Yellow (%)=100, Density Black (%)=100, Density Light Cyan (%)=100, Density Light Magenta (%)=100, Density Light Black (%)=100, Density Orange (%)=100, Density Red (%)=100, Density White/Metallic (%)=100, Print CutLine=Off, Bi-directional=Off, Custom Paper Feed=Off, Feed Offset (0.01%)=0, Drying Time Per Page (sec.)=35, =Printer panel"
}]

错误:

  • 401 Unauthorized : {“Message”: “Invalid HardwareHash”}
  • 401 Unauthorized : {“Message”: “Invalid MisKey”}
  • 404 未找到: {“消息”:“未找到 DeviceGUID”}
  • 401 Unauthorized : {“Message”: “”MisKey” or “HardwareHash”, “SerialNumber” and “ApplicationVersion” headers are required”}
  • 400 错误请求: {“Message”: “DeviceGUID” value required”}
  • 500 内部服务器错误: {“消息”:“内部服务器错误”}
Updated on 5月 10, 2022

Was this article helpful?