Windchill REST Services > Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC Change Management Domain > Retrieving the Process Links for Change Objects
  
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