A new multi-object endpoint to request multiple objects with one single call has been introduced. This endpoint uses the
POST
command. Internal thread pools and queues make sure to not overload the server with too many and too large requests.
In addition, a new parameter: includeLabels has been added. If set to
true
(default =
false
) the label for enumeration values will be returned additionally to the
key
and
code
. Also, for Characteristic values the
label
will be returned then in case the value is a lookup value.
A Postman collection has been added to provide examples for the REST Object API Read. It's included as a page attachment of the HTML-based technical documentation shipped with this release.