POST beta/fleet/driver-vehicle-assignments: Added rate limit
The POST beta/fleet/driver-vehicle-assignments endpoint has some new features! Explicitly added a rate limit of 25 requests per second for this API endpoint
GET beta/fleet/driver-vehicle-assignments: Added rate limit
The GET beta/fleet/driver-vehicle-assignments endpoint has some new features! Explicitly added a rate limit of 25 requests per second for this API endpoint
GET fleet/vehicles: Adds engine serial number (ESN)
The GET fleet/vehicles endpoint has some new features! Returns engine serial number (ESN) for each Vehicle if available.
GET fleet/vehicles/.id: Adds engine serial number (ESN) to Vehicle response
The GET fleet/vehicles/.id endpoint has some new features! Returns engine serial number for a given vehicle if available
New Beta API: GET beta/fleet/reports/vehicles/fuel-energy
The GET beta/fleet/reports/vehicles/fuel-energy endpoint is now in the Beta stage. Feel free to send in your comments via our feedback form. (Note this endpoint should not be used in production until it is made generally available).
New Beta API: GET beta/fleet/reports/drivers/fuel-energy
The GET beta/fleet/reports/drivers/fuel-energy endpoint is now in the Beta stage. Feel free to send in your comments via our feedback form. (Note this endpoint should not be used in production until it is made generally available).
GET fleet/vehicles/stats: Updates endpoint to include spreader stats as types in the request and response.
The GET fleet/vehicles/stats endpoint has some new features! We want spreader stats to be available in the API.
GET fleet/vehicles/stats/feed: Updates endpoint to include spreader stats as types in the request and response.
The GET fleet/vehicles/stats/feed endpoint has some new features! We want spreader stats to be available in the API.
GET fleet/vehicles/stats/history: Updates endpoint to include spreader stats as types in the request and response.
The GET fleet/vehicles/stats/history endpoint has some new features! We want spreader stats to be available in the API.
GET fleet/vehicles: Adds created and updated time information and filters
The GET fleet/vehicles endpoint has some new features! Add created and updated time to Vehicle responses and created after and updated after filters to list all vehicles parameters.