Retrieves vehicle with a specified id.

SecurityAPIKey
Request
path Parameters
id
required
string or null^[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}...

ID of the vehicle of interest (GUID).

Responses
200

Vehicle retrieved.

400

The parameters given in the request are invalid.

401

Unauthorized due to providing an invalid access key, or invalid pod.

403

You have no permissions to make this operation.

404

Vehicle does not exist.

500

Requested operation cannot be performed.

503

Requested operation cannot be performed. Try again later.

get/{id}
Request samples
Response samples
application/json
{
  • "id": "string",
  • "name": "string",
  • "type": 0,
  • "status": 0,
  • "licensePlateNumber": "string",
  • "countrySubdivision": "string",
  • "lastConnected": "2019-08-24T14:15:22Z",
  • "driverId": "string",
  • "groupId": "string",
  • "vin": "string",
  • "seatbeltType": 0,
  • "make": "string",
  • "model": "string",
  • "year": 0,
  • "deviceId": "string",
  • "hibernationDelay": "UseDefault"
}