Example: Retrieving Information of Manufacturing Resources
This example shows you how to retrieve information such as Effectivities and Security Labels for each of the resources, that is, Process Materials, Toolings, Work Centers and Skills. Use the following GET URIs.
URI
GET /Windchill/servlet/odata/MfgProcMgmt/ProcessMaterials
URI
GET /Windchill/servlet/odata/MfgProcMgmt/Toolings
URI
GET /Windchill/servlet/odata/MfgProcMgmt/WorkCenters
URI
GET /Windchill/servlet/odata/MfgProcMgmt/Skills
Retrieving the Option Set associated with Manufacturing Resources
This example shows you how to retrieve the Option Set associated with each of the resources, that is, Process Materials, Toolings, Work Centers and Skills. Use the following GET URIs.
* 
The functionality to retrieve Option Sets is available only if the Options and Variants module is installed and enabled.
URI for Retrieving Option Set associated with Process Materials
GET /Windchill/servlet/odata/MfgProcMgmt/ProcessMaterials?$expand=AssignedOptionSet
URI for Retrieving Option Set associated with Toolings
GET /Windchill/servlet/odata/MfgProcMgmt/Toolings?$expand=AssignedOptionSet
URI for Retrieving Option Set associated with Work Centers
GET /Windchill/servlet/odata/MfgProcMgmt/WorkCenters?$expand=AssignedOptionSet
URI for Retrieving Option Set associated with Skills
GET /Windchill/servlet/odata/MfgProcMgmt/Skills?$expand=AssignedOptionSet
* 
You must apply $expand on AssignedOptionSet to retrieve information, otherwise an empty list is returned.