跳至主要内容

Get paginated dataObject channel results of time range

GET 

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

Retrieve telemetry records of a specific dataObject channel for a device, returned in paginated format.

Parameters

  • deviceId (string, required): MAC address of the device. Example: 74fe488d5d35
  • dataObjectName (string, required): dataObject channel name. Example: voltage
  • 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

Responses

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

Security

  • This API requires authentication.

Request

Responses

OK