cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Get Multiple Parts Description in a single REST API

pshashipreetham
17-Peridot

Get Multiple Parts Description in a single REST API

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,

 

Shashi Preetham,
Email: psp316r@outlook.com,
Mobile: +91 8099838001.
1 REPLY 1

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

Top Tags