cURL
curl --request GET \ --url https://api.example.com/api/device/historysystem/get \ --header 'Authentication: <authentication>'
200
1
{ "code": 200, "message": "操作成功", "result": [ { "devSn": "device000001", "id": 1, "updateTime": "2023-02-14 09:19:25", "value": 23.2 } ], "success": true, "timestamp": 1676357596357 }
sensor、system
默认升序
The response is of type object.
object