@@ -64,7 +64,7 @@ Get paginated data about ongoing or finished print jobs.
64
64
| ` printer_types[] ` | integer[ ] | no | Array of printer type ids to filter on. |
65
65
| ` printer_ids[] ` | integer[ ] | no | Array of printer ids to filter on. |
66
66
| ` user_ids[] ` | integer[ ] | no | Array of user ids to filter on. |
67
- | ` accepted_statuses[] ` | string[ ] | no | Array of job statuses to filter on. One of ` ongoing ` , ` cancelled ` , ` failed ` , ` done ` . |
67
+ | ` accepted_statuses[] ` | string[ ] | no | Array of job statuses to filter on. One of ` ongoing ` , ` cancelled ` , ` failed ` , ` finished ` . |
68
68
| ` start_date ` | string | no | The start date to filter on. In unix timestamp format. Can be set without ` end_date ` . |
69
69
| ` end_date ` | string | no | The end date to filter on. In unix timestamp format. Can be set without ` start_date ` . |
70
70
@@ -77,7 +77,7 @@ Get paginated data about ongoing or finished print jobs.
77
77
| ` data ` | array | The jobs. |
78
78
| ` data[].id ` | integer | The job id. |
79
79
| ` data[].uid ` | string | The job uid. |
80
- | ` data[].status ` | string | The job status. One of ` ongoing ` , ` cancelled ` , ` failed ` , ` done ` . |
80
+ | ` data[].status ` | string | The job status. One of ` ongoing ` , ` cancelled ` , ` failed ` , ` done ` . Note that ` done ` is the same as ` finished ` |
81
81
| ` data[].cancelReasonType ` | string | The job cancel reason type. |
82
82
| ` data[].rating ` | integer | The job rating. |
83
83
| ` data[].filename ` | string | The job filename. |
0 commit comments