GET devices: Return device tags.
The GET devices endpoint has some new features! Add device tags to resonse when includeTags parameter is set to true. Defaults to false.
The GET devices endpoint has some new features! Add device tags to resonse when includeTags parameter is set to true. Defaults to false.
The GET trips/stream endpoint is now generally available and fully supported for production 🎉! Check it out and happy coding 💻.
The SpeedingEventStarted 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).
The SpeedingEventEnded 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).
The POST fleet/drivers/create-auth-token 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).
The GET fleet/routes endpoint has some new features! We added sequencingMethod to route.settings (enum: unknown, scheduledArrivalTime, manual) and sequenceNumber to stops for manual stop sequencing.
The GET fleet/routes/.id endpoint has some new features! We added sequencingMethod to route.settings (enum: unknown, scheduledArrivalTime, manual) and sequenceNumber to stops for manual stop sequencing.
The PATCH fleet/routes/.id endpoint has some new features! We added sequencingMethod to route.settings (enum: unknown, scheduledArrivalTime, manual) and sequenceNumber to stops for manual stop sequencing.
The POST fleet/routes endpoint has some new features! We added sequencingMethod to route.settings (enum: unknown, scheduledArrivalTime, manual) and sequenceNumber to stops for manual stop sequencing.
We've released a new version of the API. This version updates the behavior of the GET idling/events endpoint: The 'assetId', 'operatorId', 'addressId' and 'addressType' fields have been moved inside their respective nested objects ('asset', 'operator', and 'address'). For example, 'assetId' is now 'asset.id'.