V3_JobQueue_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_JobQueue_Get |
Resource Path:/api/V3/JobQueue
| Name | Description | Data Type |
|---|---|---|
| entId | The entity ID. | integer |
| woId | The work order ID. | string |
| itemId | The item ID. | string |
| newState | The indication whether the job's state is new. | boolean |
| readyState | The indication whether the job's state is ready. | boolean |
| runningState | The indication whether the job's state is running. | boolean |
| completeState | The indication whether the job's state is complete. | boolean |
| suspendedState | The indication whether the job's state is suspended. | boolean |
| onholdState | The indication whether the job's state is on hold. | boolean |
| cancelledState | The indication whether the job's state is canceled. | boolean |
| lastNhrs | The number of previous hours of data to include. | integer |
| maxRows | The maximum number of jobs to return. The top n jobs are returned based on their scheduled start time and then their priority. | integer |
| inclSchedParents | The indication whether jobs scheduled to ancestor of the entities in the entity filter should be included. | boolean |
| Name | Description |
|---|---|
| trans_id | Used to supply the ID of the transaction if the call is taking part in a transaction. |
| max_rows | Used to supply the maximum number of rows that will be returned by the get. |
The response body is of type Array[Generated.Models.V3_JobQueue_Get].
OK