go back to DriverService

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

- Authentication Help
- String
- Date
- Date
- Boolean