Data ObjectsData Objects📄️ Create alert ruleCreate a new alert rule with defined conditions and actions.📄️ List alert rulesRetrieve a paginated list of alert rules for a specific device.📄️ Get alert rule by IDRetrieve detailed information of a specific alert rule.📄️ Update alert ruleUpdate an existing alert rule.📄️ Delete alert ruleDelete an alert rule by its ID.📄️ Update alert rule statusEnable or disable an existing alert rule.📄️ Get latest dataRetrieve all latest data objects for the device within the system-defined retention period(default: 60 minutes).📄️ Retrieve the latest value of a specific data object.Retrieve latest value of assigned dataObjectId for the device within the system-defined retention period (default: 60 minutes).📄️ Get assigned device binary data.Retrieve blob binary of a specific object key of a data-object for a device.📄️ Get data historyRetrieve values of assigned dataObjectId for a device using cursor-based pagination for better performance.📄️ Create transfer functionCreate a new transfer function to transform data object values using mathematical expressions.📄️ List transfer functionsRetrieve a paginated list of transfer functions for a specific device.📄️ Get transfer functionRetrieve detailed information of a specific transfer function.📄️ Update transfer functionUpdate an existing transfer function's expression, type, or enabled status. All fields are optional; only provided fields are updated.📄️ Delete transfer functionDelete a transfer function by its ID. This is a soft delete operation.📄️ Update transfer function statusEnable or disable a transfer function without modifying its configuration.