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

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

is it possible to pick only selected fields on queryimplementedthingswithdata service?

rkandasamy
1-Newbie

is it possible to pick only selected fields on queryimplementedthingswithdata service?

I have a DeviceTemplate and have 5 devices based on the DeviceTemplate.When i call the service queryimplementedthingswithdata based on device template, I get a list of records with multiple fields as follows,

      

thingTemplate tagsisSystemObjectdescriptionisConnectednameID
 

What should be done to retrieve only name and ID fields?

Thanks in Advance.

1 REPLY 1

You can't limit what you retrieve, but you can set a DataShape in the Output of the service to limit what is in the output of the Rest API call / What appears in the mashup builder.

Top Tags