GET /drivers/historyReport
Produces a driver history report.
Roles that can access this endpoint are Drivers.
Parameters
name |
description |
type |
default |
type |
dateType |
S - Ship date (default), D - Delivery date |
query
|
S |
String
|
startDate |
the start of the date range for the specified date type |
query
|
|
Date
|
endDate |
the end of the date range for the specified date type |
query
|
|
Date
|
driverStatus |
A - Active (default), I - Inactive, B - Active and inactive |
query
|
A |
String
|
driverType |
B - Company and owner (default), C - Company, O - Owner operator |
query
|
B |
String
|
printNotes |
whether to display stop comments |
query
|
false |
Boolean
|
Result
Response
of type:
application/pdf
a response object containing the requested history report in PDF format
Try It Out
Request