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