Skip to main content
5-Regular Member
April 10, 2025
Question

Try to get the Detail Information of the WTPart / CADDocument Representations via Rest Service API

  • April 10, 2025
  • 2 replies
  • 289 views

Version: Windchill 12.1

 

Use Case: I use this URL to get Info on the Reporesenation attached to the wtPart and the attached CAD Docs: https:///Windchill/servlet/odata/v7/ProdMgmt/Parts('<wtpart_id')?%24select=Name%2CNumber&%24expand=PartDocAssociations(%24expand%3DRelatedCADDoc(%24select%3DNumber%2CName%2CCategory%3B%24expand%3DRepresentations))%2CRepresentations.


Description:

I use this URL to get Info on the Reporesenation attached to the wtPart and the attached CAD Docs: https://<Windchill URL>/Windchill/servlet/odata/v7/ProdMgmt/Parts('<wtpart_id')?%24select=Name%2CNumber&%24expand=PartDocAssociations(%24expand%3DRelatedCADDoc(%24select%3DNumber%2CName%2CCategory%3B%24expand%3DRepresentations))%2CRepresentations.

 

What I am missing is the Information from the Details column in the Representationn/Annotations table on the Part Information Page. (see attached picture) Is there a other Rest Service API to get the information (Positioning Assembly / EPM only /EPM latest / Derived/Copied from)?
RepsDetails.png

2 replies

Fadel
23-Emerald I
January 21, 2026

Moin Michael,

 

This requires deep investigation and eventually R&D involvement, I suggest that you raise a support  case with tech support and we will be glad to assist you .

 

MFG,

Fadel

Buiꓘa
16-Pearl
January 21, 2026

Hi @mholz,

I don’t see any OOTB REST service that returns the required details.

A custom REST service will need to be implemented.