Skip to main content
GET
/
api
/
device
/
historysystem
/
get
查询设备历史属性
curl --request GET \
  --url https://api.example.com/api/device/historysystem/get \
  --header 'Authentication: <authentication>'
{
  "code": 200,
  "message": "操作成功",
  "result": [
    {
      "devSn": "device000001",
      "id": 1,
      "updateTime": "2023-02-14 09:19:25",
      "value": 23.2
    }
  ],
  "success": true,
  "timestamp": 1676357596357
}

Headers

Authentication
string
required

Query Parameters

idSn
string
required
key
string
required
startTime
string
endTime
string
keyType
string
required

sensor、system

timeOrder
string

默认升序

pageIndex
string
pageSize
string
value
string
hasValue
string
required

Response

200 - application/json

The response is of type object.