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 | tags | isSystemObject | description | isConnected | name | ID |
What should be done to retrieve only name and ID fields?
Thanks in Advance.
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.