Obtener todas las colas de un dispositivo especificado
URL:
GET http://api.aurelon.com/api/v2/device/{DeviceGUID}/queues
Cabeceras de solicitud:
MisKey : ver Autenticación
HardwareHash : ver Autenticación
SerialNumber : ver Autenticación
ApplicationVersion : ver Autenticación
Respuesta:
Tipo de contenido application/json que contiene todas las colas para el dispositivo especificado por DeviceGUID
El éxito:
200 OK : Devuelve la lista de colas
Ejemplo:
[{ "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 No autorizado : {«Mensaje»: «HardwareHash inválido»}
- 401 No autorizado : {«Mensaje»: «Invalid MisKey»}
- 404 Not Found : {«Mensaje»: «DeviceGUID no se encuentra»}
- 401 No autorizado : {«Mensaje»: «»MisKey» o «HardwareHash», «SerialNumber» y «ApplicationVersion» headers are required»}
- 400 Bad Request : {«Mensaje»: «DeviceGUID» valor requerido»}
- 500 Internal Server Error : {«Mensaje»: «Internal Server Error»}