v1

latestOpenAPI 3.0.42026-08-067441330.9 KB
Driver

Get drivers

get/Driver

Response

Drivers

Idstring uuid

Track-POD unique identifier

Numberinteger

Sequence number

Namestring nullable

Name

Vehiclestring nullable

Vehicle number

Phonestring nullable

Phone

Usernamestring nullable

Username

DepotIdstring nullable

Unique identifier in user accounting system

Depotstring nullable

Depot address

HomeAddressstring nullable

Home address

Zonestring nullable

Zone

Activeboolean

Active flag

Notestring nullable

Note

TeamCodesstring[] nullable

Team code

Example response

[
  {
    "Id": "00000000-0000-0000-0000-000000000000",
    "Number": 1,
    "Name": "John Doe",
    "Vehicle": "NYC 1898",
    "Phone": "+1-XXX-456-7890",
    "Username": "john",
    "DepotId": "1",
    "Depot": "9 Riverside, Salford M7 1PA",
    "HomeAddress": "2 St Josephs Crescent, Liverpool L3 3JF",
    "Zone": "South",
    "Active": true,
    "Note": "My favourite driver"
  }
]