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:74fe488d5d35dataObjectName(string, required): dataObject channel name. Example:voltagestart(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
Responses
200 OK: returns a paginated list of telemetry records for the channel.
Security
- This API requires authentication.
Request
Responses
- 200
OK