API to get Item image from windchill

Get part id using part number

GET: http://api.eversum-mobility.com:8080/Windchill/servlet/odata/ProdMgmt/Parts?$filter=startswith(Number,’EV-00000-55551′)

Get CAD documents using partid

GET: http://api.eversum-mobility.com:8080/Windchill/servlet/odata/v4/ProdMgmt/Parts(‘OR:wt.part.WTPart:55254700’)?$expand=PartAssociations($expand=RelatedCADDoc)

Get representation of CAD document

GET: http://api.eversum-mobility.com:8080/Windchill/servlet/odata/CADDocumentMgmt/CADDocuments(‘OR:wt.epm.EPMDocument:53633141’)/Representations

Get visualization of representation

GET: http://api.eversum-mobility.com:8080/Windchill/servlet/odata/Visualization/Representations(‘OR:wt.viewmarkup.DerivedImage:53654737’)

Leave a comment

Your email address will not be published. Required fields are marked *