Get driver by ID
x-ms-visibility: "important"
Retrieve details of a single driver by their ID.
Path Parameters
driverId int64 required
ID of the driver to retrieve.
Responses
- 200
- 400
- 401
Details of the requested driver.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
id int64
externalId string
name string
homeSiteId int64 nullable
payerId int64 nullable
homeSiteName string
tags object[]
id int64
idTag string
expiringDate date-time
startDate date-time nullable
lastUpdated date-time nullable
tokenName string
invoicable boolean nullable
driverId int64
{
"id": 0,
"externalId": "string",
"name": "string",
"homeSiteId": 0,
"payerId": 0,
"homeSiteName": "string",
"tags": [
{
"id": 0,
"idTag": "string",
"expiringDate": "2025-02-17T11:24:21.314Z",
"startDate": "2025-02-17T11:24:21.314Z",
"lastUpdated": "2025-02-17T11:24:21.314Z",
"tokenName": "string",
"invoicable": true,
"driverId": 0
}
]
}
Exception Details
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorised
Loading...