Need Help Accessing WTPart, WTDocument Linked to Recent Projects in Custom C# Application
Hello,
I’m developing a custom application in C# to integrate with Windchill. My goal is to:
List the projects shown under "Recent Projects"
When a project is selected, display the related objects such as WTParts, WTDocuments, EPMDocuments, etc.
I have already found and listed the Recent Projects via SQL (likely using the Project2 table and related filters), but I have not been able to identify how to retrieve the associated content (e.g. WTPart, WTDocument) linked to each project.
Could you please help me with:
How to get WTParts, WTDocuments, or other content linked to these Recent Projects?
Whether there is a specific table or join that I should be using in SQL?
Or alternatively, is there a REST API (WRS) endpoint that provides this data?
I would greatly appreciate any guidance or documentation on this.
Thank you in advance.

