Historical Device Data Query
Typical Scenario
The IoT platform receives and saves service data reported by devices during daily operation. The storage duration of device data can be configured by calling the API for modifying device information and the device data can be stored for a maximum of 90 days. If an NA needs to view the historical data reported by a device to the IoT platform, the NA can call this API to obtain the data.
API Function
This API is used by an NA to query historical data reported by a specified device to the IoT platform based on the device ID.
API Description
1 |
public function queryDeviceDataHistory($qddhInDTO, $accessToken)
|
Parameter Description
Parameter |
Mandatory or Optional |
Location |
Description |
---|---|---|---|
$qddhInDTO |
Mandatory |
query |
For details, see QuerySingleDeviceInfoOutDTO structure. |
$accessToken |
Mandatory |
header |
This parameter is set to the value of the access token obtained by calling the Authentication API. |
Parameter |
Mandatory or Optional |
Location |
Description |
---|---|---|---|
$appId |
Mandatory |
query |
If the device belongs to the current application, set this parameter to null. Otherwise, set this parameter to the ID of the authorized application. |
$deviceId |
Mandatory |
query |
Identifies a device. |
$gatewayId |
Mandatory |
query |
Identifies a gateway. |
$serviceId |
Optional |
query |
Identifies a service. |
$property |
Optional |
query |
Indicates the service attribute. |
$pageNo |
Optional |
query |
Indicates the page number.
|
$pageSize |
Optional |
query |
Indicates the number of records on each page. The default value is 1. |
$startTime |
Optional |
query |
Indicates the start time. Historical data generated later than the specified start time is queried. The value is in the format of yyyyMMdd'T'HHmmss'Z'. An example value is 20151212T121212Z. |
$endTime |
Optional |
query |
Indicates the end time. Historical data generated earlier than the specified end time is queried. The value is in the format of yyyyMMdd'T'HHmmss'Z'. An example value is 20151212T121212Z. |
Response Parameters
QueryDeviceDataHistoryOutDTO
Parameter |
Description |
---|---|
$totalCount |
Indicates the number of queried records. |
$pageNo |
Indicates the page number. |
$pageSize |
Indicates the number of records on each page. |
$deviceDataHistoryDTOs |
Indicates a list of historical device data. For details, see DeviceDataHistoryDTO structure. |
DeviceDataHistoryDTO structure
Parameter |
Description |
---|---|
$serviceId |
Identifies a service. |
$deviceId |
Identifies a device. |
$gatewayId |
Identifies a gateway. |
$appId |
Uniquely identifies an NA. |
$data |
Indicates the data reported by the device. |
$timestamp |
Indicates the timestamp when the data is reported. The value is in the format of yyyyMMdd'T'HHmmss'Z'. An example value is 20151212T121212Z. |
Error Codes
HTTP Status Code |
Error Code |
Error Description |
Remarks |
---|---|---|---|
200 |
100418 |
The deviceData is not existed. |
The device data does not exist. Recommended handling:
|
400 |
100216 |
The application input is invalid. |
The application input is invalid. Recommended handling: Check whether parameters in the API request are correct by referring to the request parameter description. For example, check whether the value of pageSize exceeds 2000. |
400 |
100419 |
The deviceId and gatewayId can't be both null. |
The deviceId and gatewayId parameters cannot be null at the same time. Recommended handling: Check whether deviceId or gatewayId is set. |
403 |
100203 |
The application is not existed. |
The application does not exist. Recommended handling:
|
403 |
100217 |
The application hasn't been authorized. |
The application has not been authorized. Recommended handling: In scenarios where applications are not authorized, ensure that request parameter appId is null. |
403 |
1010009 |
app throttle exceed. |
The NA calls the API at a frequency that exceeds the flow control threshold (100 calls per minute by default). Recommended handling: Contact IoT platform maintenance personnel to adjust the flow control threshold or control the API call frequency. |
403 |
1010005 |
App_key or access_token is invalid. |
The access token is invalid. Recommended handling: Check whether accessToken carried in the API request is correct. |
500 |
100203 |
The application is not existed. |
The application does not exist. Recommended handling:
|
500 |
50252 |
Internal server error. |
An internal server error occurs. Recommended handling: An internal error occurs on the IoT platform. Contact IoT platform maintenance personnel. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot