problem to getting The Thing through service?
Hi,
var params = {
maxItems: undefined /* NUMBER */,
nameMask: undefined /* STRING */,
query: undefined /* QUERY */,
thingTemplate: "Vehicle"/* THINGTEMPLATENAME */,
tags: undefined /* TAGS */
};
// result: INFOTABLE dataShape: RootEntityList
var result = Resources["SearchFunctions"].SearchThingsByTemplate(params);
I am using above service to collect all thing which is implemented through the template.i am able to get things. but i am not able to get all the thing which is implemented by the template.
can any one help me?
