File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,7 @@ curl https://api.simplyprint.io/{id}/queue/GetItems?p=1234 \
201
201
"model" : false ,
202
202
"left" : 1 ,
203
203
"printed" : 0 ,
204
+ "filesystem_id" : " c00489ef361771ac098b5a60e6740757" ,
204
205
"for" : {
205
206
"printers" : [
206
207
1234
@@ -282,6 +283,7 @@ This endpoint returns the queue for the specified or all printers.
282
283
| ` queue.items[].model ` | boolean | True if the queue item is a model. |
283
284
| ` queue.items[].left ` | integer | The amount of prints left to print. |
284
285
| ` queue.items[].printed ` | integer | The amount of prints that have been printed. |
286
+ | ` queue.items[].filesystem_id ` | string/null | File id if print is from SimplyPrint filesystem. |
285
287
| ` queue.items[].for ` | object | For which printers, models and groups this queue item is for. |
286
288
| ` queue.items[].for.printers ` | array | An array of printer ids. |
287
289
| ` queue.items[].for.models ` | array | An array of printer model ids. |
You can’t perform that action at this time.
0 commit comments