Information about 'GetEntityList' service
Hello,
I m trying to use the 'GetEntityList' service in Thingworx which can be found in 'EntityServices' resource. This service has couple of parameters as below:
// result: INFOTABLE dataShape: "RootEntityList"
var result = Resources["EntityServices"].GetEntityList({
maxItems: undefined /* NUMBER */,
nameMask: "PART" /* STRING */,
type: "Thing" /* STRING */,
tags: "CMU_MT_IOTServer2.0:AUTO" /* TAGS */
});
I am not able to understand about 'nameMask'. How is this parameter used? Does it take Reg-Ex as input or does it work on 'contains' mechanism? Kindly share some information/samples/examples on how to use this parameter.
Thanks in advance.
-Aditya Mittal

