GET fleet/routes/.id: Add HOS clocks and duty status to active routes.
The GET fleet/routes/.id endpoint has some new features! We added the following new fields under 'hos' for active routes: clocks (break, cycle, drive, shift) to track remaining durations, and currentDutyStatus with timeInCurrentStatusMs to indicate how long the driver has been in the current duty status.
GET fleet/routes: Add HOS clocks and duty status to active routes.
The GET fleet/routes endpoint has some new features! We added the following new fields under 'hos' for active routes: clocks (break, cycle, drive, shift) to track remaining durations, and currentDutyStatus with timeInCurrentStatusMs to indicate how long the driver has been in the current duty status.
New Beta Webhook: FormUpdated
The FormUpdated webhook is now in the Beta stage. Feel free to send in your comments via our feedback form. (Note this webhook should not be used in production until it is made generally available).
PATCH fleet/drivers/.id: Adds support for hexadecimal rfid card code (currentIdCardCode)
The PATCH fleet/drivers/.id endpoint has some new features! Adds support for hexadecimal rfid card code (currentIdCardCode)
PATCH fleet/drivers/.id: Adds support for hexadecimal rfid card code (currentIdCardCode)
The PATCH fleet/drivers/.id endpoint has some new features! Adds support for hexadecimal rfid card code (currentIdCardCode)
POST fleet/drivers: Adds support for hexadecimal rfid card code (currentIdCardCode)
The POST fleet/drivers endpoint has some new features! Adds support for hexadecimal rfid card code (currentIdCardCode)
New Preview API: POST preview/readings
The POST preview/readings endpoint is now in the Preview 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).
PATCH fleet/routes/.id: Add plannedDriverBreaks to the request.
The PATCH fleet/routes/.id endpoint has some new features! We added the following new field: plannedDriverBreaks.
POST fleet/routes: Add plannedDriverBreaks to the request.
The POST fleet/routes endpoint has some new features! We added the following new field: plannedDriverBreaks.
GET fleet/routes/.id: Add planned driver breaks to response.
The GET fleet/routes/.id endpoint has some new features! We added the following new field: plannedDriverBreaks.