GET /drivers/{id}/assignments
Retrieves a list of all past, present, and future movements for the driver with the given parameters.
Roles that can access this endpoint are Users, Drivers.
Parameters
name |
description |
type |
default |
type |
id |
driver ID |
path
|
|
String
|
startDate |
starting date |
query
|
|
Date
|
endDate |
ending date |
query
|
|
Date
|
loadedOnly |
include loaded moves only |
query
|
N |
Boolean
|
Result
List
<
RowMovement
>
of type:
application/xml
application/json
a list of rows
Try It Out
Request