Windchill REST Services > Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC Change Management Domain > Retrieving Problem Reports
  
Retrieving Problem Reports
This example shows you how to retrieve problem reports. Use the following GET request.
URI
GET /Windchill/servlet/odata/ChangeMgmt/ProblemReports HTTP/1.1
To retrieve a specific problem report, use the following GET request:
URI
GET /Windchill/servlet/odata/ChangeMgmt/ProblemReports('OR:wt.change2.WTChangeIssue:233708') HTTP/1.1