Windchill APIs

GET_NONCE: GET: “http://” + domain+”/Windchill/servlet/odata/PTC/GetCSRFToken()”,
GET_PARTS: GET: “http://” + domain+”/Windchill/servlet/odata/ProdMgmt/Parts”,
GET_PARTS_PAGINATION: GET: “http://” + domain+”/Windchill/servlet/odata/ProdMgmt/Parts?$skiptoken=”,
GET_PART_NAME_FILTER: GET: “http://” + domain+”/Windchill/servlet/odata/ProdMgmt/Parts?$filter=startswith(Name,'{part_name}’)”,
GET_PART_NUMBER_FILTER: GET: “http://” + domain+”/Windchill/servlet/odata/ProdMgmt/Parts?$filter=startswith(Number,'{part_number}’)”,
GET_PART_DATE_FILTER: GET: “http://” + domain+”/Windchill/servlet/odata/ProdMgmt/Parts?$filter=LastModified eq “,
GET_BOM: POST: “http://” + domain+”/Windchill/servlet/odata/ProdMgmt/Parts(‘{part_id}’)/PTC.ProdMgmt.GetBOM?$expand=Components($expand=Part($select=Name,Number),PartUse,Occurrences;$levels=max)”

Leave a comment

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