Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hi,
I am using the following REST API:
var WindchillData = Things["OData-connector"].getPartStructure({
$expand: "Components($expand=Part($select=Name,Number,Version),PartUse,Occurrence;$levels=1)",
ID: "VR:wt.part.WTPart:XXXXXXXX"
});
As of now, I can only pass one ID. Can I pass multiple part ids in the ID field?
Thanks,
You might get better info by asking on the Thingworx community.