Retrieving Information of Consumed Resources via a Specific Operation Object
This example shows you how to retrieve information of consumed resources via a specific Operation object. The example shows you how to retrieve the Security Labels information for each of the consumed Process Materials, Toolings, Skills and allocated Work Center. Use the following GET URIs
URI for Retrieving Security Labels of Consumed Process Materials
GET /Windchill/servlet/odata/MfgProcMgmt/Operations('OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:296492')/PTC.MfgProcMgmt.ConsumedProcessMaterials(processPlanNavigationCriteriaId='OR:wt.filter.NavigationCriteria:295536',relatedAssemblyNavigationCriteriaId='OR:wt.filter.NavigationCriteria:295543')
URI for Retrieving Security Labels of Consumed Toolings
GET /Windchill/servlet/odata/MfgProcMgmt/Operations('OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:296492')/PTC.MfgProcMgmt.ConsumedToolings(processPlanNavigationCriteriaId='OR:wt.filter.NavigationCriteria:295536',relatedAssemblyNavigationCriteriaId='OR:wt.filter.NavigationCriteria:295536')
URI for Retrieving Security Labels of Consumed Skills
GET /Windchill/servlet/odata/MfgProcMgmt/Operations('OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:296492')/PTC.MfgProcMgmt.ConsumedSkills(processPlanNavigationCriteriaId='OR:wt.filter.NavigationCriteria:295536',relatedAssemblyNavigationCriteriaId='OR:wt.filter.NavigationCriteria:295536')
URI for Retrieving Security Labels of Allocated Work Center
GET /Windchill/servlet/odata/MfgProcMgmt/Operations('OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:296492')/PTC.MfgProcMgmt.AllocatedWorkCenter(navigationCriteriaId='OR:wt.filter.NavigationCriteria:200537')