go back to TractorService

GET /tractors/{id}

Retrieves the Tractor record with the given ID.

Roles that can access this endpoint are Users.

Parameters

name description type default type
id ID for the tractor to be returned path String
includeComments if related Comment records should be included query false Boolean
suggestTrailersAtStop the ID of the stop record to which we're trying to assign query String

Result

RowTractor of type: application/xml application/json

the requested RowTractor record

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help
- String
- Boolean
- String