Device 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
5f8d0d55b54764ca6f3a1234Page number (starts at 1)
1Records per page (max 1000)
100Range type: 'all', 'time', or 'last'
timeStart time in ISO 8601 format (required if range=time)
2024-01-01T00:00:00ZEnd time in ISO 8601 format (required if range=time)
2024-01-02T00:00:00ZStorage view identifier for transformed data
temperature_hourly_avgArray of data points - Each object contains 'time' field plus device-specific sensor fields (e.g., temperature, humidity). Field names vary by device.
Invalid parameters - Check range type, time format, or pagination values
Unauthorized - Invalid or missing API key
Device not found or access denied
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
5f8d0d55b54764ca6f3a1234Device data purged successfully - Device configuration preserved
Unauthorized - Invalid or missing API key
Forbidden - Insufficient permissions (requires delete scope)
Device not found or access denied
["temperature", "humidity", "battery_level", "rssi", "snr", "timestamp"]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
5f8d0d55b54764ca6f3a1234Data keys retrieved successfully - Returns array of field names
Unauthorized - Invalid or missing API key
Device not found or no data available yet
Last updated