Skip to main content
POST
Uploads a chunk of time series data for multiple channels simultaneously. This is more efficient than making separate requests for each channel when you have data from multiple sensors at the same time points.
string
required
Data ID returned from stream initialization
integer
required
Zero-based chunk index for ordering. Must be >= 0.
object
required
Mapping of channel names to their data. Each channel contains:

Response

Returns an array of chunk responses, one for each channel.
string
The data ID for this stream
string
The channel name that was updated
integer
The chunk index that was ingested
integer
Total number of data points now stored for this channel