Table of Contents |
---|
Mini Fixes
- the apikey can also be handed over in the header in the API methods
- Booking: a booking cleanup time was added
...
Feature | Details |
---|---|
Asset configuration alert time restrictions | the asset alert time restrictions were improved and it replaces the old restriction patterns. If NO setting is chosen, the alerts are always working If a setting is activated, the alert only works within the set time interval |
Geofence time restrictions | the geofence alert time restrictions were improved and it replaces the old restriction patterns. If NO setting is chosen, the alerts are always working If a setting is activated, the alert only works within the set time interval |
JSON API Changes
New important features
The apikey can also be handed over in the header in the API methods
Interface request | Details |
---|---|
extended/asset/createAsset | Add an asset and assign it to a group |
extended/asset/moveGroup | Move an asset to a new group |
geo/createGeofence | Setup a geofence at an adress |
geo/createGeofence_poly | Create a geofence as polygon with coordinates |
tcs/data/getData | Request machine data (operating hours from AEMP, telemetic devices or beacons) |
tcs/data/getErrorcodes | AEMP error codes |
tcs/drivers/setcodes | Setup drivers with UID codes |
tcs/logbook/getLogbookDataStream | regelmäßig Fahrtenbuch-Daten für viele Fahrzeuge abholen |
tcs/costcenters/syncoperators | Benutzer anlegen und Fahrzeuggruppen zuordnen |
...