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
|`status`| boolean | True if the request was successful. |
120
-
|`message`| string | Error message if `status` is false. |
121
-
|`data`| array | The jobs. |
122
-
|`data[].id`| integer | The job id. |
123
-
|`data[].uid`| string | The job uid. |
124
-
|`data[].status`| string | The job status. One of `ongoing`, `cancelled`, `failed`, `done`. Note that `done` is the same as `finished`|
125
-
|`data[].cancelReasonType`| string | The job cancel reason type. |
126
-
|`data[].rating`| integer | The job rating. |
127
-
|`data[].filename`| string | The job filename. |
128
-
|`data[].startDate`| string | The job start date. |
129
-
|`data[].endDate`| string/null | The job end date. Is null if the job is ongoing. |
130
-
|`data[].user`| integer | The user id of the user who started the job. |
131
-
|`data[].printer`| integer | The printer id that was used to print the job. |
132
-
|`data[].filament`| string | The filament usage. JSON encoded string with usage per extruder. |
133
-
|`data[].filUsage`| integer | The filament usage in mm. |
134
-
|`data[].filUsageGram`| integer | The filament usage in grams. |
135
-
|`data[].currentPercentage`| integer | The current percentage of the job. |
136
-
|`data[].cost`| object/null | Potential calculated cost of job. |
137
-
|`data[].queueItem`| object/null | 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. |
138
-
|`data[].queueItem.id`| integer | The id of the queue item that was used to start the job. |
139
-
|`data[].queueItem.user`| integer | The user id of the user who created the queue item. |
140
-
|`data[].queueItem.queueNum`| integer | The queue number of the queue item. |
141
-
|`page_amount`| integer | The total number of pages for the given parameters. |
|`status`| boolean | True if the request was successful. |
127
+
|`message`| string | Error message if `status` is false. |
128
+
|`data`| array | The jobs. |
129
+
|`data[].id`| integer | The job id. |
130
+
|`data[].uid`| string | The job uid. |
131
+
|`data[].status`| string | The job status. One of `ongoing`, `cancelled`, `failed`, `done`. Note that `done` is the same as `finished`|
132
+
|`data[].cancelReasonType`| string | The job cancel reason type. |
133
+
|`data[].rating`| integer | The job rating. |
134
+
|`data[].filename`| string | The job filename. |
135
+
|`data[].startDate`| string | The job start date. |
136
+
|`data[].endDate`| string/null | The job end date. Is null if the job is ongoing. |
137
+
|`data[].user`| integer/null | The user id of the user who started the job. |
138
+
|`data[].autoprint`| boolean | If the job was started automatically using the Auto-print feature |
139
+
|`data[].outsideSystem`| boolean | If the job was started outside SimplyPrint, via SD card, OctoPrint, Mailsail, Fluidd or else how |
140
+
|`data[].printer`| integer | The printer id that was used to print the job. |
141
+
|`data[].filament`| string | The filament usage. JSON encoded string with usage per extruder. |
142
+
|`data[].filUsage`| integer | The filament usage in mm. |
143
+
|`data[].filUsageGram`| integer | The filament usage in grams. |
144
+
|`data[].currentPercentage`| integer | The current percentage of the job. |
145
+
|`data[].cost`| object/null | Potential calculated cost of job. |
146
+
|`data[].queueItem`| object/null | 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. |
147
+
|`data[].queueItem.id`| integer | The id of the queue item that was used to start the job. |
148
+
|`data[].queueItem.user`| integer | The user id of the user who created the queue item. |
149
+
|`data[].queueItem.queueNum`| integer | The queue number of the queue item. |
150
+
|`page_amount`| integer | The total number of pages for the given parameters. |
0 commit comments