Example: Retrieving Report Templates
This example shows you how to retrieve all report templates using a GET request.
URI
GET /Windchill/servlet/odata/Reporting/ReportTemplates HTTP/1.1
This example shows you how to retrieve a specific report templates by filtering on the Name of the report template.
URI
GET /Windchill/servlet/odata/Reporting/ReportTemplates?$filter=Name eq 'All Open Change Requests' HTTP/1.1