Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hello,
We are looking to get Where Used data for EPMDocument. Currently windchill/servlet/odata/v4/CADDocumentMgmt/CADDocuments does not contain an Endpoint for getting this information.
Use case: We have a part (EPMDocument) which is used in multiple assemblies (EPMDocument as well). Windchill UI displays this information:
How to get this information using Windchill ODATA REST API?
Thank you
Hi @CT_10109568
You can use a odata report domain or IE task domain that call a Windchill Report Template.
You just need to crate own report that collects information you need.
You need to use an template report RestApi to call the report inside the Windchill.
ExecuteReportTemplate
Viewing the output of Report Template execution
InvokeIETask with report parameter
CS378132 - Input Parameter not provided in Query Builder Report
/Windchill/servlet/odata/Reporting/ReportTemplates('OR:wt.query.template.ReportTemplate:334133')/PTC.Reporting.ExecuteReportTemplate
check Windchill odata documentation
/Windchill/netmarkets/html/wrs/doc.html
Report template example
CS103435 - Query Builder Report" listing the "Where Used" for an "EPM Document"
PetrH