QueryImplementingThingsWithData
good morning
I need to take some of the thing properties that are associated with a thing template.
I use QueryImplementingThingsWithData as shown below.
But in this way I get all the properties instead of me interests only one specification.
Can someone help me?
Example
Var params = {
MaxItems: undefined / * NUMBER * /,
NameMask: undefined / * STRING * /,
Query: undefined / * QUERY * /,
Tags: undefined / * TAGS * /
};
// result: INFOTABLE dataShape: RootEntityList
Var list = ThingTemplates ["ThingTemplate"]. QueryImplementingThingsWithData (params);
Thank you

