GetData
Query data
api
/v1
/data
Request Body
application/json
Requiredqueries
array<object>
startTime
string
Required. The starting timestamp of the data to retrieve. This is an inclusive bound.
"date-time"
endTime
string
Required. The end timestamp of the data to retrieve. This is an exclusive bound.
"date-time"
sampleMs
integer
The rate to sample the returned data at. The data is sampled using LTTB which will return one point approximately every sample_ms milliseconds that retains the shape of the raw data. Sampling is only supported for numeric data types, if sample_ms is provided for non-numeric data, it will be ignored and the full-fidelity data will be returned.
"int64"
pageSize
integer
The maximum number of channel values to return. The service may return fewer than this value. If unspecified, at most 10,000 values will be returned. The maximum value is 100,000; values above 100,000 will be coerced to 100,000. For variable data types (i.e. string channels), at most page_size elements will be read, or 1MB, whichever occurs first.
"int64"
pageToken
string
A page token, received from a previous GetData
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to GetData
must match
the call that provided the page token.
A successful response.