Skip to main content
POST
Fetch sensor data

Authorizations

x-api-key
string
header
required

Body

application/json

Request body for querying sensor data. The union of all the parameters is resolved.

parameterUuids
string<uuid>[]

Array of parameter UUIDs

deviceSerialNumbers
string[]

Array of device serial numbers

legacyDeviceIds
integer[]

Array of legacy device IDs

Required range: -9007199254740991 <= x <= 9007199254740991
sensorUuids
string<uuid>[]

Array of sensor UUIDs

parameterPaths
SensorParameterPath · object[]

Array of parameter paths to query specific data points

startDate
string<date-time>

Start date in ISO 8601 format

endDate
string<date-time>

End date in ISO 8601 format

orderBy
default:asc

Oldest first

Allowed value: "asc"
aggregation
object

Optional aggregation to apply to each parameter over a time interval

disableRounding
boolean

Ignore the parameter's display precision and return values without rounding

includeDeleted
boolean

Include soft-deleted sensor data in results

Response

Successful response

Response body for querying sensor data

items
ScalarSensorDataItem · object[]
required