V3_WO_Get (Get)
- Last UpdatedNov 06, 2025
- 2 minute read
| Get | V3_WO_Get |
Resource Path:/api/v3/WO
| Name | Description | Data Type |
|---|---|---|
| woId | A work order ID. | string |
| woDesc | A work order description. | string |
| processId | An ID of the process from which a work order was generated | string |
| bomVerId | The BOM version of the original item that a work order produces. | string |
| specVerId | The specification version selected for operations when a work order was created. | string |
| itemId | The ID of the item being produced for a work order. | string |
| releaseTimeUtc | When a work order was or will be released, in UTC. | string |
| releaseTimeLocal | When a work order was or will be released, in the local time of the entity at which the item for the work order is produced. | string |
| reqFinishTimeUtc | When a work order must be completed, in UTC. | string |
| reqFinishTimeLocal | When a work order must be completed, in the local time of the entity at which the item for the work order is produced. | string |
| stateCd | The code that indicates the state of a work order. 0 = Released (default) 1 = Started 2 = Completed 3 = Closed. When closed, the work order can no longer be changed. | integer |
| woPriority | The priority for a work order. | integer |
| custInfo | The customer information for a work order. | string |
| moId | The manufacturing order ID for a work order. | string |
| disassembly | A flag that indicates whether a work order is disassembling something. | boolean |
| mayOverrideRoute | A flag that indicates whether a work order can include operations other than those immediately upstream or downstream from the current one. | boolean |
| overrideSerialization | A flag that indicates whether an item that a work order is producing and that is normally treated as serialized is not treated as serialized. | boolean |
| inputWOId | A work order ID of a job from which a rework work order originates. | string |
| inputOperId | An operation ID of a job from which a rework work order originates. | string |
| inputSeqNo | A sequence number of a job from which a rework work order originates. | integer |
| targetScheduleLineId | The ID of a production line to which a work order is assigned. | integer |
| queueSequenceNumber | The sequence number for a work order in a queue. | integer |
| lastEditBy | The ID of a user who added or last edited a work order record. | string |
| lastEditAt | The date and time when a work order record was added or last edited. | 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_WO_Get].
OK