Get all driver HOS daily logs
GET
http://api.firsteld.com/openapi/hos/daily-logs/
Hours Of Service
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.firsteld.com/openapi/hos/daily-logs/?driverIds'
Response Response Example
{
"results": [
{
"driver": "string",
"date": "2019-08-24",
"statusDurations": {
"onDuty": 0,
"offDuty": 0,
"driving": 0,
"waiting": 0,
"sleepingBed": 0,
"personalConveyance": 0,
"yardMove": 0
}
}
]
}
Request
Query Params
startDate
string <date>
optional
endDate
string <date>
optional
driverIds
array[string]
required
Responses
Modified at 2025-04-23 00:31:51