Base Type | Description | ||
---|---|---|---|
BOOLEAN | A true or false value. | ||
DASHBOARDNAME | The name of a dashboard. | ||
DATASHAPENAME | A reference to a Data Shape in the model, and therefore has special handling. | ||
DATETIME | A formatted date and time. | ||
HTML | Some HTML content. | ||
HYPERLINK | A standard URL (e.g., www.thingworx.com). | ||
IMAGE | Binary data that can be rendered as an image. | ||
IMAGELINK | A URL link to an image. | ||
INFOTABLE | A standard representation of data in ThingWorx that is similar to a SQL result set. There are a number of built-in services for building, consuming, and parsing an infotable. | ||
INTEGER | A number that can be written without a fractional component. | ||
JSON | A JavaScript object notation string.
| ||
LOCATION | Standard World Geodetic System (WGS) 84 coordinate, expressed as [longitude, latitude], elevation. | ||
LONG | The LONG type should be used when a range longer than the INTEGER base type provides is required. | ||
MASHUPNAME | A reference to a ThingWorx mashup, and therefore has special handling. | ||
NOTHING | Contains nothing (void). | ||
NUMBER | A number.
| ||
PASSWORD | A masked password value. See Passwords for more information. For information about encryption methods, see Encryption. | ||
QUERY | A JSON object that includes an array of "filters.” Each filter should include "value," "type,” and "fieldname". | ||
SCHEDULE | A cron based schedule (configured using the Schedule Editor). | ||
STRING | Any amount of alpha numeric characters. | ||
STYLETHEMENAME | A reference to a style theme and therefore has special handling. | ||
TAGS | ThingWorx tag values. | ||
TEXT | Any amount of alpha numeric characters. The difference with Strings is that TEXT is indexed. | ||
THINGNAME | A reference to a Thing and therefore has special handling. | ||
THINGSHAPENAME | A reference to a Thing Shape in the model, and therefore has special handling. | ||
THINGTEMPLATENAME | The name of a Thing Template. | ||
TIMESPAN | A TimeSpan object represents a time interval (duration of time or elapsed time) that is measured as a positive or negative number of days, hours, minutes, seconds. | ||
USERNAME | A reference to a ThingWorx user defined in the system. | ||
XML | An XML snippet or document. |