Skip to content

[GET] driverList

/api/manager/driverList

DriverListRequestDTO

Attributes:

Name Type Description
site_id [str]

Site ID

DriverListResponseDTO

Attributes:

Name Type Description
drivers List[DriverDTO]

List of drivers of the site

DriverDTO

Attributes:

Name Type Description
driver_id Optional[str]

Driver ID

email_add Optional[str]

Email address of the driver

first_name str

First name of the driver

last_name str

Last name of the driver

rfid Optional[str]

RFID string of the driver or null

private_access List[int]