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