read(…)
Get trip detection settings for the specified tracker.
parameters:
- tracker_id
return:
{
"success": true,
"min_idle_duration_minutes": <int>, // number of minutes the device must be idle before trip is considered finished, e.g. 5
"idle_speed_threshold": <int>, // speed (km/h) below which the device is marked as being idle
"ignition_aware": <boolean>, // check ignition state to detect trip
"motion_sensor_aware": <boolean>, // check motion sensor state to detect trip
}
errors:
- 204 – Entity not found (if there is no tracker with such id belonging to authorized user)
- 208 – Device blocked (if tracker exists but was blocked due to tariff restrictions or some other reason)