Aggregated Data
Enter your API key with the Bearer prefix, e.g. "Bearer QB_your_api_key_here"
Project ID (UUID format)
3e5c0246-c759-48e8-8345-27db13f11ff7Device ID (UUID format)
dev-abc123List of aggregation views - Each view contains interval, tags, and creation date
Unauthorized - Invalid or missing API key
Device not found - Check project_id and device_id
[
{
"time": "2024-01-15T10:00:00Z",
"temperature_min": 18.5,
"temperature_max": 24.3,
"temperature_avg": 21.4,
"humidity_avg": 65.2
}
]Enter your API key with the Bearer prefix, e.g. "Bearer QB_your_api_key_here"
Project ID (UUID format)
3e5c0246-c759-48e8-8345-27db13f11ff7Device ID (UUID format)
dev-abc123Continuous Aggregation ID (UUID format)
ca-uuid-123Page number for pagination (1-based)
1Number of records per page (max: 10000)
168Range type: 'all' (all data) or 'time' (specific period)
allStart time in ISO 8601 format (UTC) - Required if range=time
2024-01-01T00:00:00ZEnd time in ISO 8601 format (UTC) - Required if range=time
2024-01-31T23:59:59ZComma-separated list of fields to include (filters response fields)
temperature_avg,temperature_maxArray of aggregated data points - Each point contains time and aggregated statistics (e.g., temperature_min, temperature_max, temperature_avg)
Invalid parameters - Check range type, date format (must be ISO 8601), page/limit values
Unauthorized - Invalid or missing API key
Aggregation view not found - Check contaggr_id
Enter your API key with the Bearer prefix, e.g. "Bearer QB_your_api_key_here"
Project ID (UUID format)
3e5c0246-c759-48e8-8345-27db13f11ff7Device ID (UUID format)
dev-abc123Continuous Aggregation ID (UUID format)
ca-uuid-123Aggregated data purged successfully - View configuration preserved
Unauthorized - Invalid or missing API key
Forbidden - Requires 'delete' scope permission
Aggregation view not found - Check contaggr_id
Enter your API key with the Bearer prefix, e.g. "Bearer QB_your_api_key_here"
Project ID (UUID format)
3e5c0246-c759-48e8-8345-27db13f11ff7Device ID (UUID format)
dev-abc123Continuous Aggregation ID (UUID format)
ca-uuid-123Array of aggregated field names (e.g., ["temperature_min", "temperature_max", "temperature_avg", "humidity_avg"])
Unauthorized - Invalid or missing API key
Aggregation view not found - Check contaggr_id or view may have no data yet
Last updated