Fehlende Dateien und Ordner hinzugefügt
This commit is contained in:
25
target/classes/examples/rest-queue-response-example.json
Normal file
25
target/classes/examples/rest-queue-response-example.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"total": 1,
|
||||
"returned": 1,
|
||||
"filteredToCurrentUser": true,
|
||||
"currentUser": "line01",
|
||||
"jobs": [
|
||||
{
|
||||
"jobId": "31b5a0e2-6c99-4098-9c6c-8aa80d7e2231",
|
||||
"status": "SUBMITTED",
|
||||
"createdAt": "2026-06-09T07:12:15Z",
|
||||
"updatedAt": "2026-06-09T07:12:16Z",
|
||||
"userName": "line01",
|
||||
"displayName": "Linie 01",
|
||||
"printerAlias": "LABEL_LINE_01",
|
||||
"systemName": "192.168.10.50:9100",
|
||||
"templateName": "serial_label_zpl",
|
||||
"documentName": "Serienetikett ZPL",
|
||||
"renderMode": "RAW",
|
||||
"contentType": "text/plain",
|
||||
"copies": 1,
|
||||
"renderedBytes": 164,
|
||||
"message": "Print job submitted"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user