|
Http Verb |
GET |
|---|---|
|
Url |
/work-orders/r1/work-orders/{workOrderId}/operations/{operationId}/materials |
|
Permissions required |
Work Order View Permission:
OR Work Order Edit Permission:
|
|
Personally Identifiable Information (PII) |
No |
|
Sensitive Information |
No |
|
Last Modified Version |
r1 |
|
Released since |
2026 W3 (FSM 24.0) |
|
Deprecated since |
|
|
Removed since |
|
|
Tech Tags |
PAGINATION ORDERING-SERVER-SIDE |
Business Logic
This API retrieves all material associations for the specified work order operation.
Path Parameters
|
Field |
Note |
|---|---|
|
workOrderId |
Work order identifier that must match the operation. |
|
operationId |
Work order operation identifier. |
Query String Parameters
Filter
|
Field |
Validations |
Note |
|---|---|---|
|
materialId |
|
Collection of material ids. |
|
expectedQuantity |
|
Exact expected quantity. |
|
note |
|
Exact note filter. |
|
accountingTypeId |
|
Material accounting type idMaterial Accounting Types: Revision 1 (2026 W3) |
Page
Required parameter _page.
Fields
Optional parameter _fields.
Order
Optional parameter _order.
Header Parameters
Default.
Response documentation
Response payload fields
|
Field |
Note |
|---|---|
|
workOrderOperationId |
Operation id. |
|
materialId |
Material id. |
|
cycleExpectedQuantity |
Cycle expected quantity. |
|
expectedQuantity |
Expected quantity. |
|
consumedQuantity |
Consumed quantity. |
|
note |
Material note. |
|
accountingTypeId |
Material accounting type idMaterial Accounting Types: Revision 1 (2026 W3) |