API Integration & Entity Mapping

Configure how Bob Assistant integrates with IoTLogIQ/ThingsBoard platform

API Connection
Configure the connection to IoTLogIQ/ThingsBoard API

This URL will be used as the base for all API endpoints

API Endpoints
Configure and sequence API endpoints for IoTLogIQ/ThingsBoard integration
SeqNameURLMethodCategoryStatusActions
1
Get Devices${THINGSBOARD_API_URL}/api/tenant/devices
GET
device
Enabled
2
Get Device Telemetry${THINGSBOARD_API_URL}/api/plugins/telemetry/DEVICE/${deviceId}/values/timeseries
GET
telemetry
Enabled
3
Get Assets${THINGSBOARD_API_URL}/api/tenant/assets
GET
asset
Enabled
4
Get Asset Devices${THINGSBOARD_API_URL}/api/asset/${assetId}/devices
GET
asset
Enabled
5
Get Customers${THINGSBOARD_API_URL}/api/customers
GET
customer
Enabled
API Request Templates
Configure request templates for common API operations