Get device historical telemetry data
GET
/devices/{deviceId}/historicalData
Return device telemetry history within a 30-day time range.
Authorizations
AccessToken
Type
HTTP (bearer)
Parameters
Path Parameters
deviceId*
Device ID
Type
Requiredstring
Query Parameters
startTime*
Start time (ISO 8601 format, UTC)
Type
Requiredstring
Format
"date-time"endTime*
End time (ISO 8601 format, UTC), maximum 30 days query
Type
Requiredstring
Format
"date-time"page
Page number
Type
integer
Default
1Minimum
1size
Items per page
Type
integer
Default
20Minimum
1Maximum
500Responses
Device historical telemetry data returned successfully
application/json
Device historical telemetry data (multiple records)
Collapse
deviceId
string
startTime
string
Format
"date-time"endTime
string
Format
"date-time"data
object[]
GET
/devices/{deviceId}/historicalData