跳至主要内容

Get paginated telemetry results of time range

GET 

/platform/solutions/api/v1/devices/{deviceId}/inputs/data-objects

Retrieve telemetry records for a device within a specific time range, returned in paginated format.

Parameters

  • deviceId (string, required): MAC address of the device. Example: 74fe488d5d35
  • start (DateTime, required): Start datetime of the query range. Example: 2025-09-01T00:00:00Z
  • end (DateTime, required): End datetime of the query range. Example: 2025-09-02T00:00:00Z
  • pagedResult (PagedResultRequestDto, optional): Pagination info (skipCount, maxResultCount)

Responses

  • 200 OK: returns a paginated list of telemetry records.

Security

  • This API requires authentication.

Request

Responses

OK