I need to assign all the unassigned materials to operation of work definition. How do we identify the materials which are unassigned to the operation through GET REST API?
When i do a get REST API e.g server/fscmRestApi/resources/11.13.18.05/workDefinitions?expand=WorkDefinitionMaterial&onlyData=true&limit=500&q=ItemNumber='ABCD' AND OrganizationCode='ORG1'
This api returns all the materials in the response (currently assigned as well as unassigned).
The getrest api response captures all materials which are assigned and also unassigned to the standard operation, so how do i distinctly identify such materials which are unassigned through REST api since the response doesn't show any attribute which differentiate the materials which are assigned and unassigned in the fusion?