Migration Guide 2.7
Migration SDK from old versions
This section will provide a detailed description of the API changes during the upgrade. We strongly recommend reading this documentation when upgrading the SDK version to understand the API differences and update your API calls accordingly based on the version disparities.
Migration to version 2.7.0
Update Event Percentile Table
Removed the eventType
parameter from GetEventPercentileTableRequest
and updated eventPercentileTable
of GetEventPercentileTableResponse
to object type, which returns all values. API Usage
Note
The GetEventPercentileTableRequest
, which has supported the eventType parameter since version 2.4.0, removed this parameter in version 2.7.0
Get Trip Detail Support Vin
Added the vin
parameter to GetTripDetailRequest
, now you can request the trip detail of the corresponding vehicle vin.
Get Trips Support Cloud Mode
Now you can get trips by the analytics API GetTripsCall
on cloud mode.