V3_JobExec_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_JobExec_Get |
Resource Path:/api/v3/JobExec
| Name | Description | Data Type |
|---|---|---|
| entId | The entity ID. | integer |
| jobPos | The job position of the job. | integer |
| curWoId | The work order ID. | string |
| curOperId | The operation ID. | string |
| curSeqNo | The sequence number of the job. | integer |
| spare1 | The contents of the spare1 field. | string |
| spare2 | The contents of the spare2 field. | string |
| spare3 | The contents of the spare3 field. | string |
| spare4 | The contents of the spare4 field. | string |
| lastEditBy | The ID of the user who added or last modified the job executor record. | string |
| lastEditAt | The date and time when the job executor record was added or last modified. | string |
| 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_JobExec_Get].
OK