How to use QueryImplementingThingsWithNamedData?
I am trying to use the new QueryImplementingThingsWithNamedData service in Thingworx.
According to the help file I need to have the basicPropertyNames as a InfoTable. How does this info table look or where do I get this infotable?
This is how my query looks currently:
var result = ThingTemplates["GGC.RC.TT"].QueryImplementingThingsWithNamedData({
maxItems: undefined /* NUMBER */,
basicPropertyNames: "SampleCode" /* INFOTABLE */,
nameMask: undefined /* STRING */,
propertyNames: undefined/* INFOTABLE */,
query: undefined /* QUERY */,
tags: undefined /* TAGS */
});
Thanks

