Assistance Required for Accessing CAD Document Parts Information via API
I can retrieve the reference information of the CAD document using CADDocuments('OR:wt.epm.EPMDocument:XXXX')?$expand=References, but I cannot access the parts information of the CAD document when I use CADDocuments('OR:wt.epm.EPMDocument:XXXX')?$expand=Parts. The CAD document has a relationship with parts, and I am trying to access the related parts. I tried using the EPMBuildRule table, but it does not accept the ID of the drawing data. I believe it needs to be the owner, but I cannot access its ID via the API. Can you help me with this?

