Retrieve a list of GPS points for a device, vehicle, or group. The organization must have a Fleet Tracking subscription to receive data from this endpoint.
Ok
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "data": [
- {
- "deviceId": "1b33bcbe-15d3-445e-a06f-dda61208ad18",
- "vehicleId": "d77548ad-95db-40a8-bbcd-8259e5063f7f",
- "vehicleName": "STANDARD 3-WIRE",
- "vin": "9ATRPE9R2RO473355",
- "serialNumber": "QM0000221",
- "groupId": "f7c8f5b8-85ff-4349-b674-ec53c119e141",
- "groupName": "SubGroup1",
- "points": [
- {
- "timeInUtc": "2023-10-06T00:21:30.000Z",
- "createdDate": "2023-10-06T00:22:30.000Z",
- "latitude": 32.887558,
- "longitude": -117.212288,
- "heading": 219.606,
- "hdop": 0.8999,
- "haccuracy": 1.2,
- "averageGpsSpeedMs": 3.123456,
- "maxGpsSpeedMs": 5.67923,
- "minGpsSpeedMs": 1.67923
}
]
}
], - "metadata": {
- "count": 5000,
- "limit": 5000,
- "offset": 0,
- "startDate": "2024-04-10T00:00:00Z",
- "endDate": "2024-04-10T09:16:00Z"
}
}