Navigating to MPMEPMDocumentDescribeLink
You can retrieve all the EPMDocuments and MPMEPMDocumentDescribeLink objects associated with EPMDocumentManageables (Process Plans, Operations, Sequences, Standard CCs, or Resources). You can retrieve MPMEPMDocumentDescribeLink objects and their system attributes by specifying EPMDocumentManageables OID in the request URI. To retrieve an MPMEPMDocumentDescribeLink, you can specify the Navigation Criteria OID in the request body.
Example:
This example shows you how to retrieve all the EPMDocuments and MPMEPMDocumentDescribeLink objects for a specific process plan. Use the following POST URI with expand.
URI with Expand
POST /Windchill/servlet/odata/MfgProcMgmt/EPMDocumentManageables('OR:com.ptc.windchill.mpml.processplan.MPMProcessPlan:196693')/PTC.MfgProcMgmt.GetMPMEPMDocumentDescribes?$expand=MpmEpmDocumentDescribeLink,EPMDocument
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"NavigationCriteria": "OR:wt.filter.NavigationCriteria:196652"
}