Skip to main content
POST
Fetch latest sensor data

Authorizations

x-api-key
string
header
required

Body

application/json

Request body for querying latest sensor data

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

includeDeleted
boolean

Include soft-deleted sensor data in results

Response

Successful response

Response body for querying sensor data

items
ScalarSensorDataItem · object[]
required