V3_Production_GetByFilter (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_Production_GetByFilter |
Resource Path:/api/v3/Production/filter
| Name | Description | Data Type |
|---|---|---|
| woId | Required. The work order ID of the job. | string |
| seqNo | Required. The sequence number of the job. | integer |
| operId | Required. The operation ID of the job. | string |
| shiftStartTime | The start time of the shift by which to filter the production data. | string |
| lastNHours | The number of previous hours of data to include. | integer |
| itemId | The item ID by which to filter the production data. | 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_Production_GetByFilter].
OK