POST api/location/alllocation
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
OKOfDeviceLocation[]| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Collection of DeviceLocation |
None. |
|
| errCode | integer |
None. |
|
| errMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"errCode": 1,
"errMsg": "sample string 2",
"data": [
{
"ObjectID": 1,
"VehicleName": "sample string 2",
"Lon": 1.0,
"Lat": 1.0,
"rLon": 1.0,
"rLat": 1.0,
"Address": "sample string 3",
"GPSTime": "2025-12-06 12:57:57",
"RcvTime": "2025-12-06 12:57:57",
"Speed": 4,
"Direct": 5,
"DirectDesc": "sample string 6",
"Miles": 7,
"TrackerType": 8,
"Battery": 9,
"BatteryLife": 10,
"VehicleTypeID": 11,
"StatusDes": "sample string 12",
"IsOnline": 13,
"Status": 14,
"GPSFlag": 15,
"IsAlarm": 16,
"Schedule": "sample string 17",
"SIM2": "sample string 18",
"SIM": "sample string 19",
"SF": true
},
{
"ObjectID": 1,
"VehicleName": "sample string 2",
"Lon": 1.0,
"Lat": 1.0,
"rLon": 1.0,
"rLat": 1.0,
"Address": "sample string 3",
"GPSTime": "2025-12-06 12:57:57",
"RcvTime": "2025-12-06 12:57:57",
"Speed": 4,
"Direct": 5,
"DirectDesc": "sample string 6",
"Miles": 7,
"TrackerType": 8,
"Battery": 9,
"BatteryLife": 10,
"VehicleTypeID": 11,
"StatusDes": "sample string 12",
"IsOnline": 13,
"Status": 14,
"GPSFlag": 15,
"IsAlarm": 16,
"Schedule": "sample string 17",
"SIM2": "sample string 18",
"SIM": "sample string 19",
"SF": true
}
]
}