Retrieving the Process Links for Change Objects
This example shows you how to retrieve the process links for change objects. Use the following GET request.
URI
GET /Windchill/servlet/odata/ChangeMgmt/ChangeRequests?$expand=ProcessLinks HTTP/1.1
To retrieve the process links for a specific change object, use the following GET request.
URI
GET /Windchill/servlet/odata/ChangeMgmt/ChangeRequests('OR:wt.change2.WTChangeRequest2:250651')?$expand=ProcessLinks HTTP/1.1