Windchill REST Services > Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC Change Management Domain > Retrieving Change Tasks
  
Retrieving Change Tasks
This example shows you how to retrieve change tasks. Use the following GET request.
URI
GET /Windchill/servlet/odata/ChangeMgmt/ChangeTasks HTTP/1.1
To retrieve a specific change request, use the following GET request:
URI
GET /Windchill/servlet/odata/ChangeMgmt/ChangeTasks('OR:wt.change2.WTChangeActivity2:229667') HTTP/1.1
The response retrieves the change task, and also includes a link to the Change Notice that the Change Task is associated with.