更新时间:2023-06-20 14:52:23下载pdf
本文介绍批量查询设备实时位置的 API。
根据设备 ID 批量查询设备实时位置。
GET: /v2.0/iot-01/tracks/location
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
device_ids | String | query | true | 设备 ID 集合,以逗号分开,最多 50 个 |
coord_type | String | query | false | 经纬度定位坐标系类型:
|
参数名 | 类型 | 说明 |
---|---|---|
result | DeviceLocationRes |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
device_location_list | List |
device_location_list
说明
参数名 | 类型 | 说明 |
---|---|---|
device_id | String | 设备 ID |
lon | Double | 经度 |
lat | Double | 纬度 |
speed | Double | 速度,单位:千米/小时,已完成倍率转换 |
protocol | String | 定位类型,支持 GPS、WIFI 、 LBS |
report_time | Long | 定位上报时间 13 位毫秒时间戳 |
GET: /v2.0/iot-01/tracks/location?device_ids=vdevo16245017293****
{
"result": {
"device_location_list": [
{
"device_id": "vdevo16245017293****",
"lon": 114.003117,
"speed": 100,
"protocol": "GPS",
"lat": 22.594031,
"timestamp": 1625198100154
}
]
},
"t": 1625231971657,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈