Example: Retrieving Information of a Specific Tooling Object
This example shows you how to retrieve information of a specific Tooling object. The example shows you how to retrieve Security Labels, Effectivities, and associated Option Set of a Tooling object. Use the following GET URIs.
URI for Retrieving Security Labels of a Specific Tooling Object
GET /Windchill/servlet/odata/MfgProcMgmt/Toolings('OR:com.ptc.windchill.mpml.resource.MPMTooling:215996')
URI for Retrieving Security Labels of All the Revisions of a Specific Tooling Object
GET /Windchill/servlet/odata/MfgProcMgmt/Toolings('OR:com.ptc.windchill.mpml.resource.MPMTooling:215996')/Revisions
URI for Retrieving Security Labels of a Specific Revision of a Specific Tooling Object
GET /Windchill/servlet/odata/MfgProcMgmt/Toolings('OR:com.ptc.windchill.mpml.resource.MPMTooling:215996')/Revisions('VR:com.ptc.windchill.mpml.resource.MPMTooling:296330')
URI for Retrieving Security Labels of All the Versions of a Specific Tooling Object
GET /Windchill/servlet/odata/MfgProcMgmt/Toolings('OR:com.ptc.windchill.mpml.resource.MPMTooling:215996')/Versions
URI for Retrieving Security Labels of a Specific Version of a Specific Tooling Object
GET /Windchill/servlet/odata/MfgProcMgmt/Toolings('OR:com.ptc.windchill.mpml.resource.MPMTooling:215996')/Versions('VR:com.ptc.windchill.mpml.resource.MPMTooling:296330')
URI for Retrieving All Effectivities of a Specific Tooling Object
GET /Windchill/servlet/odata/MfgProcMgmt/Toolings('OR:com.ptc.windchill.mpml.resource.MPMTooling:215996')/Effectivities
URI for Retrieving Effectivity Context
GET /Windchill/servlet/odata/MfgProcMgmt/Toolings('OR:com.ptc.windchill.mpml.resource.MPMTooling:215996')/Effectivities?$expand=EffectivityContext
URI for Retrieving a Specific Effectivity of a Specific Tooling Object
GET /Windchill/servlet/odata/MfgProcMgmt/Toolings('OR:com.ptc.windchill.mpml.resource.MPMTooling:215996')/Effectivities('OR:wt.part.ProductLotNumberEffectivity:222528')
URI for Retrieving Option Set associated with a Specific Tooling Object
GET /Windchill/servlet/odata/MfgProcMgmt/Toolings('OR:com.ptc.windchill.mpml.resource.MPMTooling:215996')/AssignedOptionSet
URI with Expand on Assigned Option Set
GET /Windchill/servlet/odata/MfgProcMgmt/Toolings('OR:com.ptc.windchill.mpml.resource.MPMTooling:215996')?$expand=AssignedOptionSet