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