Parameter Name
|
Description
|
BaseType
|
---|---|---|
thingReferences
|
An infotable that consists of a list of Things.
The expected Data Shape for the infotable is EntityReference.
|
INFOTABLE
|
dataShapeName
|
Name of the Data Shape that encapsulates the values of the properties to be returned by the query.
The Data Shape must exist in the ThingWorx model. The Data Shape can be a system entity or a user-defined entity.
|
DATASHAPENAME
|
Parameter Name
|
Description
|
Base Type
|
---|---|---|
result
|
Returns an infotable with the values for properties requested in the Data Shape for each Thing requested in the thingReferences input.
The Data Shape of the return infotable will contain the name of the Thing and all properties in the input Data Shape.
|
INFOTABLE
|
Entity
|
Properties
|
---|---|
Thing1
|
Property1
|
Thing2
|
Property1, Property2
|
Thing3
|
Property1, Property2, Property3
|
TestStream
|
Property1, Property2, Property3
|
TestDatashape
|
Property1, Property3, Property4
|
thingName
|
Property1
|
Property3
|
Property4
|
---|---|---|---|
Thing1
|
11
|
||
Thing2
|
21
|
||
Thing3
|
31
|
33
|
|
TestStream
|
S1
|
S3
|