GET /drivers/{id}/preassignments
Retrieves preassignments for the driver with the specified ID.
Roles that can access this endpoint are Users, Drivers.
Parameters
name |
description |
type |
default |
type |
id |
ID of the driver for which to return preassignments |
path
|
|
String
|
Result
List
<
Preassignment
>
of type:
application/xml
application/json
a list of rows
Try It Out
Request