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:74fe488d5d35start(DateTime, required): Start datetime of the query range. Example:2025-09-01T00:00:00Zend(DateTime, required): End datetime of the query range. Example:2025-09-02T00:00:00ZpagedResult(PagedResultRequestDto, optional): Pagination info (skipCount, maxResultCount)
Responses
200 OK: returns a paginated list of telemetry records.
Security
- This API requires authentication.
Request
Responses
- 200
OK