Navigating from a CAD Document to the Related Drawings
Using this request, you can retrieve the latest compatible drawings for a CAD document.
The following example demonstrates how to navigate from a CAD document to the related drawings. Use the following GET URI:
URI
GET /Windchill/servlet/odata/CADDocumentMgmt/CADDocuments('OR:wt.epm.EPMDocument:191730')?$select=Identity&$expand=Drawings($select=Identity,Name,FileName,Version)