ThingWorx Model Definition in Composer
>
Modeling
>
Code Snippets
> Query
Query
Generic Query
Description
Generic Query
Input
Output
Example
let params = {
t: undefined /* INFOTABLE */,
query: undefined /* QUERY */
};
// result: INFOTABLE
let result = Resources["InfoTableFunctions"].Query(params);
Was this helpful?
This site works best with JavaScript enabled