Retrieving the CAD Structure Using the BOMMembersOnly Parameter
This example shows you how to retrieve a CAD structure using the BOMMembersOnly parameter. Use the following POST URI with the request body.
URI
POST /Windchill/servlet/odata/CADDocumentMgmt/CADDocuments('OR%3Awt.epm.EPMDocument%3A167183')/PTC.CADDocumentMgmt.GetStructure?$expand=Components($levels=max)
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"BOMMembersOnly" : true
}
Was this helpful?