_getDrivingStyleRawData
(API version 2.0)WDS_DrivingStyleRawDataItem[] _getDrivingStyleRawData ( string kodf , string username , string pass , string from , string to , int[] caridList )
Description
The function returns the vehicle style score according to the FMS accelerometer.
Parameters
- string kodf
- Company code
- string username
- Login username
- string pass
- Login password
- string from
- Start of the time window ( UTC )
- string to
- End of the time window ( UTC )
-
int[] caridList
- int item
- List of vehicle
Return value
-
WDS_DrivingStyleRawDataItem
-
int
IdCar
car ID
-
float
Dist_km
distance [km]
-
float
Rating
score of driver style
-
int
Time1
ride duration 10 - 60 km/h [s]
-
int
Time2
ride duration 60 - 110 km/h [s]
-
int
Time3
ride duration > 110 km/h [s]
-
float
AF
aggressive start
-
float
Break1
dangerous braking 10 - 60 km/h
-
float
Break2
dangerous braking 60 - 110 km/h
-
float
Break3
dangerous braking > 110 km/h
-
float
Curve1
Dangerous cornering 10 - 60 km/h
-
float
Curve2
Dangerous cornering 60 - 110 km/h
-
float
Curve3
Dangerous cornering > 110 km/h
-
float
Disfluent2
Disfluent ride 60 - 110 km/h
-
float
Disfluent3
Disfluent ride > 110 km/h
-
float
Speed3
Dangerous speed > 110 km/h
-
int
IdCar
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getDrivingStyleRawData($kodf, $username, $pass, $from, $to, $caridList);
Test
To test the function, enter parameters in form below and press Try it out button.