GET fleet/drivers/efficiency: Added high torque and over speed fields.

The GET fleet/drivers/efficiency endpoint has some new features! Added two additional fields for highTorqueMs and overSpeedMs. High torque is time the vehicle engine torque is greater than 90% in milliseconds. Over speed is driving time spent over the efficient speed threshold in milliseconds. In addition, fields now default to 0 instead of hidden.

GET fleet/safety-events: Updates endpoint to include external id to vehicle mini object.

The GET fleet/safety-events endpoint has some new features! External ID is now included in vehicle mini object for this endpoint.

GET beta/fleet/drivers/efficiency: Added high torque and over speed fields.

The GET beta/fleet/drivers/efficiency endpoint has some new features! Added two additional fields for highTorqueMs and overSpeedMs. High torque is time the vehicle engine torque is greater than 90% in milliseconds. Over speed is driving time spent over the efficient speed threshold in milliseconds. In addition, fields now default to 0 instead of hidden.

GET fleet/trailers: Removed beta endpoints

The GET fleet/trailers endpoint has some new features! This change removes the List All Trailers beta endpoint.

GET fleet/trailers/.id: Removed beta endpoints

The GET fleet/trailers/.id endpoint has some new features! This change removes the Get Trailer beta endpoint.

DELETE fleet/trailers/.id: Removed beta endpoints

The DELETE fleet/trailers/.id endpoint has some new features! This change removes the Delete Trailer beta endpoint.

PATCH fleet/trailers/.id: Removed beta endpoints

The PATCH fleet/trailers/.id endpoint has some new features! This change removes the Update Trailer beta endpoint.

POST fleet/trailers: Removed beta endpoints

The POST fleet/trailers endpoint has some new features! This change removes the Create Trailer beta endpoint.

GET gateways: Fixes missing gateway models

The GET gateways endpoint has some new features! Updated the model enum with additional model values VG34M, VG54NAE, VG54FN, SG1B, SG1x, SG1G, SG1G32, VG54NAH, VG54ATT, ACCBDHE. Previously gateways with these model values would return 'none' in responses.

GET fleet/vehicles/.id: Added rate limit

The GET fleet/vehicles/.id endpoint has some new features! Explicitly added a rate limit of 25 requests per second for this API endpoint