Solved
services,Query Implementing Things with Data
Hi community,
Can someone send a code to write a custome wrapper service to invoke the Query Implementing Things with Data service.
Hi community,
Can someone send a code to write a custome wrapper service to invoke the Query Implementing Things with Data service.
Hi
Here's some very basic code:
var result = ThingTemplates["GenericThing"].QueryImplementingThingsWithData({
maxItems: undefined /* NUMBER */,
nameMask: undefined /* STRING */,
query: undefined /* QUERY */,
tags: undefined /* TAGS */
});
This specific example for the "Generic Thing" thing template, but you can change it as needed.
Regards.
--Sharon
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.