go back to DriverService

GET /drivers/{id}

Retrieves the Driver record with the given ID.

Roles that can access this endpoint are Users, Drivers.

Parameters

name description type default type
id ID for the driver to be returned path String
includeComments if related Comment records should be included query false Boolean
includeContacts if related Contact records should be included query false Boolean
includeLanes if related RowDriverLane records should be included query false Boolean

Result

RowDriver of type: application/xml application/json

the requested RowDriver record

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help
- String
- Boolean
- Boolean
- Boolean