Skip to content

Commit 5652833

Browse files
committed
Added documentation for filesystem_id in queueitem
1 parent aad0456 commit 5652833

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/includes/_queue.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ curl https://api.simplyprint.io/{id}/queue/GetItems?p=1234 \
201201
"model": false,
202202
"left": 1,
203203
"printed": 0,
204+
"filesystem_id": "c00489ef361771ac098b5a60e6740757",
204205
"for": {
205206
"printers": [
206207
1234
@@ -282,6 +283,7 @@ This endpoint returns the queue for the specified or all printers.
282283
| `queue.items[].model` | boolean | True if the queue item is a model. |
283284
| `queue.items[].left` | integer | The amount of prints left to print. |
284285
| `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. |
285287
| `queue.items[].for` | object | For which printers, models and groups this queue item is for. |
286288
| `queue.items[].for.printers` | array | An array of printer ids. |
287289
| `queue.items[].for.models` | array | An array of printer model ids. |

0 commit comments

Comments
 (0)