Retrieving Security Label Information of a Specific Standard CC
This example shows you how to retrieve the security labels for a specific Standard CC by specifying the Standard CC OID in the request URI. Use the following GET URI.
URI for Retrieving Security Labels of a Specific Standard CC
GET /Windchill/servlet/odata/MfgProcMgmt/StandardCCs('OR:com.ptc.windchill.mpml.pmi.MPMStandardCC:272485')
Similarly, you can also retrieve the security labels for a specific subtype of Standard SCC by providing the subtype OID in the request URI.
This example shows you how to retrieve the security labels for all revisions of a specific Standard CC by specifying the Standard CC OID in the request URI. Use the following GET URI.
URI for Retrieving Security Labels of All the Revisions of a Specific Standard CC
GET /Windchill/servlet/odata/MfgProcMgmt/StandardCCs('OR:com.ptc.windchill.mpml.pmi.MPMStandardCC:272486')/Revisions
This example shows you how to retrieve the security labels for a specific revision of a specific Standard CC by specifying the Standard CC OID and revision OID in the request URI. Use the following GET URI.
URI for Retrieving Security Labels of a Specific Revision of a Specific Standard CC
GET /Windchill/servlet/odata/MfgProcMgmt/StandardCCs('OR:com.ptc.windchill.mpml.pmi.MPMStandardCC:272488')/Revisions('OR:com.ptc.windchill.mpml.pmi.MPMStandardCC:272418')
This example shows you how to retrieve the security labels for all versions of a specific Standard CC by specifying the Standard CC OID in the request URI. Use the following GET URI.
URI for Retrieving Security Labels of All the Versions of a Specific Standard CC
GET /Windchill/servlet/odata/MfgProcMgmt/StandardCCs('OR:com.ptc.windchill.mpml.pmi.MPMStandardCC:272489')/Versions
This example shows you how to retrieve the security labels for a specific version of a specific Standard CC by specifying the Standard CC OID and version OID in the request URI. Use the following GET URI.
URI for Retrieving Security Labels of a Specific Version of a Specific Standard CC
GET /Windchill/servlet/odata/MfgProcMgmt/StandardCCs('OR:com.ptc.windchill.mpml.pmi.MPMStandardCC:272498')/Versions('VR:com.ptc.windchill.mpml.pmi.MPMStandardCC:272406')
This example shows you how to retrieve the security labels for Standard CCs or their subtypes. Use the following GET URI.
URI
GET /Windchill/servlet/odata/MfgProcMgmt/StandardCCs