Skip to main content
pshashipreetham
18-Opal
June 11, 2023
Question

Get Multiple Parts Description in a single REST API

  • June 11, 2023
  • 1 reply
  • 994 views

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,

 

1 reply

17-Peridot
June 12, 2023

You might get better info by asking on the Thingworx community.