get https://api.azuga.com/azuga-ws/v1/breadcrumb/location.json
This API provides you with a breadcrumb trail of your vehicle’s movement for any day. This trail is as precise as the tracking interval defined. For example, if your tracking interval was set at 1 minute, this API will provide you with 1440 result set for a particular day for a specific vehicle.
Sample Requesthttps://api.azuga.com/azuga-ws/v1/breadcrumb/location.json?vehicleName=Daniel's car&from=12-15-2015 00:00:00&to=12-15-2015 23:59:59
API Response explanation
| Field | Description |
|---|---|
| code | API Status Code |
| message | API Message (Success/Failure) |
| messageCode | For Azuga internal use |
| reason | The reason for failure |
| generatedAt | API generation timestamp in UTC |
| currentPage | The current page |
| totalPages | The total number of pages in the result |
| breadcrumbs | An array of breadcrumb objects |
| vehicleId | Unique identifier representing the vehicle |
| vin | Vehicle Identification Number(VIN) of the vehicle |
| groupId | Unique identifier of the group associated with the vehicle |
| groupName | Name of the group associated with the vehicle |
| phoneNumber | Phone number of the driver |
| date | Timestamp in UTC when the event occured |
| event | Name of the event |
| speed | Average speed of the vehicle |
| latitude | Latitude coordinate of the location |
| longitude | Longitude coordinate of the location |
| reserved1 | Reserved variable for future use |
| reserved2 | Reserved variable for future use |
| reserved3 | Reserved variable for future use |
| reserved4 | Reserved variable for future use |
| locationStoreId | Unique identifier representing the location object |
| timestamp | Time in UTC milliseconds |
| cog | For Azuga internal use |
| userTimezone | The user's timezone |
| deviceTimezone | The device's/vehicle's timezone |
| dateTime | The event time in device/vehicle's timezone |
| vehicleName | Name of the vehicle |
| location | Address of the location |
