Changelog

Improved

API Version: 2024.05.01

We've released a new version of the API. This version updates the behavior of the GET fleet/vehicles/stats endpoint: In the new version of the API, only lamps with status 1 or 2 are considered active, aligning with the j1939 standard. Previously, status 3 was incorrectly deemed active.

Improved

API Version: 2024.05.01

We've released a new version of the API. This version updates the behavior of the GET fleet/vehicles/stats/feed endpoint: In the new version of the API, only lamps with status 1 or 2 are considered active, aligning with the j1939 standard. Previously, status 3 was incorrectly deemed active.

Improved

API Version: 2024.04.03

We've released a new version of the API. This version updates the behavior of the PATCH fleet/drivers/.id endpoint: If a nullable field is explicitly set to null in the JSON body of the PATCH request, the field will be set to the empty value. Nullable fields include phone, notes, carrier, license, locale, timezone, ELD exempt reason, home terminal, group tag, DOT number override fields. Previously, this endpoint just silently ignored an invalid timezone. Now, it will return an error.