1. Home
  2. Knowledge Base
  3. Get Device Queues

Get Device Queues

Get all queues for a specified devices

URL:

GET http://api.aurelon.com/api/v2/device/{DeviceGUID}/queues

Request Headers:

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

Response:

Content type application/json containing all queues for the specified device by DeviceGUID

Success:

200 OK : Return queues list

Example:

[{
    "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"
}]

Error:

  • 401 Unauthorized : {“Message”: “Invalid HardwareHash”}
  • 401 Unauthorized : {“Message”: “Invalid MisKey”}
  • 404 Not Found : {“Message”: “DeviceGUID is not found”}
  • 401 Unauthorized : {“Message”: “”MisKey” or “HardwareHash”, “SerialNumber” and “ApplicationVersion” headers are required”}
  • 400 Bad Request : {“Message”: “DeviceGUID” value required”}
  • 500 Internal Server Error : {“Message”: “Internal Server Error”}
Updated on May 19, 2022

Was this article helpful?