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
Copy file name to clipboardExpand all lines: source/includes/_jobs.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -118,15 +118,15 @@ Get paginated data about ongoing or finished print jobs.
118
118
|`data[].rating`| integer | The job rating. |
119
119
|`data[].filename`| string | The job filename. |
120
120
|`data[].startDate`| string | The job start date. |
121
-
|`data[].endDate`| string\|nullable| The job end date. Is null if the job is ongoing. |
121
+
|`data[].endDate`| string/null| The job end date. Is null if the job is ongoing. |
122
122
|`data[].user`| integer | The user id of the user who started the job. |
123
123
|`data[].printer`| integer | The printer id that was used to print the job. |
124
124
|`data[].filament`| string | The filament usage. JSON encoded string with usage per extruder. |
125
125
|`data[].filUsage`| integer | The filament usage in mm. |
126
126
|`data[].filUsageGram`| integer | The filament usage in grams. |
127
127
|`data[].currentPercentage`| integer | The current percentage of the job. |
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. |
128
+
|`data[].cost`| object/null| Potential calculated cost of job. |
129
+
|`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. |
130
130
|`data[].queueItem.id`| integer | The id of the queue item that was used to start the job. |
131
131
|`data[].queueItem.user`| integer | The user id of the user who created the queue item. |
132
132
|`data[].queueItem.queueNum`| integer | The queue number of the queue item. |
0 commit comments