Fleet Complete Unity Vehicles API

List and filter vehicles (getVehicles with VehicleFilter), fetch a vehicle by ID or VIN (getVehicleById, getVehiclesByVin), list active vehicles, read vehicle types and custom fields, inspect mapped sensors, and pull the latest or historical telemetry snapshots (getLatestSnapshots, getSnapshots) over a date range. Mutations update vehicle attributes/custom fields and move vehicles between groups (updateVehicle, updateVehicleCustomField, changeVehicleGroups, changeVehiclesGroup).

API entry from apis.yml

apis.yml Raw ↑
aid: fleetcomplete:fleetcomplete-unity-vehicles-api
name: Fleet Complete Unity Vehicles API
tags:
- Vehicles
- Telematics
- GPS Tracking
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://api.fleetcomplete.com/
baseURL: https://api.fleetcomplete.com/graphql
properties:
- url: https://www.fleetcomplete.com/api/
  type: Documentation
- url: https://api.fleetcomplete.com/
  type: APIReference
- url: graphql/fleetcomplete-graphql.md
  type: GraphQL
description: List and filter vehicles (getVehicles with VehicleFilter), fetch a vehicle by ID or VIN (getVehicleById,
  getVehiclesByVin), list active vehicles, read vehicle types and custom fields, inspect mapped sensors,
  and pull the latest or historical telemetry snapshots (getLatestSnapshots, getSnapshots) over a date
  range. Mutations update vehicle attributes/custom fields and move vehicles between groups (updateVehicle,
  updateVehicleCustomField, changeVehicleGroups, changeVehiclesGroup).