Windchill REST Services > Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC Change Management Domain > Retrieving Change Requests
  
Retrieving Change Requests
This example shows you how to retrieve change requests. Use the following GET request.
URI
GET /Windchill/servlet/odata/ChangeMgmt/ChangeRequests HTTP/1.1
To retrieve a specific change request, use the following GET request:
URI
GET /Windchill/servlet/odata/ChangeMgmt/ChangeRequests('OR:wt.change2.WTChangeRequest2:229667') HTTP/1.1