In this release the following changes were made :
Modification
The following API were modified:
-
Get all drivers report
End Point: /v1/tenants/{tenantUniqueName}/drivers/report:-
New field - averageFollowingDistance is added.
-
- List all Devices
End Point: /v1/tenants/{tenantUniqueName}/device- New field - tenantUniqueName is added.
New API
The following API has been added:
Vehicle Information V2
End Point: /v2/tenants/{tenantUniqueName}/vehicle
The API has been added with all required details as part of "Assignment API > Vehicles".
The following Curl Command is added for the API:
CURL command -
curl -X GET --header 'Accept: application/json' --header 'Accept-Language: en-US' --header 'Authorization: Bearer <Enter_Your_Access_Token(Key)>' 'https://api.netradyne.com/driveri/v2/tenants/NETRADYNE/vehicle?vehicleNumber=<;vehicle_number>'
