Engine hours
API call to read engine hours (time when engine is on) counted for the specified period.
API actions
read
Parameters
name
description
type
format
Examples
curl -X POST 'https://api.eu.navixy.com/v2/tracker/stats/engine_hours/read' \
-H 'Content-Type: application/json' \
-d '{"hash": "22eac1c27af4be7b9d04da2ce1af111b", "tracker_id": 123456, "from": "2020-09-24 03:24:00", "to": "2020-09-24 06:24:00"}'Response
{
"success": true,
"value": 42.0
}Errors
Last updated
Was this helpful?