January

January 14, 2026: User APIs | New property naming

API users (technical users) used displayName property for their description. A new description property has been introduced to hold the description for API users. During this refactoring the internalName property was renamed to username, because it represents the Bosch IoT Insights wide unique username.

The name property was removed, because it was confusing which name was meant.

Breaking changes:

  • Create API user endpoint, does not accept displayName anymore, now the property is named description
  • Filtering for audit log and other user referenced can't be done by description of the API users, but by their username/displayName.

Deprecated usages:

  • User Management API to get users:
    • Replaced name property with displayName
    • Replaced internalName property with username
    • New property description contains now what was in displayName for API users
  • Placeholders or references should be updated: insights.user.internalName to insights.user.username
  • Placeholders or references should be updated: insights.user.name to insights.user.displayName

Find more information in Users how-to guide.

January 13, 2026: Table widget | 'Clickable row' functionality extended to support multi action buttons

Regarding the Hyperlink/Action button options of the 'Clickable row' functionality, the drop-down list also displays all defined hyperlink or action buttons:

When clicking anywhere on a table's row, the selected action or hyperlink will be triggered or opened. The mouse cursor will indicate if a row is clickable. If other columns of the table also contain action buttons or hyperlinks, these can be clicked directly in the table. Clickable rows are highlighted by default upon mouse hover.

More information about Table widget is provided in Configuring the table settings user guide.