Properties can be used in different ways, for instance:
You can display the value in a page template
You can include the value in a text template (e.g. Mail Body)
You can use the property as filtering condition or sorting criteria in an API request.
Property value storage and access
Properties values are saved in the object, directly at the first level in case of predefined properties, else into a sublevel named "properties".
Properties do not have historical values, so at any time only the last updated value can be accessed.
The access to a property is made by using the dot notation, so you can access properties belonging to the related objects (e.g. thing → location → customer).
Custom properties require including also the "properties." sub-path, this is because custom properties values are stored under the parent object sub-node named "properties".
For instance, this is a JSON describing a thing.
Displaying Properties
When displaying a property within the page, the system uses the Label of the property, which can be localized according to the defined translations, see the Labels article.
Depending on the property name, the widget retrieves the value from the context object (e.g. thing, location, customer, partner).
Here are reported some details-widgets for the various objects.
Thing Details
Location Details
Customer Details
You can use properties also into other widgets, for instance: