You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -121,4 +126,8 @@ Get paginated data about ongoing or finished print jobs.
121
126
|`data[].filUsageGram`| integer | The filament usage in grams. |
122
127
|`data[].currentPercentage`| integer | The current percentage of the job. |
123
128
|`data[].cost`| object|nullable | Potential calculated cost of job. |
129
+
|`data[].queueItem`| object|nullable | The queue item that was used to start the job. Please note that this is only shown if you have access to view the Print Queue. |
130
+
|`data[].queueItem.id`| integer | The id of the queue item that was used to start the job. |
131
+
|`data[].queueItem.user`| integer | The user id of the user who created the queue item. |
132
+
|`data[].queueItem.queueNum`| integer | The queue number of the queue item. |
124
133
|`page_amount`| integer | The total number of pages for the given parameters. |
0 commit comments